Generic Mapping in struts config
Hello,
first to say that the new Version 6.0 of IDEA is great, also the advanced Struts integration is very useful.
But I have one issue which may be a configuration problem of me.
It seems, that the struts-config syntax detection can´t resolve generic mappings like this:
<!-- Generic /global/* mapping -->
<action
path="/global/*"
type="de.x7d0.chessmail.web.actions.global.Action"
name="Form"
scope="request"
validate="false">
<forward name="show" path="/WEB-INF/jsp/global/.jsp"/>
<forward name="success" path="/WEB-INF/jsp/global/.jsp"/>
</action>
For the generic parameters ("Action", "Form", ".jsp" I get the error "Cannot resolve class/form/file" and it is marked in red. But the application runs fine, the error is just in the Editor.
Greetings, shaack
Please sign in to leave a comment.
Beside all the shoes advertisments in this forum I found this Thread http://www.intellij.net/forums/thread.jspa?threadID=251414&tstart=0 - It seems to be fixed in version 6.0.1. When does this version comes out?
Greetings, shaack
No, it's not fixed ;)
Please watch http://www.jetbrains.net/jira/browse/STRUTS-107 for progress
And vote for this issue :)
http://www.jetbrains.net/jira/browse/STRUTS-107