Try this
        <%
        String color;
        color=request.getParameter("color")
        if (color.equals("red") {
                whatever1
        }
        else {whatever2}

        %>


Regards

Ramesh Kesavanarayanan
Off : 91-44-8113801 ext 2333
Tel:91-44-2265360
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 



        -----Original Message-----
        From:   "Vill�n Pizarro, Julia" [SMTP:[EMAIL PROTECTED]]
        Sent:   Thursday, April 18, 2002 5:22 PM
        To:     [EMAIL PROTECTED]
        Subject:        Question about  page parameters type. String?

        Hi all!

        I call my_page.jsp this way
        http://my_server/my_page.jsp?color=red

        Then I retrieve the value of the parameter "color" and then try to
match it, in the following way:

        <%
        String color;
        color=request.getParameter("color")
        if (color=="red") {
                whatever1
        }
        else {whatever2}

        %>

        The answer is whatever2. I made sure the page is getting the
parameter right by writing it out. The question is
        if I have to do any kind of casting.

        Thaks in advance,

        Julia

        
==========================================================================To
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
        For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST DIGEST".
        Some relevant FAQs on JSP/Servlets can be found at:

         http://archives.java.sun.com/jsp-interest.html
         http://java.sun.com/products/jsp/faq.html
         http://www.esperanto.org.nz/jsp/jspfaq.jsp
         http://www.jguru.com/faq/index.jsp
         http://www.jspinsider.com

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to