Thanks Daniel. This is the answer I was looking for. :)
Cheers, On 1/7/08, Daniel Jue <[EMAIL PROTECTED]> wrote: > Just a note for Acegi/Tapestry newcomers, this is about integrating > Acegi (Spring Security) with T5, so that a page's security is defined > in the actual T5 Java page classes (would this work for components > too?) > > The kind of integration mentioned in the first reply is not _required_ > in order to use Acegi with your Tapestry app. Acegi and Tapestry > happily coexist, with Acegi getting first dibs as your web filter (it > comes before the Tapestry filter in your Web.xml) > > In this way, the Tapestry portion of your app barely knows about > Acegi, except for link object it creates on your login page. > However, this means that things like roles and page restrictions are > in an Acegi xml file, not in annotations. -- I'm a coder not a drag-n-dropper Blog: http://joshuajava.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
