2007/6/16, Roberto Nunnari <[EMAIL PROTECTED]>:
humm... it seams that: <s:if test="%{myvar}"> suffices for testing null..is that the correct usage? Best practices for the original problem?
have you tried this?
<s:if test="%{myvar.isEmpty}">
--
Guillaume Carré
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

