[ http://issues.apache.org/jira/browse/TAPESTRY-813?page=all ]

Jesse Kuhnert resolved TAPESTRY-813.
------------------------------------

    Resolution: Fixed

Didn't notice this was also fixed. Sorry! getClientId() should always return 
the most correct ID for the component you are working on, regardless of whether 
or not it is a form component.

> Provide a global clientId for all components, not only forms related ones
> -------------------------------------------------------------------------
>
>                 Key: TAPESTRY-813
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-813
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Leonardo Quijano Vincenzi
>             Fix For: 4.1
>
>
> Currently only form components support a "clientId" property that allow 
> client-side scripting to attach to a single HTML ID, like this:
> <input id="ognl:components.someComponent.clientId" jwcid="[EMAIL PROTECTED]" 
> ... />
> This support could be refactored to support non-form components, like @Any, 
> to allow them to be used in client-side Javascript:
> <span id="ognl:components.someComponent.clientId" jwcid="[EMAIL PROTECTED]" />
> </span>

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to