pageWithName in a new window
pageWithName in a new window
- Subject: pageWithName in a new window
- From: Sébastien Gruhier <email@hidden>
- Date: Mon, 10 Jan 2005 21:40:08 +0100
Hi,
I have already ask this kind of question but in this case, it's a
little bit different.
In a action, I can return two pages depending of a boolean, something
like this:
if (boolean == true)
return pageWithName("pageA");
else
return pageWithName("pageB");
This is fine but I would like to open pageA in the same window and
pageB in a another window. Is it possible?
Thank you
Sebastien
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden