[
http://jira.jboss.com/jira/browse/JBSEAM-2511?page=all ]
Alexander Kosenkov updated JBSEAM-2511:
---------------------------------------
Attachment: editproperty.xhtml.ftl.diff
patch
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