Brett,

I don't know of a "simple" custom tag to do string comparison. I've been
using the regexp taglib to do this. Of course, you'll have to spend a bit of
time getting used to regular expressions. The regexp examples and
documentation provide examples of string matching, substitution, and splits.

Garrel Renick
[EMAIL PROTECTED]

-----Original Message-----
From: Procek, Brett [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 8:35 AM
To: [EMAIL PROTECTED]
Subject: simple tag to check incoming request parameters?



Does anyone know of a simple tag that checks if an request parameter is
equal to a string?

For example, I cannot find the following kind of tag:

<req:equalsparameter name="action" value="submit">
...
</req>


I could write my own, but If one is already written, I'd use it.

Thanks!
Brett

Reply via email to