I have a case where I want to modify the css class of the dom element
that contains the component I'm working with.
I found the wiki page:
http://cwiki.apache.org/WICKET/how-to-modify-an-attribute-on-a-html-tag.html
but that will allow me to modify the component only.
Specifically what I'm doing is something like:
<ul>
<li class="selectedItem"><a href="#" wicket:id="homePageLink">Home</
a></li>
</ul>
so I actually want to modify the css class of the containing li
element (not the a element).
Is it possible to do it that way, and if not, does anyone have any
suggestions on how this might be done better?
- Brill
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]