Re: Jscript + jstl

2004-11-09 Thread Jeff Beal
Have you done "View Source" from your browser? Chances are pretty good that the error will jump right out. It's likely to be missing quotation marks or characters that should be escaped in a JavaScript environment. -- Jeff Sergey Livanov wrote: I'm trying to assign value to a Java script varia

Jscript + jstl

2004-11-09 Thread Sergey Livanov
I'm trying to assign value to a Java script variable. When I'm typing in a text, the code works TREE_DESC = [ ] ; when the value is assigned from bean, all I get is error jscript. TREE_DESC = [ ] ; regards, S