Thank you. I simply remembered it wrong. 

For the curious: this works as expected:

        Object onActivate(long articleID) {
                this.article = articleService.getPublicArticle(articleID);
                if(this.article == null){
                        return articleUnknown;
                }
                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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to