Hi,

I have a component that is embedded as follows:

<div class="some-style">
   <span wicket:id="mycomponent">
   </span>
</div>

Is there a way for me to manipulate the div containing some style?
I tried creating a panel and using that as a parent but it feels very cumbersome and involves an additional html (wicket disallowed me to do an anonymous Panel without html).
What I need is a technique to do that at page creation.
I.e. just instantiate "something" and add mycomponent to it.
That "something" can then be manipulated with standard wicket tag modification.

Can someone shed some light on this?

Lester




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to