[richfaces-issues] [JBoss JIRA] Created: (RF-1256) TabPanel: a4j:support on specific events throws JS errors

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Oct 26 10:56:01 EDT 2007


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

        



More information about the richfaces-issues mailing list