Re: [Wicket-user] Data available across many pages - best practice

2006-02-08 Thread Piotr Bzdyl
Hello, Pass it along each page. Works like a charm. add(new Link(next, specificModel) { public void onClick() { setResponsePage(new NextPage(getModelObject())); } } Thanks, I was using this pattern, but I was unsure if this is the best solution. Best regards, Piotr

Re: [Wicket-user] Data available across many pages - best practice

2006-02-04 Thread Martijn Dashorst
Pass it along each page. Works like a charm. add(new Link(next, specificModel) { public void onClick() { setResponsePage(new NextPage(getModelObject())); } } Martijn On 2/3/06, Piotr Bzdyl [EMAIL PROTECTED] wrote: Hello, I would like to have access to an object (or objects)

[Wicket-user] Data available across many pages - best practice

2006-02-03 Thread Piotr Bzdyl
Hello, I would like to have access to an object (or objects) across several web pages. Where should I keep this data? What solution do you recommend? (This is some kind of the wizard pages) Best regards, Piotrek --- This SF.net email is