[
http://jira.jboss.com/jira/browse/RF-843?page=all ]
Tsikhon Kuprevich reassigned RF-843:
------------------------------------
Assignee: Alexander Francuzov (was: Anton Belevich)
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: Alexander Francuzov
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