Re: [S2] Ajax form and file submission with s:a

2007-01-15 Thread Dariusz Wojtas
Thanks for the tips. Looks like string is the only option for now with timepicker. It's not a serious issue once you understand the limitation. Most of the issues that were really hurting me are gone. The most important issue is now the remote form submission problem ... Even simple remote forms

Re: [S2] Ajax form and file submission with s:a

2007-01-15 Thread Musachy Barroso
Sorry for the name misspelling :) musachy Musachy Barroso wrote: Dariouz There are two problems with the time picker tag, one is that xwork doesn't support dates in RFC3399 format (only the SHORT, MEDIUM and LONG from DateFormat), for that I attached a patch here: https://issues.apache.org

Re: [S2] Ajax form and file submission with s:a

2007-01-15 Thread Musachy Barroso
Dariouz There are two problems with the time picker tag, one is that xwork doesn't support dates in RFC3399 format (only the SHORT, MEDIUM and LONG from DateFormat), for that I attached a patch here: https://issues.apache.org/struts/browse/WW-1643 xwork was just released, so I don't think th

Re: [S2] Ajax form and file submission with s:a

2007-01-14 Thread Musachy Barroso
The timepicker is indeed broken, I haven't been able to extend the dojo widget to fix it because it is throwing some errors (even if my widget is empty!). Just to let you know :) musachy Dariusz Wojtas wrote: Musachy! I must have been blind (no wine today). I checked again the datetimepicker

Re: [S2] Ajax form and file submission with s:a

2007-01-14 Thread Martin Gainty
aire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Dariusz Wojtas" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, January 14, 2007 1:01 PM Subje

Re: [S2] Ajax form and file submission with s:a

2007-01-14 Thread Dariusz Wojtas
Musachy! I must have been blind (no wine today). I checked again the datetimepicker in the ajax form - but I can clearly see that it nicely generates a table row with 2 columns. I am sorry for the wrong message before - it's blindness. [time is still not recognized] Best regards Dariusz Wojtas

Re: [S2] Ajax form and file submission with s:a

2007-01-14 Thread Dariusz Wojtas
Please have a look at : https://issues.apache.org/struts/browse/WW-1598 Dariusz Wojtas On 1/14/07, Martin Gainty <[EMAIL PROTECTED]> wrote: Darius/Muscachy- http://trac.dojotoolkit.org/search?q=1598&ticket=on&changeset=on&wiki=on 1598 isnt on the dojo buglist.. and ...neither is Error setting

Re: [S2] Ajax form and file submission with s:a

2007-01-14 Thread Martin Gainty
sz Wojtas" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, January 14, 2007 11:08 AM Subject: Re: [S2] Ajax form and file submission with s:a > Hi Musachy, > > Is there any chance to ... check the file submission with an anchor? > Does not wo

Re: [S2] Ajax form and file submission with s:a

2007-01-14 Thread Dariusz Wojtas
Hi Musachy, Is there any chance to ... check the file submission with an anchor? Does not work for me. And IE still has plenty of problems with param passing. I tried to reopen WW-1598 yesterday - but I do not have enough rights. I just ended with adding a comment. (what should I do in such case

Re: [S2] Ajax form and file submission with s:a

2007-01-14 Thread Musachy Barroso
I've never tried that myself, but if dojo.bind() supports submission of forms with files, then it should be possible. //did you ever figure out the problem with the date? regards musachy Dariusz Wojtas wrote: Hi, I have a form declared this way: ... Save ...

[S2] Ajax form and file submission with s:a

2007-01-13 Thread Dariusz Wojtas
Hi, I have a form declared this way: ... Save ... ... file declaration: private java.io.File myFile // +getter/setter When I press the link and there is no s:file element, the form gets submitted. But if the file is in the form, pressi