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.

Attach an attribute modifier to the outter component.

Please dig through the examples first or read one of the books. This
is very basic stuff you don't need the email list for.

Eelco

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

Reply via email to