Re: JQuery Calendar problem.

2012-04-04 Thread generalkimi
I use Tapestry version 5.2.6... -- View this message in context: http://tapestry.1045711.n5.nabble.com/JQuery-Calendar-problem-tp5610238p5610726.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubsc

Re: JQuery Calendar problem.

2012-04-04 Thread generalkimi
If i set Date in java and DateField in tml call both Calendar. -- View this message in context: http://tapestry.1045711.n5.nabble.com/JQuery-Calendar-problem-tp5610238p5612601.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: JQuery Calendar problem.

2012-04-02 Thread trsvax
While that will work look at https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/services/javascript/JQueryDateFieldStack.java You can create your own and override the jQuery one in your AppModule. -- View this message in context: http://tapestry.1045711

Re: JQuery Calendar problem.

2012-04-02 Thread generalkimi
Resolved... :) My solution: -- go to *C:\Users\/user/\.m2\repository\org\got5\tapestry5-jquery\/jqueryVersion/* -- Open tapestry5-jquery-/jqueryVersion/.rar file -- go to *tapestry5-jquery-/jqueryVersion/.jar\org\got5\tapestry5\jquery\ui_1_8* -- delete jquery.ui.datepicker.js file -- now ca

Re: JQuery Calendar problem.

2012-04-02 Thread generalkimi
Yes, i use JQuery library :) and i try this: ** in java * @Persist @Property private String testDate;* when press submit, exception: *Cannot format given Object as a Date* -- View this message in context: http://tapestry.1045711.n5.nabble.com/JQuery-Calendar-problem-t

Re: JQuery Calendar problem.

2012-04-02 Thread generalkimi
I use Tapestry version is 5.2.6... -- View this message in context: http://tapestry.1045711.n5.nabble.com/JQuery-Calendar-problem-tp5610238p5610724.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsu

Re: JQuery Calendar problem.

2012-04-02 Thread generalkimi
It works, but calls JQuery Calendar and default Calendar. :) Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/JQuery-Calendar-problem-tp5610238p5610631.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: JQuery Calendar problem.

2012-04-02 Thread pieter
It's a date so use a date http://tapestry5-jquery.com/core/docsdatefield -- View this message in context: http://tapestry.1045711.n5.nabble.com/JQuery-Calendar-problem-tp5610238p5611668.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: JQuery Calendar problem.

2012-04-01 Thread ksrijith
I'm sorry.. I thought you are using http://tapestry5-jquery.com Tapestry5 JQuery library . You can use that instead of adding Jquery separately to replace the prototype components with JQuery based components. You can try that out and see if you are going to be using JQuery in your project.

Re: JQuery Calendar problem.

2012-04-01 Thread ksrijith
If you are not using Prototype components you can suppress them by adding the following to the AppModule.contributeFactoryDefaults configuration.override(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "true"); This would allow usage of only JQuery components instead of Prototype ones. - -- Don'

Re: JQuery Calendar problem.

2012-04-01 Thread ksrijith
Can you try as shown below: and in the java: @Property @Persist private Date testDate; I think you need to make the property as @Persist but you could try it without it as well and see if it works or not. - -- Don't Forget to Rate -- View this message in context: http://tapestry.1045711.n