On Jan 16, 2008 10:15 AM, Tobias Bocanegra <[EMAIL PROTECTED]> wrote:
> >... <input type="hidden" name="./portrait/@TypeHint" value="jcr:Property"/> > >... or: > <input type="hidden" name="./[EMAIL PROTECTED]" value="BINARY"/> > > avoiding potential collision with node types. jcr:Property is more > likely to be a node type than BINARY... Right, BINARY is better. > ... <input type="hidden" name="./[EMAIL PROTECTED]" value="nt:resource"/> > > would create just the resource node, right?.. Not sure what you mean by "create just the resource node", can you clarify? -Bertrand
