检查jsp中的空字符串

min*_*nil 10 jsp struts

如何在Struts-JSP页面中检查Empty String/Null String.

Struts标签 - 不起作用?

Tay*_*ese 21

见下文:

<c:if test='${not empty param.whatever}'>
   ...
</c:if>
Run Code Online (Sandbox Code Playgroud)