Re: Reading page specifications... *without* loading the page

2007-01-30 Thread Sam Gendler
t stands right now, I'm able to reuse the same class for a fair number of my simpler pages without having a subclass for each one. > > Robert J. Walker > > -Original Message- > From: Hugo Palma [mailto:[EMAIL PROTECTED] > Sent: Monday, January 29, 2007 4:53 PM > T

Re: Reading page specifications... *without* loading the page

2007-01-30 Thread Hugo Palma
sers Subject: Re: Reading page specifications... *without* loading the page Without really answering your question, have you looked at tapestry-acegi (http://www.carmanconsulting.com/tapestry-acegi/). The Secured annotation is a life saver.. --

RE: Reading page specifications... *without* loading the page

2007-01-29 Thread Robert J. Walker
r pages without having a subclass for each one. Robert J. Walker -Original Message- From: Hugo Palma [mailto:[EMAIL PROTECTED] Sent: Monday, January 29, 2007 4:53 PM To: Tapestry users Subject: Re: Reading page specifications... *without* loading the page Without really answering your

Re: Reading page specifications... *without* loading the page

2007-01-29 Thread Hugo Palma
Without really answering your question, have you looked at tapestry-acegi (http://www.carmanconsulting.com/tapestry-acegi/). The Secured annotation is a life saver.. Robert J. Walker wrote: My application has multiple security roles. To handle this, I have a ProtectedPage class that handle