Hi there,

I am new to JSTL.

I am used to using Struts tags and Scriptlets to process my JSP's. However, a 
suggetstion was made that JSTL would solve a problem I was having with scriplets in 
Tomcat.


Basically, I have a list of java-beans. I have programmed this list to create the html 
for each bean as it is added to it. This way removing the need for a second iteration 
throught the list in the JSP.

This part works fine.

I used to use the Java <%= tag to print the html code into the JSP.

e.g. <%=form.getBeanList().getHtml%>

I want to use JSTL to do the same thing, but when I use <c:out 
value="${AdminProdAttrForm.genAttribs.html}">

I get the html code with the appropriate escape character encoding instead.

i.e. &lt; instead of < etc.

is there a way to stop the tag from escaping these characters??

any help would be appreciated.

regards

Steve


Reply via email to