| attributes |
-
jspvar
A jspvar of type Node can be created.
-
commitonclose
(since: MMBase-1.8)
Whether the node must be committed after evaluation of the body. The
default is true.
| true |
If 'commit on close' is true for a NodeProvider, and the current tag (perhaps using
'referid') made changes to it, then on the close of the tag, the 'commit' method of the
Node is called. That means that if there are invalid values, an exception may occur.
|
| false |
If 'commit on close' is false for a NodeProvider, and the current tag (perhaps using
'referid') made changes to it, then on the close of the tag, the 'commit' method of the
Node is called. That means that if there are invalid values, an exception may occur.
|
|