On page 41 of the
JSP specification, it says that
the following line shows an illegal attribute values.
<mytags:tag value="<%= "hi!" %>" />
I tried the code and the output was
<mytags:tag value="hi!" />
I didn't get any translation or runtime error.
Why did the spec says that the line has an illegal attribute value?
[ May 31, 2002: Message edited by: Jerson Chua ]