Can't jump to declaration of a Tiles Definition
When I have a Tiles definition set as the path attribute on a forward tag in an action I can use CTRL-B to jump to the declaration. However, if I have a Tiles definition set as the parameter attribute of an action tag (using it for a ForwardAction) I cannot use CTRL-B to jump to the declaration.
I have my two action declarations below.
In the generateScheduleSubmit action mapping I can use CTRl-B on "schedule.generate.display" and jump to its definition.
In the generateScheduleDisplay action mapping I can't use CTRL-B on the "schedule.generate.display" tiles definition in the parameter attribute (nothing happens when I use CTRL-B)
]]>
Note that these two action mappins are in the same struts config file and in fact are right next to each other.
Anyone else have this problem?
请先登录再写评论。