Re: Change the label of component id

2012-05-31 Thread iberck
Thank you for your response but I have tried and it doesn't work Test.java: @Property private int valueNumeric; Test.tml: Test.properties: valueNumeric-label=VALOR NUMÉRICO And the result is the same: You must provide an integer value for 'Value numeric' Anyone knows how can I resolve it? Th

Re: tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Lenny Primak
As far as I know, Glassfish uses JDK logger, and you can use slf4j-jdk for that. On May 31, 2012, at 11:04 PM, Chris Mylonas wrote: > > Another app, purely tapestry-hibernate with got5's jquery runs no problems - > "out of the box" dumping it into the webapps directory > > > On 01/06/2012, at

Re: tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Chris Mylonas
Another app, purely tapestry-hibernate with got5's jquery runs no problems - "out of the box" dumping it into the webapps directory On 01/06/2012, at 12:36 PM, Lenny Primak wrote: > Using Glassfish with JEE works perfectly, no memory leaks forever, > not sure about tomee, probably some configu

Re: tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Chris Mylonas
It's a bit premature, but here's some tomcat http://wiki.apache.org/tomcat/MemoryLeakProtection stuff. logging on glassfish if not using whatever it comes with by default (JCL?) is a bit cumbersome. i had trouble finding documentation/recipes that were easy enough to decipher (for a part-time

Re: tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Lenny Primak
Using Glassfish with JEE works perfectly, no memory leaks forever, not sure about tomee, probably some configuration issue. On May 31, 2012, at 10:33 PM, Chris Mylonas wrote: > hi t5 users, > > i'm testing some tomee openejb stuff with tapestry-ejb a la jumpstart[1]. > got this error message.

tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Chris Mylonas
hi t5 users, i'm testing some tomee openejb stuff with tapestry-ejb a la jumpstart[1]. got this error message. it is what i just got and haven't looked into it. seems a little alarming... and probably not a t5 issue. SEVERE: Error filterStart Jun 1, 2012 12:27:43 PM org.apache.catalina.core.St

Re: Change the label of component id

2012-05-31 Thread Robert Zeigler
If your component is defined like: Then in your properties file, try: mycomponent-label=The Value You Want Robert On May 31, 2012, at 5/318:53 PM , iberck wrote: > Hi tapestry members ! > > How can I replace the label id of a textfield without change the id of that > component? > If I need

Change the label of component id

2012-05-31 Thread iberck
Hi tapestry members ! How can I replace the label id of a textfield without change the id of that component? If I need to replace the page's properties file, what is the key to replace? I need to change the message key integer-format-exception" of ValidationMessages.properties "integer-format-ex

Re: Tapestry Transactions

2012-05-31 Thread Jonathan Barker
Spring transaction handling makes some things so much easier. For example, on an admin page, I may want to simply save changes to an object by making a call to a makePersistent() method on a DAO. Of course I want that to be committed. That's why I said "makePersistent()" On the other hand, I mi

RE: Cannot get component library to load

2012-05-31 Thread LanceWhite
Yeeha! That did it for me as well - have to look now & see exactly what that does with the jar. Thanks a lot folks! Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713558.html Sent from the Tapestry - User mailing l

RE: Cannot get component library to load

2012-05-31 Thread Poder, Jacob
Hi, Not sure if this will help you, but I had the same problem when exporting my jar from eclipse. Checking the "Add directory entries" option in the JAR export solved it for me! Best regards, Jacob - To unsubscribe, e-mail: u

Re: T5 and Redis

2012-05-31 Thread Angelo C.
Jedis has a pool, maybe it can be implemented as Hibernate. Is there anybody using Redis with T5 and how? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-and-Redis-tp5713546p5713552.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: Can grid without data show headers?

2012-05-31 Thread Geoff Callender
You might like to add your vote to this: https://issues.apache.org/jira/browse/TAP5-244 Cheers, Geoff On 31/05/2012, at 5:09 AM, Nicolas Barrera wrote: > Hi all, > > I guess subject is self-explanatory... > > Does somebody knows about a parameter so that I can show headers even if >

RE: @Inject vs @InjectResource in 5.3

2012-05-31 Thread Arming, Sebastian
>What version of Tapestry are you using? 5.3.3 I looked into it again: * it only occurs with javax.inject.Inject - o.a.t.ioc.annotations.Inject works as advertised. * it has nothing to do with tapestry-resteasy. - To unsubscri

Re: Tapestry Transactions

2012-05-31 Thread Steve Eynon
This now is all in the realm of Spring so I don't want to say too much... Essentially, it doesn't matter how many 'nested' method calls you make, [with PROPAGATION_REQUIRED] the transaction will rollback to (and commit at) where the annotation was first encountered. See the Spring docs for more:

Re: T5 and Redis

2012-05-31 Thread Lance Java
You could follow the same pattern as used for a hibernate session. See this recent thread for how it's done http://tapestry.1045711.n5.nabble.com/About-per-thread-service-td5713515.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-and-Redis-tp5713546p5713548.html Sent

Re: deploy t5 war under jetty

2012-05-31 Thread Massimo Lusetti
On Wed, May 30, 2012 at 3:34 PM, Thiago H de Paula Figueiredo wrote: > On Wed, 30 May 2012 10:11:56 -0300, Angelo C. > wrote: > >> thanks, actually I got it running a few months ago, the server restarted, >> and I can not remember how I did it last time, basically, it was in a screen >> session,