Hrmmmmm. I guess that means my JSP migration tool for 2.x --> 3.x will
need a little more work done on it, then. :)
On Oct 4, 2008, at 11:37 AM, Janne Jalkanen wrote:
<foo <c:if test="${i.version ==
olddiff}">selected="selected"</c:if> ><c:out value="$
{i.version}"/></option>
... where here, a c:if element determines whether the "selected"
attribute appears.
We have something like this in DiffTab.jsp, and it seems like it
shouldn't work. But it does. Why? Is this valid syntax or is it
just that the JSP compiler is more lenient?
I do believe it is a valid syntax if the JSPs are not in XML
"mode". JSP pages are not valid XML, unless explictly stated so.
/Janne