Re: Strange Problem submitting data to WO [5.2.5, W2K]
Randy Wigginton <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Have you checked the logs? The only problem I've seen with direct connect is that it can mask problems with pages taking a long time to load. With DC they will never time out. Doesn't sound like that is your problem. On Aug 8, 2006, at 4:25 AM, COAST wrote: > Hi list > > we have a strange problem submitting data to the WO app. > > Filling in a form with changes, the changes sometimes are not > submitted to WO. > The "sometimes" is the big problem. > You can do about 20 changes everything is working, then suddenly > the form seems not to be submitted to the server. The next time: > Everything is o.k. > > We checked different things like "multiple submit = yes", the > submit button placed > on the form for sure etc. > > We have to say that this strange behaviour seems to occur only if > doing a direct conntect > to the app (developing) . We have not seen the problem via the Web > Server IIS (deployment). > But we have a really bad feeling about this... > > We debuged the story by printing the following in > takesValueFromRequest > (just after super): > > ec.updatedObjects().count() > > if everything is o.k. count = 1 (one object has changed) > if it goes wrong count = 0 (which is telling that no changes have > been submitted ?!) > > What could be the problem ? > Where to go further on with debuging ? > Is it really only a problem with direct connect ? > > Thanks > Peter > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev