Though I think you have a better defined contract when you just pass
in the property you need instead of the page. Will also work better
when you decide to call that page from other places.

Eelco


On 2/22/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> 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
>
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to