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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Aug 12 15:19:41 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-4137:
-------------------------------

    Fix Version/s: Future
                       (was: 3.2.2)


> 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: Future
>
>
> <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