Adrian,

I can answer only these:
- What is the meaning of redirect (in the context of RequestCycle)?
When the response target has the redirect flag set to true, Wicket will issue a 302 Moved Temporarily response.

- Why does BookmarkablePageRequestTarget.getPage(RequestCycle) only call
newPage if isRedirect is false? And why is it final?
If it's true, a 302 redirect will be sent to the client, there is therefore no need to create a page. That will be done when the redirected request comes in.

Regards,
   Erik.


aditsu wrote:
Bump
I still have several questions that haven't been answered:
- What is the meaning of redirect (in the context of RequestCycle)?
- Why does wicket always do redirect for ajax requests?
- Why does BookmarkablePageRequestTarget.getPage(RequestCycle) only call
newPage if isRedirect is false? And why is it final?
- When I respond to the ajax request, adding a stateful component (therefore
making the page stateful), why is the page not stored in the session
automatically?
- Are there any problems with the hacks I used? Do they break anything?
- Is there any better way to do what I am trying to do?

Thanks
Adrian




--
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


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

Reply via email to