[richfaces-issues] [JBoss JIRA] Assigned: (RF-843) Tab Panel doesn't switches except client mode.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Oct 18 15:20:03 EDT 2007


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

Nick Belaevski reassigned RF-843:
---------------------------------

    Assignee: Anton Belevich  (was: Nick Belaevski)

> Tab Panel doesn't switches except client mode.
> ----------------------------------------------
>
>                 Key: RF-843
>                 URL: http://jira.jboss.com/jira/browse/RF-843
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.0
>         Environment: JSF 1.2
> Facelets 1.1.12
> Tomcat 6
> RF 3.1.0 RC5
>            Reporter: Ilya Shaikovsky
>         Assigned To: Anton Belevich
>             Fix For: 3.2.0
>
>
> 	<ui:define name="body"> 
> 		<h:form>
> 		<rich:tabPanel switchType="ajax">
> 			<rich:tab label="test 1">
> 				<h:inputText value="#{person.prop1}" ></h:inputText>
> 		<rich:messages/> 
> 			</rich:tab>
> 			<rich:tab label="Sample 2" immediate="true"> 
> 				<h:inputText value="#{person.prop2}" required="true"></h:inputText>
> 			</rich:tab>
> 		</rich:tabPanel>
> 		</h:form>
> 		<a4j:log popup="false"></a4j:log>
> 	</ui:define> 
> This tabpanel doesn't switches. Behaviour returns to normal when I use immediate="false" on the tab control.
> Besides - there is no messages on the page. 
> As I see from phasetracker second phase - fails.
> In client side log there is - 
> debug[14:26:12,241]: Attempt to update part of page for Id: j_id2:j_id6
> debug[14:26:12,241]: call getElementById for id= j_id2:j_id6
> error[14:26:12,242]: New node for ID j_id2:j_id6 is not present in response

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