Struts2 Jquery datepicker is not displayed -
struts2 jquery datepicker not displayed. text field displayed.
in jsp:
<sj:datepicker id="fromdate" displayformat="mm-dd-yy" mindate="%{new java.util.date()}" showanim="slidedown" showbuttonpanel="true" duration="fast" changemonth="true" yearrange="2005:2020" changeyear="true" name="fromdate"/> and included the
<%@ taglib prefix="sj" uri="/struts-jquery-tags"%> , <sj:head />. even though date picker not displayed. i'm using s2 2.2 jar struts2-jquery-plugin-3.6.1.jar.
in struts.xml file, extends struts-default package.
in jsp have jquery plugin (jquery-2.0.3.min.js). after removing line working.
Comments
Post a Comment