on 7/2/01 5:35 PM, "Cromer, Deborah" <[EMAIL PROTECTED]>
wrote:
> Firstly, I have seen statments such as $page.setBgColor(), and
> $link.setPage() etc. I was wondering wehre I could find a list of all the
> methods that you can on a page and link.
./src/java/org/apache/turbine/util/template/TemplateLink.java
./src/java/org/apache/turbine/util/template/TemplatePageAttributes.java
> Secondly, I would like to let a user navigate through some pages before
> logging in. I have found some information which tells me that I need to
> implement my own session validator that returns nothing, and then let my
> secure pages use a differnt session Validator, but I am not sure of how to
> implement my own session validator, where to put it, adn how to make the
> "secure" layout execute a different session validator. Could you please help
> me out here.
In your TR.props file, if you use...
action.sessionvalidator=sessionvalidator.TemplateSessionValidator
Then that should do what you want.
Thanks,
-jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]