Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P03, 2.1-Beta2
-
Fix Version/s: 3.0.RC1, 3.0, EE-1.8.2.GA_P04
-
Component/s: ICE-Components
-
Labels:None
-
Environment:-
-
Assignee Priority:P1
Description
If immediate is true and you have done 1 pagination beyond the first page, the addMessage action event will no longer be called. If you remove the immediate attribute from the paginator, the action fires but then validation is not bypassed:
<ice:commandButton value="add faces message" action="#{page1BackingBean.addMessage}"/>
<ice:dataPaginator for="partResults" immediate="true">
........
<ice:dataTable id="partResults">
<ice:column>
<ice:panelGroup>
<ice:inputText value="#{column}">
</ice:inputText>
</ice:panelGroup>
</ice:column>
</ice:dataTable>
Test case attached.
<ice:commandButton value="add faces message" action="#{page1BackingBean.addMessage}"/>
<ice:dataPaginator for="partResults" immediate="true">
........
<ice:dataTable id="partResults">
<ice:column>
<ice:panelGroup>
<ice:inputText value="#{column}">
</ice:inputText>
</ice:panelGroup>
</ice:column>
</ice:dataTable>
Test case attached.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000JLqc4] |
Description |
If immediate is true and you have done 1 pagination beyond the first page, the addMessage action event will no longer be called. If you remove the immediate attribute from the paginator, the action fires but then validation is not bypassed: <ice:commandButton value="add faces message" action="#{page1BackingBean.addMessage}"/> <ice:dataPaginator for="partResults" immediate="true"> ........ <ice:dataTable id="partResults"> <ice:column> <ice:panelGroup> <ice:inputText value="#{column}"> <f:validateRegex pattern="^[1-9]$"/> </ice:inputText> </ice:panelGroup> </ice:column> </ice:dataTable> Test case attached. |
If immediate is true and you have done 1 pagination beyond the first page, the addMessage action event will no longer be called. If you remove the immediate attribute from the paginator, the action fires but then validation is not bypassed: <ice:commandButton value="add faces message" action="#{page1BackingBean.addMessage}"/> <ice:dataPaginator for="partResults" immediate="true"> ........ <ice:dataTable id="partResults"> <ice:column> <ice:panelGroup> <ice:inputText value="#{column}"> <f:validateRegex pattern="^[1-9]$"/> </ice:inputText> </ice:panelGroup> </ice:column> </ice:dataTable> Test case attached. |
Description |
If immediate is true and you have done 1 pagination beyond the first page, the addMessage action event will no longer be called. If you remove the immediate attribute from the paginator, the action fires but then validation is not bypassed: <ice:commandButton value="add faces message" action="#{page1BackingBean.addMessage}"/> <ice:dataPaginator for="partResults" immediate="true"> ........ <ice:dataTable id="partResults"> <ice:column> <ice:panelGroup> <ice:inputText value="#{column}"> <f:validateRegex pattern="^[1-9]$"/> </ice:inputText> </ice:panelGroup> </ice:column> </ice:dataTable> Test case attached. |
If immediate is true and you have done 1 pagination beyond the first page, the addMessage action event will no longer be called. If you remove the immediate attribute from the paginator, the action fires but then validation is not bypassed: <ice:commandButton value="add faces message" action="#{page1BackingBean.addMessage}"/> <ice:dataPaginator for="partResults" immediate="true"> ........ <ice:dataTable id="partResults"> <ice:column> <ice:panelGroup> <ice:inputText value="#{column}"> </ice:inputText> </ice:panelGroup> </ice:column> </ice:dataTable> Test case attached. |
Attachment | sf-10618.war [ 13740 ] |
Fix Version/s | 2.1 [ 10241 ] | |
Fix Version/s | EE-1.8.2.GA_P04 [ 10280 ] | |
Assignee Priority | P2 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
Assignee Priority | P2 | P1 |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 3.0.RC1 [ 10300 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |