Mead Lai on 20/10/08 08:25, wrote:
Hi All,<s:if test="${username !=null}">Show something here</s:if>
You can do this with JSTL tags:
<c:if test="${not empty username}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

