Lee Harrington wrote:
I've tried substituting <%= formBeanName.getPropertyName%> but it can't find
"formBeanName".
How do we directly address the formBean's from within javascript?
Javascript? Or Java scriptlet? You have an example of one and ask about
the other.
Under which servlet spec?
If you're using JSP 2.0 you can just say ${formBeanName.propertyName}.
Otherwise you may want to consider the <jsp:useBean> tag, which is plain
ol' JSP and easily Googleable. Googlable. Googable?
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]