Re: Request Responce Loop
Re: Request Responce Loop
- Subject: Re: Request Responce Loop
- From: Chuck Hill <email@hidden>
- Date: Mon, 9 May 2005 12:02:46 -0700
Are you using WORedirect somewhere? It sounds like you have setup a
redirect loop of some sort.
Chuck
On May 9, 2005, at 11:48 AM, Jonathan Fleming wrote:
Hi Guys,
I'm having trouble understanding something to do with this I think
(and I have gone through Chuck' book trying to fathom it out).
I have a a customs DirectAction page called RegisterUser_DA extends
WODirectAction
I have set up the called method as normal ie
public WOActionResults assignCountryAction() {
RegisterNewUser nextPage = (RegisterNewUser)
pageWithName("RegisterNewUser");
nextPage.takeValueForKey(country, "country");
nextPage.takeValueForKey(selectedTermsStatus,
"selectedTermsStatus");
// logs, etc, etc.
}
but when i go through to the next page the request seem... no is
repeating everything in my logs three times.
Not only that, the logs show that the information is set correctly on
the first cycle and 2nd cycle but by the third cycle it spits the info
out and sets everything to its default.
I have no idea how to fix this or what is going on so any bit of help
or directional guidence will be greatly appreciated.
Jonathan :^)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
village.net
This email sent to email@hidden
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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