| Author |
logic:notpresent vs logic;empty
|
Ganesh Kumar
Ranch Hand
Joined: Jul 02, 2007
Posts: 113
|
|
Hi, Can anyone tell me the Difference between logic:notpresent and logic:empty Thankyou GaneshKumar
|
 |
Joe Sal
Greenhorn
Joined: Feb 06, 2006
Posts: 13
|
|
usually notpresent is used for availability of roles so you can tailor your jsp pages based on roles. But it basically checks for the existance of objects. empty is for checking if strings (length of 0) or collections (null) are empty. [ August 16, 2007: Message edited by: Joe Sal ]
|
 |
Ranjit Gopinathan
Ranch Hand
Joined: Jul 03, 2007
Posts: 46
|
|
The wrapped content of notPresent tag is processed based on whether the object specified does not exist. notPresent tag can be used with these attributes cookie, header, parameter , name ,property, role and user
|
 |
 |
|
|
subject: logic:notpresent vs logic;empty
|
|
|