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

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -