I was not using l:layout and had gotten by using jelly:core, HTML, and ${it} to render pages. This is my first foray into forms.
<l:layout title="Node Details">
<l:header>
...
</l:header>
<l:main-panel>
...
</l:main-panel>
</l:layout>
And the validateButton function error has gone away but been replaced by:
prototype.js:5878: Uncaught TypeError: element.dispatchEvent is not a function
breadcrumbs.js:256: Uncaught TypeError: $(...).addClassName is not a function
at load-time and:
hudson-behavior.js:2865: Uncaught TypeError: $(...).up is not a function
at button click time.
I will continue to learn more about the layout tags on my own, but can you recommend a good resource for learning about this?
Thanks
- David Payt