Hi developers,
I have a question, is it possible to supress the node not found exception from mm:node when you use the number from mm:node. I tried using the notfound="skip" attribute. But that didn't seem to work, the body of the node tag was skipped, but there was an exception generated.
My code is as follows:
<c:if test="${!empty num}">
<mm:node number="$num" notfound="skip">
<!-- Do something worthwile -->
</mm:node>
</c:if>Putting <c:catch> around the mm:node also didn't help. Is there any way to prevent this exception from being thrown?
-- Greets - Ids Braam _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
