[
http://jira.jboss.com/jira/browse/RF-1819?page=all ]
Sergey Halipov resolved RF-1819.
--------------------------------
Resolution: Rejected
There are errors in JSP file:
<table>
<form jsfc="h:form">
<tr>
........
Form tag must not be placed into table tag. If we move form around the table everything
works fine:
<form jsfc="h:form">
<table>
<tr>
.......
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.2.0, 3.1.4
Reporter: Sergey Halipov
Assigned To: Sergey Halipov
Priority: Critical
Fix For: 3.1.4, 3.2.0
Attachments: ListShuttle.xhtml
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