The documentation for <sql:param> states that it can be used in either of the following ways:
<sql:param value="parameterValue"/>
or
<sql:param>
parameterValue
</sql:param>
However, using the second form results in an error message:
"Body is supposed to be empty for sql:param".
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
