whats the easiest way of checking whether an attribute is present on the
request?

the equivalent of

<% if ( request.getAttribute( "someFlag") == null ) %>


thanks..

James

Reply via email to