1. When I throw a PageRedirectException to my login page, validate on the
login page isn't called before it is displayed. Is this right? validate()
does get called when I submit the form on the page (is this as the page
rewinds?)

2. When my login page executes the code:

          cycle.setPage("LoginSuccess");
          LoginSuccess p = (LoginSuccess)cycle.getPage();

in its form listener method, the LoginSuccess page is displayed without
validate() being called first. Is that right?

3. When I use a Page component to go to another page, validate doesn't get
called when the destination page is rendered. Is this right?

Is validate() the wrong place to be doing security checks that a page should
be visible?

Thanks,

Tom



_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to