[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-900) Seam taglibrary descriptor not recogniced

Carsten H?hne (JIRA) jira-events at lists.jboss.org
Thu Feb 22 05:27:35 EST 2007


Seam taglibrary descriptor not recogniced
-----------------------------------------

                 Key: JBSEAM-900
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-900
             Project: JBoss Seam
          Issue Type: Patch
          Components: JSF
    Affects Versions: 1.1.6.GA
            Reporter: Carsten H?hne


The taglib.tld file in src/ui/META-INF has an omission
It looks like
<?xml version="1.0"?>
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" 
        version="2.0">
 The schemalocation is missing one element.
I think it should be read like this:

<?xml version="1.0"?>
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" 
        version="2.0">
        
Without this change i cannot bring the tld in the exadel palette for using drag and drop of components

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list