Upgrading Tapestry version from 5.0.18 to 5.2.5

2012-01-11 Thread ManuPK
I have documented the issues and its resolutions that I have faced during our recent up-gradation of tapestry. See http://www.jyops.blogspot.com/2011/12/upgrading-tapestry-version-from-5018-to.html here for more details. - Thanks, Manu PK -- View this message in context: http://tapestry.104

Jquery conflict issue with tapestry upgrade 5.0.18 to 5.2.6

2011-10-18 Thread ManuPK
I am upgrading the tapestry version from 5.0.18 to 5.2.6, I was getting lots of JS conflict(with JQuery) issues, so I used "tapestry5-jquery-2.6.0.jar" from ( https://github.com/got5 got5 ) to resolve those issues, most of them has been resolved with this move. But still I am getting some JS errors

Re: Page is getting cached in Tapestry 5.0.18

2011-10-17 Thread ManuPK
Thanks Thiago and Wulf's for helping. I don't get this issue every time but happens too-often in some machines and pages. Is there any settings possible in browser? If I use the "no-cache" attributes even t he images will not be cached? Will it create any performance issue? - Thanks, Manu

Page is getting cached in Tapestry 5.0.18

2011-10-15 Thread ManuPK
I am using tapestry version 5.0.18. In my application the tapestry pages are getting cached. ie, when I hit the URL to load the page the request is not reaching the server. I need to press ctrl+F5 to get the valid page. Is it because of the page pooling? Or how can I make sure always the request

Re: Adding a tooltip(or a title tag) to tapestry grid rows

2011-10-12 Thread ManuPK
Thiago H de Paula Figueiredo wrote: > > You're not correct. This will override the block used to display that > column. > Yes. Again I don't want to override any column. I want the data to be shown in the tool tip. Which is displayed on "mouse over" on the row. -- View this message in contex

Re: Adding a tooltip(or a title tag) to tapestry grid rows

2011-10-12 Thread ManuPK
Thiago H de Paula Figueiredo wrote: > > Use ordinary grid cell block overrides: > > > anything you want > here > > As I understand, it will add an additional column in the grid. I don't want that. I want a tool tip to be show on each row and not another column. May be I can add an in

Adding a tooltip(or a title tag) to tapestry grid rows

2011-10-12 Thread ManuPK
How can I add a tooltip(or a title tag) to tapestry grid rows? I want to show row sensitive information in the tool tip. I could do it in t:loop but in need to use t:grid. I am using tapestry version 5.0.18. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Adding-a-tooltip-