Re: LinkSubmit is not working with Tapestry 5.1.0.5

2010-07-30 Thread Durgesh_Kab
Can you please elaborate on the same? I dont use any id in my code for linkSubmit. > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, > and instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > http://www.arsmachina.com.b

LinkSubmit is not working with Tapestry 5.1.0.5

2010-07-29 Thread Durgesh_Kab
Hi, I am trying to build a POC with 5.1.0.5 and OSGi but it seems linkSubmit does not work in 5.1.0.5 I tried all the process given at: http://old.nabble.com/-jira--Created:-(TAPESTRY-2756)-linksubmit-does-not-fire-sumbit-event-in-5.1.0.5-td26346950.html As well as copied the new js file in my

Re: Customizing tapestry grid row

2009-11-13 Thread Durgesh_Kab
me is to add checkbox in grid header and then give master control to it for all the content id check boxes. Please provide your inputs on this. @ Durgesh Thiago H. de Paula Figueiredo wrote: > > Em Fri, 13 Nov 2009 07:26:35 -0200, Durgesh_Kab > escreveu: > >> Thiago, >

Re: Customizing tapestry grid row

2009-11-13 Thread Durgesh_Kab
Thiago, Thank you for showing me the way... I was able to hide the rows.. Now, I have a hyperlink as [+], I want to show the hidden rows once i click on this hyperlink. Any idea? @ DK Thiago H. de Paula Figueiredo wrote: > > Em Thu, 12 Nov 2009 11:27:56 -0200, Durgesh_Kab >

Re: ControlcheckBox in Tapestry5

2009-11-12 Thread Durgesh_Kab
lombok.demon.co.uk/tapestry5Demo/ for source code. > > The following thread might be useful. > > http://www.nabble.com/Have-a-Master-Checkbox-For-T5-Grid-Component-td24752416.html#a24755793 > > Shing > > --- On Wed, 14/10/09, Durgesh_Kab wrote: > >> From: Du

Re: ControlcheckBox in Tapestry5

2009-11-12 Thread Durgesh_Kab
place of Student Id label and after selecting the same, all the students should get selected from the content. Any idea? @ DK Durgesh_Kab wrote: > > Hi, > > I am migrating the project from Tapestry 4 to Tapestry 5. > > I had used ControlCheckBox controller in my project, whe

Customizing tapestry grid row

2009-11-12 Thread Durgesh_Kab
Hi, I am working on a migration of project, which is using Tapestry4, and i am upgrading it to Tapestry5. It was using below ognl expression at tr level inside the grid as below: where as in Tapestry5, i do not have control over tr in grid, as: Please help me to customize the grid. My requir

ControlcheckBox in Tapestry5

2009-10-14 Thread Durgesh_Kab
Hi, I am migrating the project from Tapestry 4 to Tapestry 5. I had used ControlCheckBox controller in my project, where by selecting in the header all the content data gets automatically selected. I am unable to find the same in Tapestry5. If anyone have come across any such requirement or com