[richfaces-issues] [JBoss JIRA] Reopened: (RF-258) Tab Panel prevent immediate actions calling

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Oct 12 06:20:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/RF-258?page=all ]

Ilya Shaikovsky reopened RF-258:
--------------------------------

      Assignee: Anton Belevich  (was: Aleksej Yanul)
             
Need to check additional case from this forum thread:

"This works in 3.1.1 except for the fact that now button with immediate="false" are also bypassing validation etc.

So now:

<rich:tab>
<h:form>
<h:inputText id="test" required="true" />
<h:commandButton value="save" action="save"/>
<h:commandButton immediate="true" value="cancel" action="cancel"/>
</h:form>
</rich:tab>

when the user clicks on save, validation is bypassed, model is not updated...very frustrating :-("



> Tab Panel prevent immediate actions calling
> -------------------------------------------
>
>                 Key: RF-258
>                 URL: http://jira.jboss.com/jira/browse/RF-258
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.0.1
>            Reporter: Ilya Shaikovsky
>         Assigned To: Anton Belevich
>             Fix For: 3.2.0, 3.1.1
>
>
> 		<h:form>
> 		<rich:tabPanel switchType="ajax">
> 				<rich:tab label="label">
> 					<h:inputText value="#{bean.property}" required="true"></h:inputText> 
> 					<h:commandButton action="#{capitalsBean.action}" value="Press" immediate="true"></h:commandButton>
> 				</rich:tab>
> 		</rich:tabPanel>
> 		</h:form>
> action doesn't fired if field is empty

-- 
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

        



More information about the richfaces-issues mailing list