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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to