[jbosstools-issues] [JBoss JIRA] (JBIDE-10101) Support multiple namespaces in JSP fragments dropped from palette

Maxim Shmidov (Created) (JIRA) jira-events at lists.jboss.org
Thu Nov 3 11:17:46 EDT 2011


Support multiple namespaces in JSP fragments dropped from palette
-----------------------------------------------------------------

                 Key: JBIDE-10101
                 URL: https://issues.jboss.org/browse/JBIDE-10101
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
          Components: jsp/jsf/xml source editing
    Affects Versions: 3.3.0.M3
            Reporter: Maxim Shmidov
            Assignee: Alexey Kazakov


Insertion of jsp fragments from palette is managed by org.jboss.tools.jst.jsp.jspeditor.dnd.JSPPaletteInsertHelper class.
On insertion it defines a namespace for inserted tag in the root document element. Namespace and prefix are received from palette.

Sometimes it is required to define a several namespaces for one fragment from palette. For example, fragment is some jsp tag, containing a "<jsp:attribute>" child element, so "jsp" namespace should be defined in concert with those tag namespace.

Potentially i can implement this functionality myself and submit you a patch, but i'd prefer to do it in accordance with DND code owner's considerations.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list