<p:input href="aggregate('root', aggregate('documentID', '0'),
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
