yes, it's mandatory.

How would wicket build your page without that, to make the parameters available from everywhere, even from the constructor?

miro a écrit :
I dont have a constructor with PageParameters.Do I need one? , becasue if itr
appended to the url I can retrieve it from request or getPageParameters()
Pills wrote:
in your constructor that has a parameter PageParameters...


miro a écrit :
where should I call super(params)  ?

Michael Sparer wrote:
then there either weren't any pageparams or you missed to call
super(params)

regards,
Michael


miro wrote:
I tried that , getPageParameters() was returning null .

Michael Sparer wrote:
getPageParameters()? Didn't you look at the API before posting? ;-)


miro wrote:
I am using
setRedirect(true);
setResponsePage(MyPage.class,pageParameters);

in Mypage how can I retrieve pageParameters ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to