All:

I have a custom bean that is placed in a user session.  How can I detect if
the bean exist in the session?  I have tried the following but it does not
work.  Is there a better method for accomplishing this?  Thanks.


<logic:notPresent name="org.apache.struts.MyCustomBean">
    do something.....
</logic:notPresent>

<logic:present name="org.apache.struts.MyCustomBean">
    do something else...
</logic:present>

Reply via email to