Just to make sure that's not it, can you remove the theme="ajax" from the form? In the remote button page, on showcase there is an example of a button submitting a form, is that working for you?

musachy

Dariusz Wojtas wrote:
Hi Musachy,

I have a form of this type:

<s:form theme="ajax" id=".." action=".." method="POST"  >
...
<s:submit theme="ajax" value=".." type="submit" targets=".." cssClass=".." />
<s:/form>

And this one gets submitted, but IE seems to post it without parameters.
At the same time FF posts it with parameters.
In both browsers targetting of the submission form works, but IE does
not pass params.

If this could help, I have a form with some custom tabular structure inside.
Also some dojo scripts do not get loaded with current S2 - this could
also be the reason ...

Best regards
Dariusz Wojtas


On 1/7/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
Hi Dariusz

The remote forms example(and probably the tag) are broken right now. The
easiest way to submit forms asynchronously, that I know is working like

<s:form ....>
  <s:submit theme="ajax"/>
<s:/form>

check the ajaxtags doc for examples:

http://struts.apache.org/2.x/docs/ajax-tags.html

musachy

Dariusz Wojtas wrote:
> Using S2 trunk.
> I have noticed that in some cases remote form submission does not pass
> form data to the url.
> This may be reproduced with the showcase:
>   /struts2-showcase/ajax/remoteforms/
> where some of the samples do workand pass parameters, while some
> others do not.
> The same behavious in IE, FF and Opera 9
>
> Has anyone lse noticed this?
>
> Also some of the forms on that page uses 'afterLoading',
> 'beforeLoading' attributes that do not let this page compile by
> default.
>
> Best regards
> Dariusz Wojtas

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




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

Reply via email to