Portal Utilities
Tag notNull
Execute the body of the tag if a value is non-null.
In the case of a String, an empty string (zero length) will also be treated
as if it were "null".
A non-null Object or a non-empty string will cause the body to execute.
Tag Information |
Tag Class | com.bea.p13n.taglib.util.NotNullTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | Not Null |
Attributes |
Name | Required | Request-time | Description |
item | true | true |
The object to evaluate. Generally this will be a runtime expression.
|
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Copyright © 2008 BEA Systems, Inc. All Rights Reserved.