I try to edit my JSP in Eclipse 3.1.1 WTP (Web Tools Project) however I get
errors on variables defined by ID tags for example:

<snip>

<bean:define id="myValue1" type="String"/>
<bean:define id="myValue2" type="String"/>

<%=(myValue1 + "-" myValue2)%>

</snip>

The above snip of code will result in Eclipse telling me that "myValue1
cannot be resolved" and "myValue2 cannot be resolved".

However the page compiles fine and works fine in the web application.
Does anyone know how to avoid getting these error messages while still
getting other JSP errors?

It's a nice tool but I get tired of all the errors that aren't errors.  I
tried opening a bug on Eclipse WTP Bugzilla but they listed as fixed and it
is not as far as I could tell.  I tried emailing the person who fixed it but
they never responded.

Any help?

Shawn


**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to