I have the circumstance where I have a "sidebar" panel on the left hand side
of my site that I want to reflect the current state of the system -
regardless of the state of the components in the middle.

It will do a data lookup based on an id given to the component in its
constructor, and should perform this lookup on each request - in effect it
is readonly, and stateless, but does require an id to perform the lookup.

I'm confused as to how to do this (and appologise for quite possibly being
stupid).

>From reading the docs - it looks like I could achieve this if I wrapped the
adding of the panel in a ListView from the page, but this feels a bit dirty,
as I'd like the logic isolated to the panel itself.
-- 
View this message in context: 
http://www.nabble.com/Reloading-component-on-each-request.-tp15017178p15017178.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to