Wednesday 3 September 2008

Dojo/JS Error: [somevariable] is not defined

Error: some variable is not defined
Source File: bla.php?sadf
Line: 360

Make sure you name your widgets in the HTML with "jsId". For example:

<select name="somevariable" jsId="somevariable" /></select>

No comments: