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

Re: ReferenceError: validateForm_createuser is not defined

2007-06-13 Thread GEDA
Anyone ? 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? > > > Jeromy Evans - Blue Sky Minds wrote: >> >> GEDA wrote: >>

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 not defined. Here is the code: >> >> >> >> >> >> >> >>

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 creates the url for the form, appendi