In my struts 2.0.12 application I'm trying to use s:datetimepicker but it does not render.
Firebug error: dojo is not defined on dojo.require("dojo.widget.DatePicker");
My jsp page
<%@taglib prefix="s" uri="/struts-tags" %> . . . . . . . .
What's wrong? Did I miss something?