Opps sorry I am too much into 2.1.x already :)

> Thx, but the AppFuse 2.0.2 use Struts 2.0.11.1.
> 
> So it is not because of that.
> 
If I recall correctly the timepicker was only available for the ajax theme
and you are overriding the theme at control definition using the attribute:

Try changing:

<s:datetimepicker key="user.birthDate" theme="xhtml" required="true"
cssClass="text medium" displayFormat="dd-MM-YYYY"/>

to (remove the theme attribute because you already defined the theme
globally ...)

<s:datetimepicker key="user.birthDate" required="true" cssClass="text
medium" displayFormat="dd-MM-YYYY"/>

I don't mind, but maybe these are questions more for the Struts users list
...

HTH,
Giovanni



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to