[ajug-members] Problem while migrating from richfaces 3.0 to3.1.6 in my JSF application
Joe Sam Shirah
joe_sam at bellsouth.net
Thu Mar 19 09:03:19 EDT 2009
> JSF 1.1 and Richfaces 3.1 is a strange combination to me.
> You might want to upgrage your system to JSF 1.2, Richfaces 3.2...
Agreed, and 3.3 is available, with 3.31 soon (maybe) giving some
performance boosts. I would also be remiss if I didn't mention that I use
Facelets and leave the JSP mixup far behind.
Joe Sam
Joe Sam Shirah - http://www.conceptgo.com
conceptGO - Consulting/Development/Outsourcing
Java Filter Forum: http://www.ibm.com/developerworks/java/
Just the JDBC FAQs: http://www.jguru.com/faq/JDBC
Going International? http://www.jguru.com/faq/I18N
Que Java400? http://www.jguru.com/faq/Java400
----- Original Message -----
From: "Johnny Ren" <johnnyren at yahoo.com>
To: <ajug-members at ajug.org>
Sent: Thursday, March 19, 2009 1:05 AM
Subject: Re: [ajug-members] Problem while migrating from richfaces 3.0
to3.1.6 in my JSF application
JSF 1.1 and Richfaces 3.1 is a strange combination to me. You might want to
upgrage your system to JSF 1.2, Richfaces 3.2 and Seam 2.1. I have
implemented a web site using the technologies mentioned above and I have not
encountered any major problem.
Johnny Ren
--- On Wed, 3/18/09, Rajesha.Indurthivenkata at equifax.com
<Rajesha.Indurthivenkata at equifax.com> wrote:
From: Rajesha.Indurthivenkata at equifax.com
<Rajesha.Indurthivenkata at equifax.com>
Subject: [ajug-members] Problem while migrating from richfaces 3.0 to 3.1.6
in my JSF application
To: ajug-members at ajug.org
Date: Wednesday, March 18, 2009, 8:27 PM
-----Inline Attachment Follows-----
Hi,
Iam presently using richfaces 3.0 in my JSF Sun RI 1.1 application. Iam
trying to migrate to richfaces 3.1.6. I removed the ajax4jsf and
richfaces.3.0 jars frm the WEB-INF/lib of my web application and replaced
them with richfaces-api-3.1.6.GA.jar, richfaces-impl-3.1.6.GA.jar and
richfaces-ui-3.1.6.GA.jar. I have replaced the taglib url to the
corresponding URLs.
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
The application starts up fine , but I have this weird situation where none
of the jsf or rich faces UI components are invoking the serverside code.
e.g . I have a simple commandlink in a h:form as follows:
<h:commandLink id="testsearch" value="Search"
action="#{oneLineSearchBean.home}" > </h:commandLink>
on clicking this command link the method 'home' on the oneLineSearchBean
(managed bean) should have been invoked but this is not happening. Instead
the page just refreshes and stays there.
Any one has any ideas what might be happening???
Help is highly appreciated.
Regards
Rajesh Indurthi
Equifax InterConnect Core Team
Desk: 770 740 5233
Cell: 309 643 7665
This message contains information from Equifax Inc. which may be
confidential and privileged. If you are not an intended recipient, please
refrain from any disclosure, copying, distribution or use of this
information and note that such actions are prohibited. If you have received
this transmission in error, please notify by e-mail postmaster at equifax.com.
-----Inline Attachment Follows-----
_______________________________________________
ajug-members mailing list
ajug-members at ajug.org
http://www.ajug.org/mailman/listinfo/ajug-members
--------------------------------------------------------------------------------
JSF 1.1 and Richfaces 3.1 is a strange combination to me. You might
want to upgrage your system to JSF 1.2, Richfaces 3.2 and Seam 2.1. I have
implemented a web site using the technologies mentioned above and I have not
encountered any major problem.
Johnny Ren
--- On Wed, 3/18/09, Rajesha.Indurthivenkata at equifax.com
<Rajesha.Indurthivenkata at equifax.com> wrote:
From: Rajesha.Indurthivenkata at equifax.com
<Rajesha.Indurthivenkata at equifax.com>
Subject: [ajug-members] Problem while migrating from richfaces 3.0
to 3.1.6 in my JSF application
To: ajug-members at ajug.org
Date: Wednesday, March 18, 2009, 8:27 PM
-----Inline Attachment Follows-----
Hi,
Iam presently using richfaces 3.0 in my JSF Sun RI 1.1 application.
Iam trying to migrate to richfaces 3.1.6. I removed the ajax4jsf and
richfaces.3.0 jars frm the WEB-INF/lib of my web application and replaced
them with richfaces-api-3.1.6.GA.jar, richfaces-impl-3.1.6.GA.jar and
richfaces-ui-3.1.6.GA.jar. I have replaced the taglib url to the
corresponding URLs.
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
The application starts up fine , but I have this weird situation
where none of the jsf or rich faces UI components are invoking the
serverside code.
e.g . I have a simple commandlink in a h:form as follows:
<h:commandLink id="testsearch" value="Search"
action="#{oneLineSearchBean.home}" > </h:commandLink>
on clicking this command link the method 'home' on the
oneLineSearchBean (managed bean) should have been invoked but this is not
happening. Instead the page just refreshes and stays there.
Any one has any ideas what might be happening???
Help is highly appreciated.
Regards
Rajesh Indurthi
Equifax InterConnect Core Team
Desk: 770 740 5233
Cell: 309 643 7665
This message contains information from Equifax Inc. which may be
confidential and privileged. If you are not an intended recipient, please
refrain from any disclosure, copying, distribution or use of this
information and note that such actions are prohibited. If you have received
this transmission in error, please notify by e-mail postmaster at equifax.com.
-----Inline Attachment Follows-----
_______________________________________________
ajug-members mailing list
ajug-members at ajug.org
http://www.ajug.org/mailman/listinfo/ajug-members
--------------------------------------------------------------------------------
> _______________________________________________
> ajug-members mailing list
> ajug-members at ajug.org
> http://www.ajug.org/mailman/listinfo/ajug-members
>
More information about the ajug-members
mailing list