jsp:useBean and jsp support
here is an extract from a jsp
]]>
Strange thing is that <%=toto%> is shown as an error by the syntax checker saying 'cannot resolve symbol <%=toto%>.
It however works fine (using tomcat at least), and seems to be a legal stament (referring to the toto variable we juste defined above).
Please sign in to leave a comment.
Thibaut wrote:
I don't think that IDEA is complaining that it can't find the "toto" variable, but rather
that it can't find the page for the jsp:include since the value of "toto" is determined at
runtime.