<logic:notEmpty name="EBErrorMsg" property="exception" scope
="request">
     <p>Exception: <br>[<bean:write name="EBErrorMsg" property
="exception"/>]<br><br>
     <%
          if (EBErrorMsg.getException() == null) {
               System.out.println("getException is null");
          }
          else {
               System.out.println("getException is not null [" +
EBErrorMsg.getException() + "]");
          }
     %>

     </logic:notEmpty>

The previous snippet of code prints:
getException is null

I set it to null in the bean prior to the page being loaded.    Is there a
problem with the notEmpty tag?

thanks,
Theron


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to