The <logic:empty> and <logic:notEmpty> tags are not part of Struts 1.0. They are currently available only in the nightly builds.
To just check for null, you can use <logic:present> and <logic:notPresent>. The difference is that the 'empty' tags check for an empty string value as well as null. -- Martin Cooper ----- Original Message ----- From: "Ines" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 2:30 PM Subject: Logic:empty I can�t find the empty tag. The documentation presents it but I could not find the class. The problem i have is that I want to check if a bean is null. In that case i have to print some data Is there any tag that could help me with this problem? Thanks a lot! Ines Pederiva. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

