* Matthieu Casanova:

> I don't think I can use PageParameters, my datas do not come from the client
> but from a server (the web server is connected to a server that provides
> it's data).

You should consider PageParameters as just a concept in the API.
To produce your own PageParameters from the request attributes,
just extend AbstractRequestTargetUrlCodingStrategy and override
decodeParameters().

Then you can use the custom IRequestTargetUrlCodingStrategy by
using Application.mount().

Cheers,
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to