Calvin Smith wrote:
<p:input href="aggregate(&apos;root&apos;, aggregate(&apos;documentID&apos;, &apos;0&apos;),

Yes, you cannot have an href like: aggregate('document', '0')

All the arguments of aggregate() after the first one must be valid hrefs. For a more formal description of what you can have in an href, see: http://www.orbeon.com/oxf/doc/processors-pipeline#N10245

If your goal is to create: <document>0</document> and you really want to do this in an href, you could write:

aggregate('document', aggregate('dummy')#xpointer(string('0')))

Alex

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to