[S2] dropdowndatetimepicker questions

2007-01-07 Thread Dariusz Wojtas
Hi, I am absolutely nod in mood to be the 1st class troublemaker for S2 ajax support - which is very nice - but real life usage brings some questions. I have a form using theme ajax. And I have some: s:textfield ... label=aaa / s:select ... label=bbb / s:dropdowndatetimepicker ... label=ccc

Re: [S2] dropdowndatetimepicker questions

2007-01-07 Thread Musachy Barroso
Dariusz Wojtas wrote: Hi, I am absolutely nod in mood to be the 1st class troublemaker for S2 ajax support - which is very nice - but real life usage brings some questions. Don't lose your faith, must of the fixes have been recommended by you :) I have a form using theme ajax. And I have

Re: [S2] dropdowndatetimepicker questions

2007-01-07 Thread Musachy Barroso
I logged this ticket with a simple patch: https://issues.apache.org/struts/browse/WW-1602 (remember to remove theme=ajax for the ones that you want it to render the label) regards musachy Dariusz Wojtas wrote: Hi, I am absolutely nod in mood to be the 1st class troublemaker for S2 ajax

Re: [S2] dropdowndatetimepicker questions

2007-01-07 Thread Dariusz Wojtas
Maybe this fix helps, but for autocompleter. I asked for dropdowndatetimepicker :) Greetings Dariusz Wojtas On 1/7/07, Musachy Barroso [EMAIL PROTECTED] wrote: I logged this ticket with a simple patch: https://issues.apache.org/struts/browse/WW-1602 (remember to remove theme=ajax for the

Re: [S2] dropdowndatetimepicker questions

2007-01-07 Thread Musachy Barroso
I swear I haven't been drinking today :). I will do a similar fix for the dropdowndatetimepicker musachy Dariusz Wojtas wrote: Maybe this fix helps, but for autocompleter. I asked for dropdowndatetimepicker :) Greetings Dariusz Wojtas On 1/7/07, Musachy Barroso [EMAIL PROTECTED] wrote: I

Re: [S2] dropdowndatetimepicker questions

2007-01-07 Thread Dariusz Wojtas
Will it work with all modes of the parent form? (ajax, xhtml) as expected? Did anyone recognize the issue with textarea? If included inside a form with theme=ajax then it automatically is ajaxified (rich text) instead of just being rendered in a table row with two cols. btw, I am just sitting

Re: [S2] dropdowndatetimepicker questions

2007-01-07 Thread Musachy Barroso
ok, here is the right one: https://issues.apache.org/struts/browse/WW-1605 musachy Dariusz Wojtas wrote: Will it work with all modes of the parent form? (ajax, xhtml) as expected? Did anyone recognize the issue with textarea? If included inside a form with theme=ajax then it automatically

Re: [S2] dropdowndatetimepicker questions

2007-01-07 Thread Dariusz Wojtas
I do not know if you did see my comment to WW-1605. It somehow produces endless loop ... Dariusz Wojtas On 1/7/07, Musachy Barroso [EMAIL PROTECTED] wrote: ok, here is the right one: https://issues.apache.org/struts/browse/WW-1605 musachy