[
https://jira.jboss.org/jira/browse/RF-7700?page=com.atlassian.jira.plugin...
]
Alex Kolonitsky reassigned RF-7700:
-----------------------------------
Assignee: Alexander Smirnov (was: Alex Kolonitsky)
<rich:suggestionBox> feature does not seem to work when placed in a COLUMN facet on
table.
For example:
Don't work.
<h:dataTable value="#{test.rows}" var="_internal">
<h:column>
<h:outputText value="#{_internal}"/>
<f:facet name="footer">
<h:inputText value="#{test.name}" id="suggest1"/>
<rich:suggestionbox for="suggest1"
suggestionAction="#{test.suggestNames}" var="_suggest"
width="200" height="100">
<h:column><h:outputText value="#{_suggest}"/></h:column>
</rich:suggestionbox>
</f:facet>
</h:column>
</h:dataTable>
Work fine.
<h:dataTable value="#{test.rows}" var="_internal">
<h:column>
<h:outputText value="#{_internal}"/>
</h:column>
<f:facet name="footer">
<h:inputText value="#{test.name}" id="suggest1"/>
<rich:suggestionbox for="suggest1"
suggestionAction="#{test.suggestNames}" var="_suggest"
width="200" height="100">
<h:column><h:outputText value="#{_suggest}"/></h:column>
</rich:suggestionbox>
</f:facet>
</h:dataTable>
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