Hello, I would like to know, where in my WebPage class PageParameters should be processed.
I have a page A where you can fill in certain parameters (or select a predefined set of parameters). Then you submit those parameters which are given to the business logic to prepare some data. The resulting data is shown on page B. I would like that the user can bookmark page B with those parameters encoded in the URL. This works fine with page B having a constructor taking PageParameters. However, right now I call the Business-Logik from the constructor of page B, which seems strange. Am I 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
