History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17982
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Assignee: Dmitry Avdeev
Reporter: t800t8
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Class name completion for action mapping bug

Created: 01 May 08 09:58   Updated: 08 Aug 08 15:20
Component/s: J2EE.Struts

Build: 7,782


 Description  « Hide
Not sure it is the same problem as IDEADEV-23529 or not. When I declare an action mapping for Struts 1.x
<action path="/adm/docboxaction" type="action.adm.[Ctrl + Space here]" />

IDEA will generate as below

<action path="/adm/docboxaction" type="action.adm.action.adm.DocBoxAction" />

while the correct one should be

<action path="/adm/docboxaction" type="action.adm.DocBoxAction" />


 All   Comments   Work Log   Change History      Sort Order:
Dmitry Avdeev - 08 Aug 08 15:20