]
Konstantin Marmalyukov updated JBIDE-9248:
------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
Add JSP 2.0 Tag Files support (<jsp:doBody> should be displayed
correctly)
--------------------------------------------------------------------------
Key: JBIDE-9248
URL:
https://issues.jboss.org/browse/JBIDE-9248
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: visual-page-editor-templates
Affects Versions: 3.3.0.M1
Reporter: Maxim Areshkau
Assignee: Konstantin Marmalyukov
Fix For: LATER
Attachments: greeting.jsp, greeting.png, jspDoBody.zip, response.png,
response.tag
Currently custom JSP tags from *.tag files are not properly displayed in VPE.
As well as <jsp:doBody> tag from within such tags.
The requirements are:
1) Add to VPE the ability to recognize JSP 2.0 custom tags files (*.[tag|tagx])
2) VPE should CORRECTLY display the content of the JSP 2.0 Tag Files.
3) The content(children) of the custom tag should be plased into its template from
*.[tag|tagx] files to the place where <jsp:doBody> is specified.