El lun, 18-12-2006 a las 04:35 -0700, Michael Heinen escribió:
> I have to render the selectItems as Links.
> 
> E.g. the labels of a selectManyCheckbox or a selectOneRadio should be
> linked and execute an actionListener if clicked.
But, when you click on a label with a "for" property, it is like you
click on the "for" component, so you could use its action listeners.
Anyway, you can add an "onclik" which simulate a click using javascript
on a hidden commandButton. 
> 
>  
> 
> Is there any easy/existing solution or do I have to create a new
> tag/component/renderer for this ?
> 
>  
> 
> Michael
> 
> 

Reply via email to