[ 
http://jira.nuxeo.org/browse/NXP-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_25288
 ] 

Florent Guillaume commented on NXP-1518:
----------------------------------------

In general I prefer to use name="..." instead of id="...", as id often has a 
special meaning for XML.

Also instead of:
      <field schema="files" name="files"/> 
I'd use:
      <field schema="files">files</field> 
And actually we should tend to make schemas disappear, and use prefixes 
instead, so:
      <field>f:files</field>
Like also:
      <field id="text">dc:title"</field>
(I'm not sure what the id is for here, is it for JSF?)

(Same for subfields, avoid schemas and use prefixes)



> Layout system
> -------------
>
>                 Key: NXP-1518
>                 URL: http://jira.nuxeo.org/browse/NXP-1518
>             Project: Nuxeo Enterprise Platform 5
>          Issue Type: Task
>            Reporter: Anahide Tchertchian
>            Assignee: Anahide Tchertchian
>             Fix For: 5.2 M1
>
>
> Form automatic generation using an XML configuration.

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

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to