[
https://jira.jboss.org/jira/browse/RF-7700?page=com.atlassian.jira.plugin...
]
Alexander Smirnov resolved RF-7700.
-----------------------------------
Resolution: Won't Fix
Since version 3.1, RichFaces uses JSF 1.2 "invokeOnComponent" method call to
speed-up requests to single component.
SuggestionBox component set 'ajaxSingle' to true by default for performance
reasons. Unfortunately, Implementation of the 'invokeOnComponent' method in the
Mojarra UIData component does not properly process <h:column > facets and can't
find suggestionBox component in the 'footer' facet.
Workarounds:
- set 'ajaxSingle' attribute for suggestionBox component to false.
- use rich:dataTable instead of standard component.
I've created issue in the Mojarra tracker for that bug:
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1308
REGRESSION: suggestionBox in RichFaces 3.3.1 no longer works in
facets (did in 3.1.6)
-------------------------------------------------------------------------------------
Key: RF-7700
URL:
https://jira.jboss.org/jira/browse/RF-7700
Project: RichFaces
Issue Type: Bug
Components: component-input, regression
Affects Versions: 3.3.1
Reporter: Richard Kennard
Assignee: Alexander Smirnov
Fix For: 3.3.2.GA
Attachments: suggestion31.zip, suggestion33.zip
In RichFaces 3.3.1, the <rich:suggestionBox> feature does not seem to work when
placed in a table facet. It works fine in RichFaces 3.1.6 (the old JSF 1.1 release).
I attach a ZIP that demonstrates the problem. The ZIP contains two Eclipse projects that
are identical except one (/suggestion33) uses RichFaces 3.3.1 and the other
(/suggestion31) uses RichFaces 3.1.6.
Both projects build to a WAR that has a single page. Hit the page
http://localhost:8080/suggestion31/index.jsf and you will see two suggestionBoxes - one
outside a table and one inside a table facet. If you type in either box the suggestion
pops up fine. Now hit
http://localhost:8080/suggestion33/index.jsf and see the same page.
This time, however, the suggestionBox outside the table works but the one inside the
table facet never pops up.
--
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