Re: Strange performance issue Tomcat/Jetty

2008-06-22 Thread Moritz Gmelin
Hi again, I could nail this problem down to the hibernate level. Executing hibernate queries takes 2-5 times longer when an application is hosted on tomcat than when it is hosted on jetty5.1.10. Does anyone have an explanation on that? Is this a pure hibernate problem or rather in tapestry

Re: T5 onActivate

2008-06-22 Thread Thiago H. de Paula Figueiredo
Em Sun, 22 Jun 2008 04:09:30 -0300, Geoff Callender <[EMAIL PROTECTED]> escreveu: Furthermore, since T5.0.13, the parent class's onActivate() is no longer called if it's been overridden in the child class (see https://issues.apache.org/jira/browse/TAPESTRY-2311 ). Now you must ensure the

Re: zone ids in component within form

2008-06-22 Thread Mohan Zhang
I actually asked this same question last week (look for "zones and blocks inside components"), but haven't received an answer yet. Someone said this in a thread some time ago, but zones are really one of the few things that feel very unfinished in Tapestry 5. Like you'll be building your applicati

T5: strange behavior with body tag and zones inside components - complete simple example

2008-06-22 Thread Mike Oestereter
Hi In the simple example below I get the correct result after clicking on the "update: two" hyprlink (the correct zone is updated): update: one (hyperlink) UPDATED two BUT when I modify the page .tml and put the body inside a ... in stead of only inside a ... The following html source get gener

RenderInformals on Component With Template

2008-06-22 Thread adamh
Hi All, I seem to be having trouble getting my component to render informal parameters, see enclosed classes, I can only get the informals to render on the container element, not on the component itself. So I have my Inf component which uses a tml - the compnent div already having an 'existing'

T5: Will the Final Release include SWF

2008-06-22 Thread Partogi, Joshua
Dear all, AFAIK there is a plan to integrate T5 with SWF, will this be available on the final release? Many thanks IMPORTANT NOTICE: The information in this email (and any attachments) is confidential. If you are not the intended recipient, you must not use or disseminate the information. If

t5.0.13 with tomcat again

2008-06-22 Thread Udo Abel
Hi, meanwhile I have tested a completely new installtion with the latest tomcat 6.0.16 and Java 1.6.0_06 on a windows machine (instead of ubuntu linux) as a plain tomcat installtion without any connection to eclipse. Tomcat is startet from the command line with all standard parameters. But stil

Re: T5 onActivate

2008-06-22 Thread Geoff Callender
Furthermore, since T5.0.13, the parent class's onActivate() is no longer called if it's been overridden in the child class (see https://issues.apache.org/jira/browse/TAPESTRY-2311 ). Now you must ensure the child class's onActivate() calls super.onActivate(), or else the security is lost. T