]
Jaroslav Jankovič closed JBIDE-1965.
------------------------------------
display links from tiles definitions on stuts diagram (like from jsp
pages)
---------------------------------------------------------------------------
Key: JBIDE-1965
URL:
https://issues.jboss.org/browse/JBIDE-1965
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: struts/shale
Affects Versions: 2.0.1
Reporter: Alex Titov
Assignee: Alexey Kazakov
Priority: Minor
Fix For: 3.3.0.M3
Stuts plugin can display links from jsp page to actions and other jsp pages on diagram.
That is grate! But if you use tiles plugin you don't work with jsp pages directly.
Instead you work with tiles definition. For example
<definition name="..." path="/WEB-INF/jsp/template.jsp">
<put name="content"
value="/WEB-INF/graph.jsp"></put>
</definition>
Both template.jsp and graph.jsp are jsp pages and have links but struts plugin does not
understand this. So links from these pages are not displayed in struts diagram.
Also it would be nice if there were way to select jsp page for "value"
attribute in "put" element in tiles editor (like for "path" attribute
in "definition" element).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: