this is not the case.
what kind of redirect strategy shouldn't influence in what state onBeginRequest is called
It is called when the render() of the page is called not before.

The name is a bit wrong i think, it should be onBeginRespond()...

johan

Matej Knopp wrote:
Hmm.. You may be right. I'm using REDIRECT_TO_RENDER strategy. thus for me, this is working well. But I understand this doesn't work with REDIRECT_TO_BUFFER.

-Matej

Ralf Ebert wrote:
Hi,

Your onToBeNamed() method already exists, and it's called onBeginRequest() :)

onBeginRequest() is called before event handlers get processed. When setting visibility in this method, this can lead to wrong visibility values when the model has been changed by event handlers...

Regards,
Ralf


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to