Where can i get t5.0.13

2008-06-16 Thread tengxh
Where can i get the new version t5.0.13?

Re: Tapestry5 and new Window

2008-06-16 Thread tengxh
estry users" Sent: Monday, June 16, 2008 9:30 PM Subject: Re: Tapestry5 and new Window > http://87.193.218.134:8080/t5c-demo/windowpage > > 2008/6/16 tengxh <[EMAIL PROTECTED]>: > >> How can i open a new window like window.open() as javascript with >> Tapestry5.Who

Tapestry5 and new Window

2008-06-16 Thread tengxh
How can i open a new window like window.open() as javascript with Tapestry5.Who can give some ideas.thanks.

Re: BeanEditForm Component

2008-06-15 Thread tengxh
th a submit button. Please see BeanEditForm.tml in the Tapestry 5 source core. If you need to add your own buttons, one way is to use BeanEdit component. Shing Home page : http://www.lombok.demon.co.uk/ --- On Sun, 15/6/08, tengxh <[EMAIL PROTECTED]> wrote: > From: tengxh <[EMA

BeanEditForm Component

2008-06-15 Thread tengxh
The beanEditForm component has only a default button (Create/Update),how to add other buttons?

delete confirm

2008-06-13 Thread tengxh
In list there is a column with the delete funtion,but i want to user confirm the action,in other word,I want to have a confirm window "do you really delete this record",in t5,how to do this,give some idea,thanks.

About save data into table with hibernate

2008-06-13 Thread tengxh
I use the getHibernateTemplate().saveOrUpdate(obj) to save the data,inputing with beaneditform component of T5.After i click the create/update button ,i query the table with sql analyse tool immediately,the new data exists,but after a while ,the new data will lost.How can i save the new data int