[
http://jira.jboss.com/jira/browse/RF-1256?page=all ]
Ilya Shaikovsky reassigned RF-1256:
-----------------------------------
Assignee: Nick Belaevski (was: Ilya Shaikovsky)
commit to 3.1.x
and resolve for both versions please.
TabPanel: a4j:support on specific events throws JS errors
---------------------------------------------------------
Key: RF-1256
URL:
http://jira.jboss.com/jira/browse/RF-1256
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
<rich:tabPanel switchType="ajax">
<rich:tab label="Sample 1">
<h:outputText value="1"></h:outputText>
<h:inputText value="#{bean.property1}" required="true" />
</rich:tab>
<rich:tab label="Sample 2">
<a4j:support event="ontabenter"></a4j:support>
<h:outputText value="2"></h:outputText>
<h:inputText value="#{bean.property1}"></h:inputText>
</rich:tab>
</rich:tabPanel>
If I move support to first tab with ontableave event - the same JS exception
--
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