And again, do you see any errors in the JavaScript console? It's important to tell the details, otherwise it's really difficult to help.
Dave On Sun, Oct 10, 2010 at 1:47 PM, cellterry <cellte...@gmail.com> wrote: > > Dear all, > > So unlucky I encountered another problem to use struts-jquery-plugin > (2.4.1). > > I found that the datepicker field looks the same as a textfield without any > button beside it. > > My JSP is: > > : > : > > <%...@taglib prefix="s" uri="/struts-tags"%> > <%...@taglib prefix="sj" uri="/struts-jquery-tags"%> > : > : > <head> > <sj:head jqueryui="true"/> > </head> > : > : > <sj:datepicker name="emp.birthday" key="birthday" > showButtonPanel="true" readonly="true" > required="true" /> > : > : > > Actually I have tried to copy and paste the sample code in > > http://code.google.com/p/struts2-jquery/wiki/DatePickerTag > > but still cannot get any datepicker features. > > Just very frustrated about this. > > My maven is: > > <dependency> > <groupId>com.jgeppert.struts2.jquery</groupId> > <artifactId>struts2-jquery-plugin</artifactId> > <version>2.4.1</version> > </dependency> > > > Terry. > -- > View this message in context: > http://old.nabble.com/sx%3Adatetimepicker-tp29927463p29928637.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >