Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.6.1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Seam 2.0
-
ICEsoft Forum Reference:
Description
Working example:
tab 1: selectInputText
tab 2: various form fields (partialSubmit="false", required="true") + submit button
the whole page is enclosed by a single form tag.
==> I can switch between the tabs without any problem. The form-fields are validated only when I press submit-button, NOT when I switch back to the other tab.
Nonworking example:
same like before, but panelTabSet is embedded in panelCollapsible.
==> it is impossible to switch from the tab that includes the form-fields to the other tab, because the form-fields are being validated.
Workflow logic must be strictly separated from UI-view logic!
Issue Links
- depends on
-
ICE-2367 Allow panelTabSet to change tabs without validation
- Closed
can't repro with the current head build