Status not saved between tab pages switch
-----------------------------------------
Key: MYFACES-898
URL: http://issues.apache.org/jira/browse/MYFACES-898
Project: MyFaces
Type: Bug
Components: Tomahawk
Versions: 1.1.1
Reporter: Pawel Czerwinski
Priority: Critical
Since the 1.1.1 version the problem mentioned and fixed previously (see
MYFACES-82) has came up again.
There are two different cases:
CASE 1 : You have one form, and your panelTabbedPane is inside it:
When switching tabs, only values from inputText are saved properly, but from
others (like checkboxes, selects) are not.
If elements are nested in a dataTable the setter methods are not even called.
I also get warnings: "There should always be a submitted value for an input if
it is rendered, its form is submitted, and it is not disabled or read-only."
CASE 2 : (made for test purpose only - I see no reason why should I do like
that) - Each tab has its own form:
Values from various components are saved properly, unless are nested inside a
dataTable. Then, when switching tabs,
even setters methods are not called.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira