struts2 Action Config Problem
Hi everyone,
The following code is Struts2 Action Config .The property method come to be wrong in my IDEA11. How can I fix this problem.
Do you know about this . Thank you.
<action name="*LoginAction" method="{1}" >
<result name="logon">
/index.jsp
</result>
</action>
.jpg)
Please sign in to leave a comment.
Hello,
this is indeed a bug, I've filed http://youtrack.jetbrains.com/issue/IDEA-86768.
You can suppress this wrong highlighting manually for now using intentions.
Thanks,
Yann
Hi Yann,
I've got it. Thanks a lot for your replying.
Yongguang Huang