-
1. Re: rich:suggestionbox
mvitenkov May 19, 2008 9:51 AM (in response to fensminger)We don't use Firefox 3.0.xxx
This issue isn't reproducible under Firefox 2.0.0.14 & RichFaces 3.2.1.CR5
Try the latest version of RichFaces & let us know will this trouble appear again. -
2. Re: rich:suggestionbox
kito99 Jun 6, 2008 6:31 PM (in response to fensminger)I'm seeing the same problem with Firefox 2.0.0.14 and RichFaces 3.2.1 GA.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info -
3. Re: rich:suggestionbox
mvitenkov Jun 9, 2008 12:20 PM (in response to fensminger)Hello,
I have input box & suggestionBox rich component under it.
I scroll page, contained input box & enter some characters inside it.
Actual behavior: suggestionBox is called. So, I can't reproduce this bug.
Attach war file or any other source files for more information, please. -
4. Re: rich:suggestionbox
fensminger Jun 12, 2008 9:12 AM (in response to fensminger)Hello,
I try my code with RichFaces 3.2.1.GA and this problem is solved.
However, I was forced to set<context-param> <param-name>javax.faces.STATE_SAVING_METHOD</param-name> <param-value>client</param-value> </context-param>
instead of<context-param> <param-name>javax.faces.STATE_SAVING_METHOD</param-name> <param-value>server</param-value> </context-param>
in web.xml
Frederic.