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