Please help with logic notPresent

2001-06-05 Thread Alex Colic
Hi, I have an object in the session that if it is not there I want to display and error msg to the user. My error code is as follows: logic:notPresent name=VendorResourceList scope=session font color=red bean:message key=error.fatal / /font /logic:notPresent I would think that the

Re: Please help with logic notPresent

2001-06-05 Thread Ted Husted
Be sure you've included the logic tld. The I am here would display regardless, since the browsers ignore tags they don't understand. Alex Colic wrote: Hi, I have an object in the session that if it is not there I want to display and error msg to the user. My error code is as follows: