[richfaces-issues] [JBoss JIRA] Updated: (RF-1819) List shuttle has incorrect value after validation vails.

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Thu Jan 3 11:29:43 EST 2008


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

Sergey Halipov updated RF-1819:
-------------------------------

    Workaround Description: using immediate="true" for list shuttle fix the problem
               Description: 
1. There is a form with some list shuttle that has some items in both source and target and with some required inputText.

<h:inputText required="true" />
<rich:listShuttle sourceValue="#{bean.source}" targetValue="#{bean.target}"
..........

2. Submit form leaving inputText empty.
3. Write some value to inputText and submit the form again.

All target items will be moved to source.

  was:
1. There is a form with some list shuttle that has some items in both source and target and with some required inputText.
2. Submit form leaving inputText empty.
3. Write some value to inputText and submit the form again.

All target items will be moved to source.

                Workaround: [Workaround Exists]

> List shuttle has incorrect value after validation vails.
> --------------------------------------------------------
>
>                 Key: RF-1819
>                 URL: http://jira.jboss.com/jira/browse/RF-1819
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>            Reporter: Sergey Halipov
>             Fix For: 3.2.0
>
>
> 1. There is a form with some list shuttle that has some items in both source and target and with some required inputText.
> <h:inputText required="true" />
> <rich:listShuttle sourceValue="#{bean.source}" targetValue="#{bean.target}"
> ..........
> 2. Submit form leaving inputText empty.
> 3. Write some value to inputText and submit the form again.
> All target items will be moved to source.

-- 
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