Hi
I am
struts html and jstl for
jsp programming and facing the problem in this code:
<html:select property="singleSelect" size="10" >
<core:forEach var="val" begin="0" end="9" >
<html
ption value="<core
ut value=Single ${val} />" >
Single <core
ut value=" ${val}" />
</html
ption>
</core:forEach>
</html:select>
The error is:-
org.apache.jasper.JasperException: /html-select.jsp(46,8) jsp.error.unterminated.tag
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:428)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:126)
at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:734)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:809)
at org.apache.jasper.compiler.Parser.parseBody(Parser.java:837)
at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:758)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:809)
at org.apache.jasper.compiler.Parser.parseBody(Parser.java:837)
at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:758)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:809)
at org.apache.jasper.compiler.Parser.parseBody(Parser.java:837)
at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:758)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:809)
Could any body help me
(edited by Cindy to disable smilies)
[ February 17, 2003: Message edited by: Cindy Glass ]