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
Yes,it's exactly what i want .But i have it has some problem ,because its 
version is 5.0.13 and my tapestry version is 5.0.11,so i need upgrade the 
t5.0.13,where can i download t5.0.13?
- Original Message - 
From: "Sven Homburg" <[EMAIL PROTECTED]>
To: "Tapestry 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 can give some ideas.thanks.
> 
> 
> 
> 
> -- 
> with regards
> Sven Homburg
> http://tapestry5-components.googlecode.com
> http://chenillekit.googlecode.com
>

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
Do you mean that i need custome the BeanEdit Compoent?
- Original Message - 
From: "Shing Hing Man" <[EMAIL PROTECTED]>
To: "Tapestry users" 
Sent: Sunday, June 15, 2008 5:29 PM
Subject: Re: BeanEditForm Component


BeanEditForm is just a BeanEditor component with 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 <[EMAIL PROTECTED]>
> Subject: BeanEditForm Component
> To: "Tapestry users" 
> Date: Sunday, 15 June, 2008, 4:02 PM
> The beanEditForm component has only a default button
> (Create/Update),how to add other buttons?


  __
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 into the table 
forever.