JSP 2.0: <jsp:attribute> in <c:if>

T

Timo Nentwig

Hi!

<jsp:element name="div">
<c:if test="${false}">
<jsp:attribute name="onmouseover">
return overlib('foo');
</jsp:attribute>
</c:if>
<jsp:body>
bar
</jsp:body>
</jsp:element>

-> Attribute onmouseover invalid for tag if according to TLD

IMHO this is something that needs to be solved. As a workaround I can
put the if condition into the attribute in order to generate an empty
attribute but this is not quite well-formed XML.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top