ReferenceError: validateForm_createuser is not defined

2007-06-12 Thread GEDA
Please help me. I don't really understand this debug message: ReferenceError: validateForm_createuser is not defined. Here is the code: /createUser.jsp and the validation xml is named: UserAction-createuser-validation.xml and

Re: ReferenceError: validateForm_createuser is not defined

2007-06-13 Thread Jeromy Evans
GEDA wrote: Please help me. I don't really understand this debug message: ReferenceError: validateForm_createuser is not defined. Here is the code: Your action name is "createuser", not "createuser.do". The tag cre

Re: ReferenceError: validateForm_createuser is not defined

2007-06-13 Thread GEDA
I still get the same error. :-| Jeromy Evans - Blue Sky Minds wrote: > > GEDA wrote: >> Please help me. I don't really understand this debug message: >> ReferenceError: >> validateForm_createuser is

Re: ReferenceError: validateForm_createuser is not defined

2007-06-13 Thread GEDA
ds wrote: >> >> GEDA wrote: >>> Please help me. I don't really understand this debug message: >>> ReferenceError: >>> validateForm_createuser is not defined. Here is the code: >>> >>> >>> >>> >

Re: ReferenceError: validateForm_createuser is not defined

2007-06-13 Thread Jeromy Evans
GEDA wrote: I still get the same error. :-| I discovered that this is happening when the jsp page where the form is located, is loaded into a div tag. Is it normal the validation not working from a div tag? In 2.0.6 the javascript in your ajax-loaded section is automatically removed by dojo. T