Have you tested this?  I'm not sure this will work, because according to
the documentation the value attribute of the existsparameter is only
used to determine whether or not the body of this tag should be
executed.  Take a look at the documention.  Thanks anyway, though.
 
Brett

        -----Original Message----- 
        From: Jaco de Groot 
        Sent: 2001-05-28 (월) 오전 1:29 
        To: [EMAIL PROTECTED] 
        Cc: 
        Subject: Re: simple tag to check incoming request parameters?
        
        

        "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:
        >
        > <req:equalsparameter name="action" value="submit">
        > ...
        > </req>
        
        Use the request taglib:
        
        <%@ taglib uri=" http://jakarta.apache.org/taglibs/request";
prefix="req" %>
        
        <req:existsparameter name="action" value="submit">
        ...
        </req:existsparameter>
        
        Jaco
        

winmail.dat

Reply via email to