Re: [S2] - datetimepicker not setting value

2007-01-10 Thread Dariusz Wojtas
I believe this is what I expressed in the initial mail. The data is populated in the component, it creates 2 url params and they seem to be correct. But the value is obviously not passed to the action on submit. Maybe something is wrong with the interceptor? Or it's excludes? or ...? Why does it p

Re: [S2] - datetimepicker not setting value

2007-01-10 Thread Musachy Barroso
That's weird because if the value is being submitted, then the problem is not related to the tag, it should fail for a regular input also. musachy Dariusz Wojtas wrote: my svn client shows no file is changed (I dropped all changes, updated the code) mvn clean -Pextras,plugins,apps mvn -Dmave

Re: [S2] - datetimepicker not setting value

2007-01-10 Thread Dariusz Wojtas
my svn client shows no file is changed (I dropped all changes, updated the code) mvn clean -Pextras,plugins,apps mvn -Dmaven.test.skip=true -Pextras,plugins,apps then I dropped everything from $TOMCAT_HOME/work and webapps, copied the showcase war and started ... That is the procedure that I us

Re: [S2] - datetimepicker not setting value

2007-01-10 Thread Musachy Barroso
Actually that's the one I was talking about, the UI example. It is working for me. Do you have any local changes or anything? Can you make a clean checkout and try? regards musachy Dariusz Wojtas wrote: I updated my s2 sources from trunk, cleaned the previous builds and created a new one. Yes

Re: [S2] - datetimepicker not setting value

2007-01-10 Thread Dariusz Wojtas
I updated my s2 sources from trunk, cleaned the previous builds and created a new one. Yes, the sample works: struts2-showcase/tags/ui/datepicker/ but it is not backed by any form to submit it's data. But the issue can be reproduced here: /struts2-showcase/tags/ui/example!input.action I cho

Re: [S2] - datetimepicker not setting value

2007-01-10 Thread Dariusz Wojtas
My code has not changed - except for the tag name. Maybe something has changed in the interceptor area? How does a Date field get filled from the request? I will run the showcase and see how it behaves. Dariusz Wojtas On 1/10/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Hi Dariusz The tag n

Re: [S2] - datetimepicker not setting value

2007-01-10 Thread Musachy Barroso
Hi Dariusz The tag name changed, but nothing else (that I know of). The UI Tags example in showcase works. The date is in the action, not a nested object, but that shouldn't be a problem. musachy Dariusz Wojtas wrote: using nightly build from 09-Jan [http://people.apache.org/builds/struts/n

[S2] - datetimepicker not setting value

2007-01-10 Thread Dariusz Wojtas
using nightly build from 09-Jan [http://people.apache.org/builds/struts/nightlies/2.0.x/] + xwork 2.0.0 final Property 'date1' in bean 'dp' is of type java.util.Date. The widget itself is correctly loaded with value from the action property and it displays itself using format specified by di