Hi Do you have any JavaScript errors ? It looks like a conflict between the "$" of jQuery and Prototype. Did you add a jQuery.noConflict(); ?
You can also use the Tapestry5-jQuery project, which provide an easy way to create a jQuery+Prototype application : http://tapestry5-jquery.com/ Manu 2012/3/21 eleanorltd <[email protected]> > Hello people, > > I have big problem with jQuery and Submit button in Tapestry 5. When jQuery > is loaded and "prototype.js" disabled "submit" button in .tml page where is > some form didn't work. Next case is when jQuery disabled and "prototype.js" > enabled button work. And last case is when both (jQuery and "prototype.js") > is disabled, button work. > Where is the problem? > I need jQuery to be activated/loaded becouse i have other things on > template which use jQuery. > > Thanks very much and best regards, > > Marko Perovic > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/jQuery-and-Submit-button-Tapestry-5-problem-tp5581658p5581658.html > Sent from the Tapestry - Dev mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
