you can try using a repeater like a listview, and also make sure you
are using detachable models. perhaps if you gave more description of
what the component looks like/what it does and a screenshot that could
help us help you more.

-igor


On Jan 22, 2008 3:51 AM, Ned Collyer <[EMAIL PROTECTED]> wrote:
>
> 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]
>
>

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

Reply via email to