I need to display a variable's value on a page.
I'm trying to use <label text="<%=myVar %>"> but this doesn't seem to evaluate. The label on the web page shows the code itself: "<%=myVar %>".
This is not specific to the label tag. I use <%=myVar %> in other parts of the page but these don't evaluate either.
Any ideas?
Thanks,
May
I'm trying to use <label text="<%=myVar %>"> but this doesn't seem to evaluate. The label on the web page shows the code itself: "<%=myVar %>".
This is not specific to the label tag. I use <%=myVar %> in other parts of the page but these don't evaluate either.
Any ideas?
Thanks,
May