Re: Where to process PageParameters

2009-01-15 Thread Jonas Hoepfner
Subject: Re: Where to process PageParameters setResponsePage(PageB.class, parameters); or use a bookmarkablepagelink Martijn On Wed, Jan 14, 2009 at 1:06 PM, Jonas505 jonas.hoepf...@iteratec.de wrote: Hello, I would like to know, where in my WebPage class

Re: Where to process PageParameters

2009-01-15 Thread Michael Sparer
:21 +0100 Subject: Re: Where to process PageParameters setResponsePage(PageB.class, parameters); or use a bookmarkablepagelink Martijn On Wed, Jan 14, 2009 at 1:06 PM, Jonas505 jonas.hoepf...@iteratec.de wrote: Hello, I would like to know, where in my WebPage class

Re: Where to process PageParameters

2009-01-15 Thread Martijn Dashorst
(param1), p.getString(param2)); preparePageBComponents(result); } Jonas From: Martijn Dashorst 14 Jan 2009 14:24:21 +0100 Subject: Re: Where to process PageParameters setResponsePage(PageB.class, parameters); or use a bookmarkablepagelink Martijn On Wed, Jan 14, 2009

Re: Where to process PageParameters

2009-01-15 Thread Michael Sparer
: Where to process PageParameters setResponsePage(PageB.class, parameters); or use a bookmarkablepagelink Martijn On Wed, Jan 14, 2009 at 1:06 PM, Jonas505 jonas.hoepf...@iteratec.de wrote: Hello, I would like to know, where in my WebPage class PageParameters should

Re: Where to process PageParameters

2009-01-15 Thread behrica
14 Jan 2009 14:24:21 +0100 Subject: Re: Where to process PageParameters setResponsePage(PageB.class, parameters); or use a bookmarkablepagelink Martijn On Wed, Jan 14, 2009 at 1:06 PM, Jonas505 jonas.hoepf...@iteratec.de wrote: Hello, I would like to know, where

Re: Where to process PageParameters

2009-01-15 Thread Erik van Oosten
do it the save way :-) wasn't much effort to change the stuff anyway. But now I'd be interested in hearing Erik's opinion about that - he obviously must have had problems with it Michael -- View this message in context: http://www.nabble.com/Where-to-process-PageParameters

Where to process PageParameters

2009-01-14 Thread Jonas505
missing something or is this the way to go? Thank you! Jonas -- View this message in context: http://www.nabble.com/Where-to-process-PageParameters-tp21454742p21454742.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Where to process PageParameters

2009-01-14 Thread Jonas Hoepfner
)); preparePageBComponents(result); } Jonas From: Martijn Dashorst 14 Jan 2009 14:24:21 +0100 Subject: Re: Where to process PageParameters setResponsePage(PageB.class, parameters); or use a bookmarkablepagelink Martijn On Wed, Jan 14, 2009 at 1:06 PM, Jonas505 jonas.hoepf...@iteratec.de

Re: Where to process PageParameters

2009-01-14 Thread Martijn Dashorst
-to-process-PageParameters-tp21454742p21454742.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Where to process PageParameters

2009-01-14 Thread behrica
in context: http://www.nabble.com/Where-to-process-PageParameters-tp21454742p21454742.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Where to process PageParameters

2009-01-14 Thread Jeremy Thomerson
(PageParameters p) { // can throw an exception: DataSet result = callMyBusinessLogik(p.getString(param1), p.getString(param2)); preparePageBComponents(result); } Jonas From: Martijn Dashorst 14 Jan 2009 14:24:21 +0100 Subject: Re: Where to process PageParameters setResponsePage