Chris:

On Mon, Mar 29, 2010 at 10:22 PM, Chris Colman
<chr...@stepaheadsoftware.com> wrote:
> I wanted to add some error processing to some of the parameters I
> receive and the processing is 'generic' for any integer types.
>
> The easiest way to do this would be in a derivative of the
> PageParameters class. Given that wicket has lots of plug ins facilities
> and customizing options I was wondering if it's possible to specify a
> PageParameters factory to provide objects that wicket should use when
> processing a request.
>
> Does such a beasty exist?

You can intercept the page creation and parse the page parameters
and validate it if needed. Take a look at:

Application#getSessionSettings()
ISessionSettings#setPageFactory()
IPageFactory interface.

HTH.
Cheers.
-- 
Mauro Ciancio <maurociancio at gmail dot com>

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

Reply via email to