Hi In our application we use pages for multiple purposes. A simple example is the "EditPersonPage", which is used for the insert and the edit user action. My question is, if it would be save to do the following in the application file: <page name="EditPersonPage" specification-path="pages/EditPersonPage.page"/> <page name="InsertPersonPage" specification-path="pages/EditPersonPage.page"/>
In my opinion Tapestry will instantiate two Objects of the page and pool them seperatly. Is this assumption right, or will something go terribly wrong with it? thx for help, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]