On Wednesday 21 July 2004 02:04 pm, Paul van Beukering wrote:
> Hi,
> 
> Can not find a bridge example of setting pos in a posrel relation. And so I tried: 
> 
> RelationManager category2category = cloud.getRelationManager( "categories" , 
> "categories" , "posrel" );
Relation rel =  category2category.createRelation( superNode , node );
rel.setIntValue( "pos" , nextPos );
rel.commit();


Reply via email to