Description
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="someComponent@TextField" ... />
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="someComponent@Any" />
</span>