You were on the right path.  This should do it...

<c:if test="${params.key != 'view' || params.key != 'perPage'}">

Derek


On Aug 19, 2004, at 7:47 PM, Nic Werner wrote:

I'm sure I'm just looking at this the wrong way, and I can't find it in Shawns book, but I want to evaluate two variables with an OR condition:

<c:if test="${params.key != ('view' || 'perPage')}">

Basically, if params.key doesn't equal the words 'view' or 'perPage', go ahead.......

What am I doing wrong here?!

Thanks,
- Nic

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



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



Reply via email to