override oncomponenttag and use the passed in Tag object to modify
attributes map

-igor


On 10/28/07, Brill Pappin <[EMAIL PROTECTED]> wrote:
> How can I change *only* the div attributes (like style class) without
> changing the contents of the div?
>
> in this example:
> <div class="aaa" wicket:id="outter>
>     <div wicket:id="inner">this should remain</div>
> </div>
>
> I want to change the css class from aaa to bbb, but not replace the inner
> html.
>
> - Brill Pappin
>
>

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

Reply via email to