Its not impossible that it could be a bug in the Struts tags - but those
tags have been in use for a long time by alot of people so I would be
surprised if that was the case. I don't actually use this technique - all my
submit buttons just do a submit and I don't have their "name" attributes
set. You could try "hard coding" an ordinary HTML submit button on the form
and seeing if you can re-create the same error using that button. If so that
would suggest it was a browser issue.

   <input type="submit" name="method" value="AddComponent"/>

Niall

----- Original Message ----- 
From: "Eoin Dunne" <[EMAIL PROTECTED]>
Sent: Friday, April 29, 2005 6:01 PM


>
> 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 it also drops the
> &method=addcomponent even when there is no white space in the text field.
>
> So sometimes the post looks like :
>
> componentName=some+Component+Name&method=AddComponent
>
> and sometimes it will look like :
>
> componentName=some+Component+Name
>
> and that's it.
>
> ideas?  Is it strictly the browser that is screwing up the post or is
struts
> not creating the html properly.
>
> I'm running internet explorer 6.9.xxxx with the latest service packs.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to