Hi,

I am trying to test for the presence of a request attribute called "PCAT".

This works:

if (request.getAttribute ("PCAT") != null)

This doesn't work:

<logic:present parameter="PCAT">
</logic:present>

What Struts logic tag would work?

 Thanks, 

Will

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

Reply via email to