[jbosstools-issues] [JBoss JIRA] (JBIDE-9181) Non visual JSP tags are shown as green horizontal lines in VPE

Denis Maliarevich (JIRA) jira-events at lists.jboss.org
Thu Sep 20 12:17:34 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720354#comment-12720354 ] 

Denis Maliarevich edited comment on JBIDE-9181 at 9/20/12 12:15 PM:
--------------------------------------------------------------------

As I understood VpeHtmlTemplate.TYPE_ANY is set for tags that are not handled by VPE templates.
For instance some custom tag 
{code}
<myAbc> </myAbc> 
{code}
will have type "VpeHtmlTemplate.TYPE_ANY".
And drawing border for such tags is correct. But JSP tags that are declared in "vpe-templates-jsp.xml" should *NOT* use this type. Instead they should be invisible or implementes by <div>/<span> tag.
                
      was (Author: dmaliarevich):
    As I understood VpeHtmlTemplate.TYPE_ANY is set for tags that are not handled by VPE templates.
For instance some custom tag 
{code}
<myAbc> </myAbc> 
{code}
will have type "VpeHtmlTemplate.TYPE_ANY"
                  
> Non visual JSP tags are shown as green horizontal lines in VPE
> --------------------------------------------------------------
>
>                 Key: JBIDE-9181
>                 URL: https://issues.jboss.org/browse/JBIDE-9181
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor Templates
>    Affects Versions: 3.3.0.M2
>            Reporter: Maxim Areshkau
>            Assignee: Denis Maliarevich
>             Fix For: 4.0.0.Alpha2
>
>         Attachments: article-heading.tagx, JSP-TAG-IN-VPE.png, Screenshot1.png, visual-tags-OK.png
>
>
> Non visual JSP tags are shown as green horizontal lines in VPE

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list