Re: simple tag to check incoming request parameters?

2001-05-25 Thread Peter Alfors
The Struts project has a tag called "IfParameterEqualsTag" that does this. Not sure if that helps you though. Pete "Procek, Brett" wrote: > 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: > >

About XSL TagLib future

2001-05-25 Thread Pier Paolo Bortone
Hi developers, it is possible to know the next future of xsl taglib develop? I need to pass dynamic parameters to xsl file, but the current version of xsl taglib doesn't supports it. Then I updated the code and I added capabilities to accept parameters through a 'params' attribute. I did all fo

Re: simple tag to check incoming request parameters?

2001-05-25 Thread Kees Jongenburger
Hi, the request taglib does this http://jakarta.apache.org/taglibs/doc/request-doc/index.html#existsattribute On Thu, 24 May 2001, Procek, Brett wrote: > > 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

RE: simple tag to check incoming request parameters?

2001-05-25 Thread Dave Newton
> 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