[richfaces-issues] [JBoss JIRA] Created: (RF-4137) Ajax Form: prependId="false" does not work after ajax rerendering if form wrapped by dataTable.

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Mon Aug 11 04:52:49 EDT 2008


Ajax Form: prependId="false" does not work after ajax rerendering if form wrapped by dataTable.
-----------------------------------------------------------------------------------------------

                 Key: RF-4137
                 URL: https://jira.jboss.org/jira/browse/RF-4137
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: RF 3.2.2-SNAPSHOT
Facelets 1.1.14
            Reporter: Andrei Markavtsov
            Assignee: Nick Belaevski
             Fix For: 3.2.2


<rich:dataTable value="1" id="dt">
	<rich:column>
	<a4j:form id="_jsfFrom" prependId="false">
		<h:outputText value="Text" id="text"></h:outputText>
	</a4j:form>
	 </rich:column>
</rich:dataTable>

<h:form>
   <a4j:commandLink value="Rerender" id="submit" reRender="dt"></a4j:commandLink>
</h:form>

At the first output text has valid ID (dt:0:text).
After 'rerender' link has been clicked output ID is extending by ajax form ID (dt:0:_jsfFrom:text ).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list