One way to do this is use Panels. See http://cwiki.apache.org/WICKET/panels-and-borders.html
On Tue, Mar 25, 2008 at 4:31 PM, kumark <[EMAIL PROTECTED]> wrote: > > I have just done a prototype using portlets, and we are evaluating wicket > to > see if we can do similar stuff with out portlets. > > As I understand wicket allows components to represent data in a table and > do > paging as well. I was wondering if such tabular data(model/view) for > example: "a list of books", could be encapsulated into a re-usable > component > so that I can display that component (along with other components) in more > than one page with out re-writing too many things twice. > > An approach or a link to a solution to similar problem is greatly > appreciated. Thanks. > -- > View this message in context: > http://www.nabble.com/Reusable-panels-with-content-tp16276002p16276002.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] > >
