[richfaces-issues] [JBoss JIRA] Updated: (RF-3433) Ordering list: action method is never called.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu May 15 10:23:23 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3433?page=all ]

Nick Belaevski updated RF-3433:
-------------------------------

    Fix Version/s: Future
         Assignee: Nick Belaevski

> 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
>         Assigned To: Nick Belaevski
>             Fix For: Future
>
>
> 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

        



More information about the richfaces-issues mailing list