JSP with Idea6

I'm not sure, but looks like we've lost something in editing of jsp files with the new release.

Before if I define smth like this:

<bean:define id="xxmodel" name="<%= Constants.SESSION_MODELNAME %>" property="xxModel" type="xx.xx.xx.MyModel" />

(bean is from the struts tag library), Idea used "xxmodel" as the java variable inside of this jsp page. I could use the code completion for xxmodel. Now not any more - every usage of xxmodel is highlighted as "cannot resolve symbol....".

Is it possible to fix this problem somehow?

0
1 comment

Hi,
I saw your message just some time ago as our news <-> forum sync was
repaired. Is your issue still reproducing with IDEA 6.0.5?

Alexander Demidovich wrote:

I'm not sure, but looks like we've lost something in editing of jsp files with the new release.

Before if I define smth like this:

<bean:define id="xxmodel" name="<%= Constants.SESSION_MODELNAME %>" property="xxModel" type="xx.xx.xx.MyModel" />

(bean is from the struts tag library), Idea used "xxmodel" as the java variable inside of this jsp page. I could use the code completion for xxmodel. Now not any more - every usage of xxmodel is highlighted as "cannot resolve symbol....".

Is it possible to fix this problem somehow?


--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0

Please sign in to leave a comment.