Re: [Tacos-devel] I want ajax form refresh, but normal submit - Possible?

2006-07-22 Thread Jesse Kuhnert
It does...On 7/22/06, Sam Gendler <[EMAIL PROTECTED]> wrote: well, I'm not sure if the EventListener would solve my problem or not,but it is a moot point, since I can't even figure out how to build andrun tap4.1, let alone deal with a release that has no documentationand which appears to not be bac

Re: [Tacos-devel] I want ajax form refresh, but normal submit - Possible?

2006-07-22 Thread Sam Gendler
well, I'm not sure if the EventListener would solve my problem or not, but it is a moot point, since I can't even figure out how to build and run tap4.1, let alone deal with a release that has no documentation and which appears to not be backwards compatible with 4.0, and which is still considered

Re: [Tacos-devel] I want ajax form refresh, but normal submit - Possible?

2006-07-22 Thread Jesse Kuhnert
It doesn't handle letting you specify json responses (yet), but wouldn't this give you what you want? http://tapestry.apache.org/tapestry4.1/tapestry-annotations/index.html#EventListener On 7/22/06, Sam Gendler <[EMAIL PROTECTED]> wrote: anybody?  Buehler?  Buehler?On 7/21/06, Sam Gendler <[EMAIL P

Re: [Tacos-devel] I want ajax form refresh, but normal submit - Possible?

2006-07-22 Thread Sam Gendler
anybody? Buehler? Buehler? On 7/21/06, Sam Gendler <[EMAIL PROTECTED]> wrote: > I want to refresh select boxes and palettes and such via ajax, so when > one select box value is changed, others can be populated with new > values without a page reload. But when the form submits, I want it to > s

Re: [Tacos-devel] PermGen space

2006-07-22 Thread Jean-Eric Cuendet
Hi all, This problem is very common with Tapestry applications. This is due to the fact that Tapestry uses cglib to generate classes at runtime. Java uses a separate Heap space called "PermGenSpace" to put meta-data about classes, which is never garbage collected (this is "normal" since normally

[Tacos-devel] I want ajax form refresh, but normal submit - Possible?

2006-07-22 Thread Sam Gendler
I want to refresh select boxes and palettes and such via ajax, so when one select box value is changed, others can be populated with new values without a page reload. But when the form submits, I want it to submit and load a new page. Surely there is a way to do this? I hope?... --sam

[Tacos-devel] PermGen space

2006-07-22 Thread Harvey, David
Hello all, We've been having occasional problems with PermGen out of space errors thrown during the execution of our Tapestry application. We usually get a stack trace with something about hivemind at the top (see below). Then, of course, we have to restart our app server. Our environment is