Re: Best way to prevent page to be accessed without context?

2012-12-16 Thread trsvax
. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-way-to-prevent-page-to-be-accessed-without-context-tp5718737p5718763.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Best way to prevent page to be accessed without context?

2012-12-16 Thread Dmitry Gusev
the most sense. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-way-to-prevent-page-to-be-accessed-without-context-tp5718737p5718763.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Best way to prevent page to be accessed without context?

2012-12-16 Thread bhorvat
this message in context: http://tapestry.1045711.n5.nabble.com/Best-way-to-prevent-page-to-be-accessed-without-context-tp5718737p5718765.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Best way to prevent page to be accessed without context?

2012-12-16 Thread Dmitry Gusev
dispatcherREQUEST/dispatcher dispatcherERROR/dispatcher /filter-mapping Is this ok? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-way-to-prevent-page-to-be-accessed-without-context-tp5718737p5718765.html Sent from the Tapestry - User mailing list

Re: Best way to prevent page to be accessed without context?

2012-12-15 Thread bhorvat
.1045711.n5.nabble.com/Best-way-to-prevent-page-to-be-accessed-without-context-tp5718737p5718744.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: Best way to prevent page to be accessed without context?

2012-12-15 Thread bhorvat
One other question. Is it possible to return the user to the place from which it came? In other words I dont want to return it to specific place but to what ever place it came from? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-way-to-prevent-page-to-be-accessed

Best way to prevent page to be accessed without context?

2012-12-14 Thread bhorvat
in the url) So what should I use for that. Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-way-to-prevent-page-to-be-accessed-without-context-tp5718737.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Best way to prevent page to be accessed without context?

2012-12-14 Thread Josh Canfield
in the url) So what should I use for that. Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-way-to-prevent-page-to-be-accessed-without-context-tp5718737.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Best way to prevent page to be accessed without context?

2012-12-14 Thread Thiago H de Paula Figueiredo
On Fri, 14 Dec 2012 21:43:17 -0200, bhorvat horvat.z.bo...@gmail.com wrote: So what would be the best way to prevent a page to be accessed without some context? Object onActivate(EventContext context) { if (context.getCount() == 0) { return ...; // some page or URL