Hello, I'm trying to use datetimepicker struts label, but when I execute it it
onnly renders label. I have
<s:head theme="ajax" /> inside the tag head,
and in the form
<s:datetimepicker name="date" label="insert date" displayFormat="dd/MM/yyyy"
required="true"/>
think that perhaps I don't have all the libraries:
antlr-2.7.2.jar
commons-chain-1.1.jar
commons-logging-api-1.1.jar
freemarker-2.3.8.jar
ognl-2.6.11.jar
struts2-core-2.0.12.jar
commons-beanutils-1.6.jar
commons-logging-1.0.4.jar
commons-validator-1.3.0.jar
oro-2.0.8.jar
xwork-2.0.6.jar
Should I add any jar or anything to work properly with dateptimepicker tag?
thanks