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 <cellte...@gmail.com> wrote:
>
> Finally I find out what happens by comparing showcase of the plugin with my
> codes:
>
> In web.xml, change
>
> <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
>
> to
>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
>
> and then the datepicker work normally.
>
> Terry.
>
> --
> View this message in context: 
> http://old.nabble.com/sx%3Adatetimepicker-tp29927463p29979212.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to