From jira-events at lists.jboss.org Mon Oct 1 13:26:42 2007 Content-Type: multipart/mixed; boundary="===============8327317533049801836==" MIME-Version: 1.0 From: Anton Belevich (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-1032) Immediate mode tabPanel makes all form submissions operate in immediate mode Date: Mon, 01 Oct 2007 13:26:41 -0400 Message-ID: <22552170.1191259601910.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 23311475.1190984691526.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8327317533049801836== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-1032?page=3Dall ] Anton Belevich reassigned RF-1032: ---------------------------------- Assignee: Ilya Shaikovsky (was: Anton Belevich) fixed version in trunk > Immediate mode tabPanel makes all form submissions operate in immediate m= ode > -------------------------------------------------------------------------= --- > > Key: RF-1032 > URL: http://jira.jboss.com/jira/browse/RF-1032 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: Glassfish v2 > Reporter: Mike Hanafey > Assigned To: Ilya Shaikovsky > Fix For: 3.2.0 > > > Setting the "immediate" attribute true on a "tabPanel" has a strange effe= ct -- if the page is submitted by a "commandButton" which is not "immediate= =3D'true'", and which is not even a child of the tabPanel, it nevertheless = behaves as though it was immediate because the validation phase is skipped.= In addition ajax submission also ends up behaving as it too is "immediate"= . = > In the small example below, no error is generated for the empty field, an= d the "echoField" component is not updated as the user types in "in0" while= "in1" is empty. No error is reported if the command button is pushed whil= e "in1" is empty either. > If the tabPanel is made non-immediate, the expected behaviour returns. = > Example: > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > > > repeater > > > > > > > > > > > > > > = > >
>
> > >
> = > > > > > > > > >
>
> > -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============8327317533049801836==--