Re: DynaActionForm unable to find parameter method that happens every 2-3 times

2005-04-30 Thread Eoin Dunne
Well at least I understand how the thing is supposed to work now. Before I posted here I searched every where I could think of to understand this behavior and the struts documentation certainly wasn't complete in this regard. So thanks for working through the problem guys. What this does do th

Re: DynaActionForm unable to find parameter method that happens every 2-3 times

2005-04-29 Thread Eoin Dunne
Rick you hit the nail on the head. In my mind I thought that when I hit 'enter' and when I clicked the button they were doing the same thing (in fact someone asked me this ealier). But now I realize it was failing when I hit enter and working when I pushed the button. The reason for this is I

Re: DynaActionForm unable to find parameter method that happens every 2-3 times

2005-04-29 Thread Eoin Dunne
Nial I used a packet sniffer to see what was actually being posted from the browser to the server. for some reason the &method=addcomponent gets dropped off the post. There doesn't seem to be any logic to it either. I tried spaces in the text field and that works fine most of the time. But i

Re: DynaActionForm unable to find parameter method that happens every 2-3 times

2005-04-29 Thread Eoin Dunne
Hey Niall I tried that debugging solution you suggested and here's the result. In this case the submit worked about 5 times in a row (so I manually clicked submit then went back to that page...etc.etc), then resolved to the unspecified method. Here's the output Value =[null] Locale=[en_US

RE: DynaActionForm unable to find parameter method that happens every 2-3 times

2005-04-29 Thread Eoin Dunne
r/return key to submit the form instead of clicking on the "method" submit button? That could cause a submit without the method submit button being set (possibly). Regards, David -Original Message- From: Eoin Dunne [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 2:00 PM

DynaActionForm unable to find parameter method that happens every 2-3 times

2005-04-28 Thread Eoin Dunne
strange error that happens every second or third time the form is submitted. Otherwise it works? I was orignially using 1.1 struts but just upgraded with the same issue to 1.2.4. I thinking it's a timing or threading issue, because of the way it works then doesn't work. The error message was