Ordering list: action method is never called.
---------------------------------------------
Key: RF-3433
URL: http://jira.jboss.com/jira/browse/RF-3433
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: facelets
Reporter: Sergey Halipov
XHTML:
<form>
<rich:orderingList value="#{library.libraryAsList}" var="lib"
listHeight="300" listWidth="350">
<rich:column width="180">
<a4j:commandButton value="#{lib.title}"
action="#{lib.action}" />
</rich:column>
<rich:column>
<h:commandButton value="#{lib.title}"
action="#{lib.action}" />
</rich:column>
</rich:orderingList>
</form>
Java bean:
public String action () {
System.out.println("!!! action == ");
return null;
}
Action method is never called. It seems to work with JSP.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues