> ok, it is not easy in all situations. It works fine with
> <wicket:container> like markup, but it does have some problems with
> "standard" components. I"ll try to fix it.
> Juergen

Thanks for the quick replies.... Juergen, when you say "<wicket:container> like markup, do you mean like <wicket:panel> ?

All i'd like to do at the moment is set a parameter that i can retrieve in my Panel subclass. I have this in my markup:

<wicket:panel myParameter="foo">
...
...

And in my Panel subclass, i have a "myParameter" field with getters and setters. This field is not being assigned a value after the component is rendered, the setter is not being called. Should this work ? Am i doing something wrong ?

d


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to