Hi everybody,
I have a JSP body tag that needs a Java variable as an argument.
So I wrote a BodyTag and it looks like:

<% String myVariable= MyBean.getVariable(); %>
<myTag:Test><%=myVariable%></myTag:Test>

For whatever reasons the body contents gets not evaluated.
I read the simple string '<%=myVariable%>' inside the tag handler
and not the expected variable.

Any ideas what I'm missing here?
Thanks a lot,
-- Bernd


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

Reply via email to