retrieve class value

2010-04-06 Thread Arnaud Garcia
Hello, It is pretty easy using SimpleAttributeModifier to set the class of a Label for example, but how to retrieve it ? My css classes due to lot of AjaxBehaviors change very often for a Label field and I would like to find the associated class before changing it ? thanks arnaud

Re: retrieve class value

2010-04-06 Thread Martin Makundi
You might consider making a dynamic behavior that can change itself. ** Martin 2010/4/6 Arnaud Garcia arn...@imagemed-87.com: Hello, It is pretty easy using SimpleAttributeModifier to set the class of a Label for example, but how to retrieve it ? My css classes due to lot of AjaxBehaviors