How to add jquery in Tapestry 5.2.6.

2011-11-14 Thread saurabh . jain
gards, Saurabh Jain

RE: How to add jquery in Tapestry 5.2.6.

2011-11-14 Thread saurabh . jain
Thanks, It is very helpful for me. Regards, Saurabh Jain -Original Message- From: Steve Eynon [mailto:steve.ey...@alienfactory.co.uk] Sent: Monday, November 14, 2011 3:40 PM To: Tapestry users Subject: Re: How to add jquery in Tapestry 5.2.6. Hi, Tapestry doesn't support jQuer

JPA not working with Tapestry 5.3.0

2011-11-22 Thread saurabh . jain
ation="http://java.sun.com/xml/ns/persistence persistence_2_0.xsd" version="2.0"> false So please help what I do, to resolve the issue. Regards, Saurabh

Tapestry grid not working with JPA.

2011-11-23 Thread saurabh . jain
private Createperson createperson; public List getPersons() { return entityManager.createQuery("from Person", Person.class).getResultList(); } Object onSuccessFromDisplayperson() {