I'm trying to pass an expression as the value of JSP Tag attribute, i.e.:
     <foo:vTag val="<%=lBean.getVal()%>"/>
where "lBean" is a bean.

Println's show that what arrives at the tag's set'er is the string
"<%=lBean.getVal()%>" rather than the value of the expression.

That this is my error shows from the responses to many questions that this
should work.  That the bean's value is correct and working in my page I
proved by invoking/displaying it in the same page as the non-functional tag.

Env:
     Tomcat 4.1.27

Cordially,
Paul D. Gillen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to