[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2511) Syntax error in seam-gen output for date componentProperty

Alexander Kosenkov (JIRA) jira-events at lists.jboss.org
Sun Jan 20 09:20:26 EST 2008


Syntax error in seam-gen output for date componentProperty
----------------------------------------------------------

                 Key: JBSEAM-2511
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2511
             Project: JBoss Seam
          Issue Type: Patch
          Components: Tools
    Affects Versions: 2.0.1.CR1
            Reporter: Alexander Kosenkov
            Priority: Minor
         Attachments: editproperty.xhtml.ftl.diff

Seam-gen creates malformed xhtml for editing Date component properties.

The output is 
<rich:calendar id= ${componentProperty.name}" ... />
while expecting
<rich:calendar id="${componentProperty.name}" ... />

Patch for editproperty.xhtml.ftl attached.

-- 
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