Re: Re: Administrator of this forum ?

2006-07-23 Thread ZedroS Schwart
BTW, there was as well a mailing list address change recently, could it have some impact ? Just my 2 cents. ZedroS On 7/18/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I'm a "moderator" of the forum, but if it won't un-subscribe you when sending an email to [EMAIL PROTECTED] there's not much m

Re: hivemind injections for custom captcha validator

2006-07-23 Thread James Carman
There's already a captcha component in the tapestry-captcha library. Can't you use that? > I finally got a working component of Captcha for tapestry. It works > great, with capcha being a hivemind service inside tapestry. > > My working implementation does the captcha test in a custom listener, >

Re: PermGen space

2006-07-23 Thread James Carman
Actually, Tapestry (and HiveMind as well) uses Javassist to generate classes at runtime, but all the rest is still true with Javassist as it is with CGLIB (hibernate uses CGLIB). As Martin said, enabling caching should fix the problem. Tapestry will only generate (and cache) the classes for each

Re: Explicitly setting the locale

2006-07-23 Thread James Carman
Would this work? http://tapestry.apache.org/tapestry4/UsersGuide/localization.html#localization.changing > Hello all, > > I am developing a multilingual personal site for myself using Tapestry. I > am > constantly setting my browser preferences to set the locale so that I can > view the page in

Re: hivemind injections for custom captcha validator

2006-07-23 Thread spamsucks
Wow, wish I saw that earlier. I looked in tassel, the component wiki page and the other component repositories and didn't find this. I will check it out. thanks. James Carman wrote: There's already a captcha component in the tapestry-captcha library. Can't you use that? I finally g

Re: Table with large data set

2006-07-23 Thread Chris Chiappone
James, Any chance you could share that HibernateTableModel code? Much Appreciated, ~chris On 7/19/06, Jonathan Barker <[EMAIL PROTECTED]> wrote: +1 for wiki or SVN Jonathan -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 4:38 PM To: '

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-23 Thread Jun Tsai
2006/7/15, Jesse Kuhnert <[EMAIL PROTECTED]>: Oh right, all of the items mentioned in this thread have been fixed/added and deployed. html: page: But I find it call doSaveEntityAction method.Wha't wrong? Thank you! -- Welcome to China Java Users Group(CNJUG). http

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-23 Thread Jun Tsai
I use the latest version tapestry (20060723). 2006/7/15, Jesse Kuhnert <[EMAIL PROTECTED]>: Oh right, all of the items mentioned in this thread have been fixed/added and deployed. On 7/14/06, D&J Gredler <[EMAIL PROTECTED]> wrote: > > Wow! Don't kill yourself! &g

RE: PermGen space - Caching is ON

2006-07-23 Thread Harvey, David
Thanks for your comments, discussion. However, this occurs when caching is turned on, i.e. -Dorg.apache.tapestry.disable-caching=false. I sure hope there's a fix, I don't know if MaxPermSize can be made any larger in production and it sounds from your discussion that making it larger will

Re: Table with large data set

2006-07-23 Thread James Carman
Chris, Well, some of the code uses other classes that are part of the project I'm on. I need to refactor it out so that it can stand alone. I'll try to do that soon. Sorry for the delay. James > James, > > Any chance you could share that HibernateTableModel code? > > Much Appreciated, > > ~ch

RE: going from 4.0 to 4.1

2006-07-23 Thread Kevin Menard
Having tried the same migration with the latest HTMLUnit release (1.8 I think), I can say for certain that it will not work. Mind you, Dojo is now used even for client-side validation in form components, so simply avoiding Ajax items won't buy you much. After quite a bit of work, I migrated over

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-23 Thread Jesse Kuhnert
You used the latest version and something bad happened or ? On 7/23/06, Jun Tsai <[EMAIL PROTECTED]> wrote: I use the latest version tapestry (20060723). 2006/7/15, Jesse Kuhnert <[EMAIL PROTECTED]>: > > Oh right, all of the items mentioned in this thread have been fixed/ad

Re: going from 4.0 to 4.1

2006-07-23 Thread Jesse Kuhnert
Towards the end of my last "real job" I was getting pretty comforatable with the org.apache.tapestry.test.Creator class to help me test my components/pages invidually. This usually solved 85% of my use cases (as far as testing/productivity goes). I've broken the tapestry base test classes out in

Re: PermGen space - Caching is ON

2006-07-23 Thread Jesse Kuhnert
No ideas at all, but if anyone thinks they get closer to finding something let me know. I am definitely willing/able to work with someone to solve problems like this, I just can't do it in the dark. On 7/23/06, Harvey, David <[EMAIL PROTECTED]> wrote: Thanks for your comments, discussion. Howe

Re: PermGen space - Caching is ON

2006-07-23 Thread Henri Dupre
The tomcat folks state that there is no solution to this issue (in the tomcat FAQ)... I somehow hope that more recent versions of the JDK can solve this problem... I tried the new funky +CMS... java options but they don't seem to help the redeployment. Btw, I've seen this happening on JBoss too w

weird problem - Bean delegate has already been declared

2006-07-23 Thread Nick Faiz
Hi, Has anyone else encountered this error? Bean delegate has already been declared (at Annotation @org.apache.tapestry.annotations.Bean(value=class java.lang.Object, lifecycle=REQUEST, initializer=) of public abstract org.apache.tapestry.valid.ValidationDelegate com.voiplogic.portal.compone

Re: weird problem - Bean delegate has already been declared

2006-07-23 Thread Jesse Kuhnert
No idea what the problem is, but if you give a more complete example (preferrably attached to something in JIRA), I'm sure I can knock out a solution in relatively short time. (time being directly proportional to how easy it is to re-produce your problem in a test case) On 7/24/06, Nick Faiz <[EM