Hi,

Wicket allows us to redirect() to specific pages but it doesn't allow us to issue a HTTP 404. We can't do this manually using the HttpServletResponse because Wicket will still try rendering the page and throw an exception complaining about the Java-end not declaring components that exist in the HTML code.

I'm expecting Wicket to be smart enough to know that when I issue a HTTP 404 I want to skip page rendering altogether. Can you add such a method?

Gili
--
http://www.desktopbeautifier.com/


-------------------------------------------------------
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