Working with the mmbase tags, I find it a challenge not to use jspvar.
 
In the related tag I can delete the properties objects refering the properties.number via jspvar
Is there an other way?
 
<mm:node number="$id">
 
  <mm:related path="clients,posrel,properties" jspvar="clientprops">
    <mm:deletenode number="<%= clientprops.getStringValue("properties.number") %>" deleterelations="true"/>                          
  </mm:related>
 
  <mm:related path="clients,posrel,properties" id="clientprops">
    <mm:deletenode number="?" deleterelations="true"/>
  </mm:related>
 
</mm:node>
 
Thanks in advance
 
PAul

Reply via email to