Paul,
Are you using the CVS version or the released version? I think that the
CVS version contains many improvements.
Secondly, ValueStack is thread local, so there shouldn't be any thread
contention (from my limited understanding of it).
To get the best performance from the valuestack, ensur
> It's also interesting to note that on a previous, single-threaded run, I
saw
> at least one timing from first findValue() to last of only 45
milliseconds.
> So it would appear, at first blush, that ValueStack.findValue() suffers
from
> nasty thread contention.
>
> I wonder if anyone on the team c
Gentlemen,
We're in the midst of evaluating WebWork for a redesign of our site, and
have cobbled together a simple demo that consists of a form that takes
either an integer or a string, an action that loads an object based on the
input using Hibernate, and a page that displays the properties of th