>ok, thaks for the additional info. I am just starting to discover all
the
>1.7 wonders. I want to use the query framework as much as possible form
now
>on.

also the taglib is quite usefull here is a sample that would not have
been so easy without the query framework. it adds a constraints based on
a condition.

<mm:relatednodescontainer type="binders">
  <%-- if we are in a binder page add constraint to skip the current
binder --%>
  <mm:present referid="inbinder">
    <mm:constraint inverse="true" field="number" value="<%=
navigation.getID() %>"/>
  </mm:present>
  <mm:relatednodes>
    <a href="<te:url/>"><mm:field name="title"/></a>
  </mm:relatednodes>
</mm:relatednodescontainer>

<<winmail.dat>>

Reply via email to