Re: Accessing tapestry's hibernate instance from a quartz job

2011-07-04 Thread g...@liftyourgame.com
Hi Howard, Are you still going to release your Quartz / Hibernate module for Tapestry? Regards, Greg. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Accessing-tapestry-s-hibernate-instance-from-a-quartz-job-tp2421535p4552022.html Sent from the Tapestry - User mailing l

Re: Memory leak in internet explorer with many links on page

2011-07-04 Thread Taha Hafeez
Hi again, For the same application(attached in previous post) there is no leak in chrome, opera, Firefox, not even in konqueror. It is only ie. The whole day I googled about this issue and read about closures, circular references etc in ie. What I found was that ie has a history of these problem

Re: Special Character in attribute.

2011-07-04 Thread Nillehammer
Hi kado, Also I don't think that the problem is the word "width" because when I send width:800px, it works fine. The problem is when I try sending the width or height in % instead of px I have tried to reproduce your error using a String parameter in a component that generates an (with %

Re: Special Character in attribute.

2011-07-04 Thread kado
Thanks for the answer, I think that literal is not the problem because I was specifying the property as a literal with annotation: @Parameter(value="null", defaultPrefix = BindingConstants.LITERAL) private String boxParams; Also I don't think that the problem is the word "width" because when I

Re: Ajax callback for checkbox component?

2011-07-04 Thread Dmitriy Vsekhvalnov
For checkbox or for select component? :) I'm using ZoneUpdater mixin for selects, all my selects looks like: and server code is: public Object onAreaChanged() { .. } On Mon, Jul 4, 2011 at 1:35 PM, Joel Halbert wrote: > OK np. > > Thanks Thiago! > > On Sun, 2011-07-03 at 19:53

Re: Zone might result in memory leak

2011-07-04 Thread Thiago H. de Paula Figueiredo
On Mon, 04 Jul 2011 08:20:01 -0300, Taha Hafeez wrote: Hi Thiago Hi! I learned it the very hard way but am not sure why this happens I guess this happens because the Zone JavaScript logic is executed once when the page is rendered. When the Zone is updated, if you return the whole Z

Re: Zone might result in memory leak

2011-07-04 Thread Thiago H. de Paula Figueiredo
On Mon, 04 Jul 2011 00:36:01 -0300, Taha Hafeez wrote: Hi Hi! Finally I disabled the timer and used fast manual clicks to check if the problem was with the zone itself. What I found was that if I return zone.getBody() then there is no memory leak but if I return zone then there is a con

Re: How to get client side Ajax values into a page event

2011-07-04 Thread Thiago H. de Paula Figueiredo
On Sun, 03 Jul 2011 23:14:50 -0300, Mark wrote: My question is how do I get the variables on the client side into my component when the user clicks submit. In other words, when the user selects a portion to crop they will be setting some client side variables like: x, y, height, width I'd lik

Re: Ajax callback for checkbox component?

2011-07-04 Thread Joel Halbert
OK np. Thanks Thiago! On Sun, 2011-07-03 at 19:53 -0300, Thiago H. de Paula Figueiredo wrote: > On Sun, 03 Jul 2011 14:54:22 -0300, Joel Halbert > wrote: > > > Hi Folks, > > Hi! > > > Is there an equivalent callback for a checkbox? > > Not out-of-the-box, but you can use a little bit of c

Re: Help with "no redeploy, no restart" Tapestry concepts and IntelliJ

2011-07-04 Thread Julien Martin
Hello Igor, >Please vote for this issue Done! I have just purchased and printed your "Tapestry 5 in action" book. It looks great! Congratulations! Regards, Julien. 2011/7/3 Igor Drobiazko > On Mac I'm pressing cmd + F9 to rebuild and cmd + F10 to update the app. In > debug only cmd + F10 is

Re: Client id of a zone inside another zone

2011-07-04 Thread Clément Uster
Simple... efficient... I like it ! Thanks ! On 1 July 2011 19:26, Taha Hafeez wrote: > Hi > > Just set javascript id on the inner zone. > > link1 > >id='zoneTwo'*t:zone="zone2">link2 > > ${count} > > > > This keeps the javascript id for the zone constant across zone updates > > regar

Memory leak in internet explorer with many links on page

2011-07-04 Thread Taha Hafeez
Hi I am attaching a small web-application with just one page manylinksinpage. If you run it and keep on clicking on any link, internet explorer starts leaking memory. What I have found is that the leak is caused by updateZoneOnEvent being called. The more links are linked the more memory leak it