[ajug-members] Problem while migrating from richfaces 3.0 to 3.1.6 in my JSF application
Johnny Ren
johnnyren at yahoo.com
Thu Mar 19 01:05:28 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 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20090318/31e621ff/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 24843424.gif
Type: image/gif
Size: 1678 bytes
Desc: not available
Url : http://www.ajug.org/pipermail/ajug-members/attachments/20090318/31e621ff/attachment-0001.gif
More information about the ajug-members
mailing list