I'm trying to implement the 'easy to use' datetimepicker (or datepicker) for a
Struts 2 application
based on this example and I'm getting the following error when I use the tag:
org.apache.jasper.JasperException: /MyApp.jsp(21,1) No tag "datetimepicker" defined in tag library imported with prefix "s"
I opened up the struts-tags.tld library for 2.1.6 and I don't see the tag defined. I'm guessing I'm missing a library but I can't tell which one.