Sorry for responding so late. I can reproduce the same problem with a very
simple .tml without the portlet environment
The error happens when adding the core.js script after the . Then the
form validation is broken.
Now in my Portal-Pages, the core.js script is added for every tapestry-portlet
I guess it depends on how your portal is rendering the portlets? If
it's true that your form works if it's the last thing loaded then
you're probably getting some variables trounced as each portlet loads.
You could also possibly have element id collisions? Hard to tell
without your code.
Can you b
Hi,
my tapestry/portlets project is advancing quite a bit. I'm currently stuck at a
page that contains 3 portlets, each being generate from one tapestry page.
One of the portlets contains a form that does some default tapestry javascript
form validation (checking whether an integer form really c