Re: security in Tapestry

2007-07-19 Thread Renat Zubairov
Another possibility is that user is not authenticated :) On 19/07/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: and maybe your web.xml is not correct! On 7/19/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > First - you should be able to "inject" that request object instead of > going > throu

Re: security in Tapestry

2007-07-19 Thread Andrea Chiumenti
and maybe your web.xml is not correct! On 7/19/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: First - you should be able to "inject" that request object instead of going through so many get calls: public abstract WebRequest getRequest(); Define that property and it will all work magically. ..

Re: security in Tapestry

2007-07-18 Thread Jesse Kuhnert
First - you should be able to "inject" that request object instead of going through so many get calls: public abstract WebRequest getRequest(); Define that property and it will all work magically. .. I have no idea why isUserInRole wouldn't work though - it's just a wrapper that hands the metho