|
Re: bean:define on JSP page says "can not be resolved" [message #84879 is a reply to message #84771] |
Fri, 18 March 2005 14:50 |
Eclipse User |
|
|
|
Originally posted by: pavery.us.ibm.com
I believe <bean:define> is a struts custom tag, correct?
This is currently a limitation in the WTP JSP editor.
At the moment there's no support for variables defined by
custom tags in the editor.
It would be helpful if you could open a bug against the jst.jsp
component (with the details you've posted here) to help us prioritize a fix.
Thanks!
-phil
Shawn Garner wrote:
> I have an existing project with jsp pages. I just upgraded my eclipse to
> the version bundled with web tools
>
> When there is a
> <bean:define id="car_name" type="String"><bean:message
> key="some.key.value"/></bean:define>
>
> then later I go to use the id in jsp and it eclipse marks it as an error
> saying "car_name can not be resolved"
>
> <%
>
> String aCarName = car_name;
>
> %>
>
> How do I fix this so it doesn't show as an error? The page works fine and I
> just think it is an IDE configuration issue.
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04023 seconds