[richfaces-issues] [JBoss JIRA] Resolved: (RF-1332) focus attribute should work as reRender - without form specified

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Nov 12 10:13:55 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1332?page=all ]

Ilya Shaikovsky resolved RF-1332.
---------------------------------

    Resolution: Won't Fix

Not a bug. Form name is mandatory in this case. There is no component in tree for such Id. So should use full id

> focus attribute should work as reRender - without form specified
> ----------------------------------------------------------------
>
>                 Key: RF-1332
>                 URL: http://jira.jboss.com/jira/browse/RF-1332
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Ilya Shaikovsky
>         Assigned To: Ilya Shaikovsky
>             Fix For: 3.2.0
>
>
> <h:form id="myForm">
> 	<rich:calendar id="myCal" popup="true" enableManualInput="true"/>
> 	<a4j:commandButton value="test" focus="myCalInputDate" reRender="test"></a4j:commandButton>
> </h:form>
> <h:form id="second">
> 	<h:outputText id="test"></h:outputText>
> </h:form>
> reRender filled as 'second:test' but focus as just 'myCalInputDate' and not found later
> suggested for 3.1.x

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