Adam Gordon wrote:
Ahhhh, if only the taglib docs were documented in a more thorough
manner....
Since I wanted to render some Struts tags based on the presence of a
parameter, I discovered the "logic:present" element and used the
"parameter" attribute. Hooray for me!
It's possible to use EL:
${param.paramName}
So,
<c:if test="${param.paramName != null}" />
But, that's not Struts.
-Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]