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
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
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
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
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
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
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