Hi,
Also take a look at PageAttached.
(http://tapestry.apache.org/tapestry5/guide/lifecycle.html)
- Ville
Chris Lewis-5 wrote:
>
>
>
> James Sherwood wrote:
>> Hello,
>>
>>
>>
> Hi.
>> I have security through page Activate.
>>
>>
>>
>> All my pages extend a page that has a method:
>
James Sherwood wrote:
Hello,
Hi.
I have security through page Activate.
All my pages extend a page that has a method:
@OnEvent("activate")
Object onSecurityCheck(){
Check security if fails return Index.class
}
This works however any page that has its own onActivate() m