[richfaces-issues] [JBoss JIRA] Issue Comment Edited: (RF-10740) collapsibleSubTableToggler with expandMode="ajax" executes collapsibleSubTable on server

Anton Belevich (JIRA) jira-events at lists.jboss.org
Sat Mar 12 09:17:46 EST 2011


    [ https://issues.jboss.org/browse/RF-10740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587550#comment-12587550 ] 

Anton Belevich edited comment on RF-10740 at 3/12/11 9:17 AM:
--------------------------------------------------------------

We need to implement the same mechanism as for toggle panel: proccess decode and validation for kids and if it failed, run renderResponse without collapsibleSubTableToggler and state switching.

      was (Author: abelevich):
    We need implement the same mechanism as for toggle panel: proccess decode for kids, validation, and if it failed, renderResponse without collapsibleSubTableToggler switching.
  
> collapsibleSubTableToggler with expandMode="ajax" executes collapsibleSubTable on server
> ----------------------------------------------------------------------------------------
>
>                 Key: RF-10740
>                 URL: https://issues.jboss.org/browse/RF-10740
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.0.0.CR1
>         Environment: richfaces 4.0, mojarra 2.0.4
>            Reporter: Martin Kočí
>            Assignee: Anton Belevich
>
> With example below request contains javax.faces.partial.execute=form:dataTable:0:collapsibleSubTable
> and that triggers validation on inputText.
> <r:dataTable id="dataTable" value="#{bean.rowValues}" >
>   <r:column>
>     <r:collapsibleSubTableToggler for="collapsibleSubTable" />
>   </r:column>
>   <r:collapsibleSubTable id="collapsibleSubTable" expandMode="ajax">
>     <f:facet name="header">
>       <h:inputText id="inputText" required="true" />
>     </f:facet>
>   </r:collapsibleSubTable>
> </r:dataTable>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list