its just java. pass in the previous page object into constructor of the new page.

setResponsePage(new NextPage(this));

-Igor


On 2/22/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:

Please i little question:
 
When You setResponsePage() to another WebPage instance and then from the next WebPage instance, you want to reference a property or method of the Previous Web Page instance, what is the safest thing to do?
 
Thank you

Reply via email to