On Thu, 2008-07-31 at 20:52 -0700, Adib Saikali wrote:
> Hi,
> 
> What is the key distinction between RequestParameters and PageParamters why
> are two classes needed? 
> 
> Thakns
> Adib
> 
> 
PageParameters is OO representation of the query string. It provides
convenient methods like ".getInteger('paramName')".

RequestParameters is Wicket internal class where are saved the
componentPath, version, pageMapName, ... All of these are used mostly by
the framework.

Both of these classes have javadocs. If you think they could be improved
then create a ticket in the Jira and attach a patch.

Reply via email to