Even better yet.  This works great.  From Java, I'm doing this:

String comments = ...
documentModel.putContextData(ScopeType.REQUEST, "comment", comments);

My only concern is that there seems to be no public constant for this
"comment" property.

Thanks,
Mike

> 
> Just add, for instance, the following to your edit template:
> <h:inputTextarea 
> value="#{changeableDocument.contextData['request/comment']}" />
> 
> Regards,
> 
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to