property name not recognized in jsp:setProperty tag
Does somebody know why intellij 4.5
keeps signalling errors on the name property of the jsp:setProperty tag?
In the following code
<jsp:useBean id="companyInfoFormHandler" scope="request">
<jsp:setProperty name="companyInfoFormHandler"
^^^^^^^^^^^^^^^^^^^^^^^^MARKED IN RED
property="*"/>
</jsp:useBean>
i really don't understand why.
i open a bug and nobody comes back to me after 2 months
help very appreciated
by
Please sign in to leave a comment.