[T5] - is there any example for Grid usage ?

2008-01-01 Thread Mohammad Shamsi
Hi all, i want to use gird and paging components in my app. but i can't find any useful sample. any resource or sample ? -- sincerely yours M. H. Shamsi

[T5] - using textfield compoents without validate attribute cause exception.

2008-01-01 Thread Mohammad Shamsi
Hi All, i have a simple text field in my page like this : t:textfield t:id=itemFirstName t:value=item.firstName t:validate=required class=required/ when i remove the t:validate=required from this components i got exception. i use 5.0.7 version. in 5.0.6 i had no problem in this case , i

T5: Component Documentation

2008-01-01 Thread Michael Lake
I love the maven plugin to generate component documentation, I think it's great for people who know how to read it. I see a problem though; a change from T4, where the online component reference doesn't have examples of TML and the relating java for each component. Currently, to see

Re: [T5] - is there any example for Grid usage ?

2008-01-01 Thread dwi ardi irawan
try : http://wiki.apache.org/tapestry/Tapestry5CheckOutTheSourceCode it was really help me On Jan 1, 2008 3:01 PM, Mohammad Shamsi [EMAIL PROTECTED] wrote: Hi all, i want to use gird and paging components in my app. but i can't find any useful sample. any resource or sample ? --

Re: [T5] - using textfield compoents without validate attribute cause exception.

2008-01-01 Thread dwi ardi irawan
i got this err too when i changed to tapestry 5.0.7 but as howard said : Try clearing your browser cache, you may have the old tapestry.js stuck in there. it works... it fixed everything... On Jan 1, 2008 3:14 PM, Mohammad Shamsi [EMAIL PROTECTED] wrote: Hi All, i have a simple text field in

RE: Displaying form data in Tapestry 5

2008-01-01 Thread Yeeswara Nadapana (HCL Financial Services)
Thanks Howard, Please help me with this issue also. I am getting some string data as an ArrayList, which I need to add to a combo box items. I am using Tapestry 5. Is it really need to use ENUM object for displaying a combo. If so, how do I add my ArrayList data to that combo? Please explain..