Re: [Solved] Re: sx:datetimepicker

2010-10-16 Thread Dave Newton
The old filter was deprecated as of S2.1; it's always a good idea to check the release notes and/or javadocs of the classes you're using to make sure your code/config is up-to-date! Dave On Sat, Oct 16, 2010 at 11:37 AM, cellterry wrote: > > Finally I find out what happens by comparing showcase

[Solved] Re: sx:datetimepicker

2010-10-16 Thread cellterry
Finally I find out what happens by comparing showcase of the plugin with my codes: In web.xml, change org.apache.struts2.dispatcher.FilterDispatcher to org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter and then the datepicker work normally. Terry. -- View this message