[
https://jira.jboss.org/jira/browse/RF-4217?page=com.atlassian.jira.plugin...
]
alexguev commented on RF-4217:
------------------------------
hi, I'm following up on this issue on behalf of BC Holmes.
As per your recommendation, we kept on using Myfaces 1.2.0, but changes the faces file to
use ajaxSingle="false" and that made it! it works now. But we encountered that
the rich:suggestionbox stops working when we deploy our code the jboss. We are using
jboss-4.2.2.GA. Any ideas ?
Thanks in advance,
Alexei
suggestionbox does not work
---------------------------
Key: RF-4217
URL:
https://jira.jboss.org/jira/browse/RF-4217
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: Operating System: Ubuntu 8.04
Java version 1.6
Application Server: Jetty 6.1.1 (running via Maven 2.0.8)
Faces implementation: MyFaces 1.2.0 with Facelets 1.1.11
Browser: Firefox 3.0 (also tried from an Internet Explorer 6 machine)
Reporter: BC Holmes
Assignee: Alexander Dubovsky
Attachments: suggestionbox.zip
I've tried three scenarios:
1) I added a new page to an existing application (which uses the above software). The
new page is the first page to use a suggestionbox. When I type characters in the input
box, the suggestionbox does not appear, and no suggestions are proposed.
2) I've created a simple two-page application using the above environment. When I
type characters in the input box, the suggestionbox does not appear, and no suggestions
are proposed. (I've zipped this simple application up and will attach to this
3) I've put the sample/suggestionbox into the above environment (Minus facelets) and
tried to get the suggestionbox to work. When I type characters in the input box, the
suggestionbox does not appear, and no suggestions are proposed.
Based on my own investigations, it appears that:
a) the JavaScript is invoked, and an Ajax request is sent to the server, and the server
receives the request
b) the backing bean (which is request-scope) does not get constructed
c) the view state appears to restore successfully and the suggestionbox component is
referenced.
c) debugging some of the MyFaces code, it seems like the Invoke Application phase calls
the broadcastEvents(FacesContext,PhaseId), but there are no events and so the backing
bean's action method is not invoked.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira