Re: [S2] Possible issue with remote form submission

2007-01-07 Thread Musachy Barroso
I know the remote forms have problems (not sure what they are), I have to check them out, I was talking about the "Remote Button" page in show case, which submits a form asynchronously, that one should be working in IE and FF. musachy Dariusz Wojtas wrote: I removed theme ajax from my form a

Re: [S2] Possible issue with remote form submission

2007-01-07 Thread Dariusz Wojtas
I removed theme ajax from my form and it still did not work. Because the current showcase has problems, I copied the remoteforms sample to my app. Only 2 of these forms do work with IE (pass params). I can be sure of this because I have a filter in front of the app which renders the requested UR

Re: [S2] Possible issue with remote form submission

2007-01-07 Thread Musachy Barroso
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: ... cssClass=".." /> A

Re: [S2] Possible issue with remote form submission

2007-01-07 Thread Dariusz Wojtas
Hi Musachy, I have a form of this type: ... 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 so

Re: [S2] Possible issue with remote form submission

2007-01-06 Thread Musachy Barroso
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 check the ajaxtags doc for examples: http://struts.apache.org/2.x/docs/ajax-tags.html musachy Dariusz Wojtas wrote: Using S2 trun

[S2] Possible issue with remote form submission

2007-01-06 Thread Dariusz Wojtas
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