2010/12/9 Dave Newton <davelnew...@gmail.com>

> Strange, I believe this question was asked by someone else with no name--



> try
> searching the archives.
>
How? Using the nabble? I can not access  Nabble.com  :(

>
> Dave
>
> On Thu, Dec 9, 2010 at 4:37 AM, maven apache <apachemav...@gmail.com>
> wrote:
>
> > My action:
> >
> > public class MyAction{
> >  private MyBean bean;
> >  //getter setter.....
> > }
> >
> > public class MyBean{
> >  private Date start;
> >  //setter getter....
> > }
> >
> > <s:form....
> > <s:textfield .... name=bean.start />
> >
> > If the value of start is '2010-12-12 12:00:00',the parmameter start can
> be
> > populated to my bean correctly,however if the format is '2010/12/12
> > 12:00:00',it will show me a error "can not parser the date',so I wonder
> if
> > there is any parameter can be set for populating parameter?
> >
>

Reply via email to