You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bu...@apache.org on 2004/06/01 15:49:32 UTC

DO NOT REPLY [Bug 29322] New: - Add a method to IPage interface

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29322>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29322

Add a method to IPage interface

           Summary: Add a method to IPage interface
           Product: Tapestry
           Version: 3.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Framework
        AssignedTo: tapestry-dev@jakarta.apache.org
        ReportedBy: yjshen@yahoo.com


Suggest to add a method to IPage interface as below, for eg:
public void pageActivated(IRequestCycle cycle);

And call this method in the service() method of PageService, ResetService, 
HomeService.

By override the pageActivated method, applications can have a chance to 
load some data before rendering home page when first enters into this 
application, or when user restarts the session due to time-out.

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org