I figured this out. I had another inputField (straight jsf not
trinidad) on the form. The id for the field was "name". Once I changed
this, all worked like expected.
Is there a list of reserved keywords somewhere?
Is there a world editable wiki (other mechanism) that we could start to
add stuff like this?
Chris....
Chris Hane wrote:
I am using the incubator 1.0.0 release and trying to integrate it with
Seam (1.1.6). I am to the point where my form is displayed. However,
when I push the submit ("Save") button, I get a javascript error.
There error (Firefox 2.0.0.3) is:
a0.split is not a function
http://localhost/test-app/adf/jsLibs/Common11-m7.js Line: 3752
I tried the same thing in IE () and got an error at Line: 3753.
Error: Object doesn't support this property or method
My form is pretty simple. It has 1 button and 1 inputField embedded in
a facelets template.
Thoughts on what I should look at next?
Thanks,
Chris....