Re: setupRender(): redirecting to different page

2012-11-09 Thread Andy Pahne
; } return null; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/setupRender-redirecting-to-different-page-tp5717891p5717894.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: setupRender(): redirecting to different page

2012-11-09 Thread Thiago H de Paula Figueiredo
On Fri, 09 Nov 2012 17:29:16 -0200, Andy Pahne wrote: I am trying to do a simple thing, which used to work with previous versions, at least as far as I can remember. Plwase see code snippet below. The thing is: it never redirects to the "ArticleUnknown" page, even when article is null. s

setupRender(): redirecting to different page

2012-11-09 Thread Andy Pahne
l to me to do it like in the example code. I remember in previous Tapestry versions there was something like: void pageValidate(PageEvent e){ } But that does not seem valid anymore, because there is no more a PageEvent class... -- View this message in context: http://tapestry.104