I think I would use Martins idea + markup inheritance (pages that are
aware of the required parameters etc)...

2009/5/3 Matthew Welch <matt...@welchkin.net>:
> The data in the application that I'm working on is divided in any number of
> different contexts. The pages displayed for each context are the same but
> the data shown on those pages will be different depending on the specific
> context. A logged in user might might have multiple pages (browser windows)
> open at one time from any one of these contexts, otherwise I would store the
> context in their session. As it stands I need to pass the context around
> from page to page as a parameter. Is there an easy way to have this
> parameter automatically appended to all links on page as they are rendered
> or generated?
>
> I suppose I could build my own set of Link components that look for the
> existing context of a page and append that to themselves, and use those
> links instead of the built in ones. Any other options?
>
> -Matt
>

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

Reply via email to