Re: JQueryDateField is not popuping up

2011-11-16 Thread ramakanthreddy.t
I have added JQuery.js to the list and now I am getting Uncaught TypeError: Object [object Object] has no method 'attachEvent' Uncaught TypeError: Object [object Object] has no method 'dispatchEvent' -- View this message in context: http://tapestry.1045711.n5.nabble.com/JQueryDateField-is-no

JQueryDateField is not popuping up

2011-11-16 Thread ramakanthreddy.t
I have used JQueryDateField in my code and added the required liberies to the it is like this @IncludeJavaScriptLibrary({"context:js/jquery.ui.core.js","context:js/jquery.ui.datepicker.js"}) @IncludeStylesheet({"context:css/jquery-ui.css"}) public class CreatePatient extends PatientWorkflowSec

Re: Changes in the tml and components are not reflecting

2011-11-09 Thread ramakanthreddy.t
the instance of my application on the Jetty instance and I am running. m2eclipse I could not install and It was already there in the eclipse my Eclipse version is 3.7 Indigo. ramakanthreddy.t wrote: > > I am working on simple examples that are there in the Tapestry site and > for each ch

Re: Changes in the tml and components are not reflecting

2011-11-08 Thread ramakanthreddy.t
I have set the VM arguments as you said but still not getting the changes reflected and how should I put the tml's in the same path as the Jetty to load them. I have set the class path to my application to the Jetty srever -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cha

RE: Changes in the tml and components are not reflecting

2011-11-08 Thread ramakanthreddy.t
Thanks i will check with the vm argument -Original Message- From: joshcanfield [via Tapestry] Sent: 09/11/2011, 8:34 am To: ramakanthreddy.t Subject: Re: Changes in the tml and components are not reflecting How are you starting Jetty? You need to make sure that the edited tml file is

Changes in the tml and components are not reflecting

2011-11-08 Thread ramakanthreddy.t
I am working on simple examples that are there in the Tapestry site and for each change I am not seeing the changes with out restarting the Jetty server. I have used -Dorg.apache.tapestry.disable-caching=true but with out any use the changes are not reflecting with out restarting the server. Please