• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Request Responce Loop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Request Responce Loop


  • Subject: Re: Request Responce Loop
  • From: "Jonathan Fleming" <email@hidden>
  • Date: Mon, 09 May 2005 21:42:33 +0100

Hey, Thanks for the pointers Chuck,
I'm certain you're right, I've just looked at another application that uses a similar set up and the form values are being passed in that one and it works fine so that's where I'll look.


BTW, your book is a great wealth of expert information for the advancing WO developer. I've found it invaluable... It's kept me busy and off of the list for a long while now cleaning up my messy code, but I'm sure one day I'll be confident enough to help out and pay back its teachings. Thanks

Jonathan :^)

From: Chuck Hill <email@hidden>
To: "Jonathan Fleming" <email@hidden>
Subject: Re: Request Responce Loop
Date: Mon, 9 May 2005 12:41:07 -0700

Well, that is probably where your logic error lies. Perhaps not sending the form values along in the redirect?

On May 9, 2005, at 12:36 PM, Jonathan Fleming wrote:

yes I am, the next page has a SslComponent sub-class

From: Chuck Hill <email@hidden>
To: "Jonathan Fleming" <email@hidden>
CC: email@hidden
Subject: Re: Request Responce Loop
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







--
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


  • Prev by Date: Re: Request Responce Loop
  • Next by Date: Re: constrain width of WOPopUpButton
  • Previous by thread: Re: Request Responce Loop
  • Next by thread: Interested in a Practical WebObjects Related Seminar at WWDC?
  • Index(es):
    • Date
    • Thread