No, that is correct. the <..name="foo"..> portion sets the name, and the <..value=""... > sets the value associated with that name. think of this like storing them in a hashtable where they will end up like "name=value". -----Original Message----- From: Kevin Jones [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 13, 2000 4:51 PM To: [EMAIL PROTECTED] Subject: Re: <jsp:param> with empty value (was Re: sendRirect: Can we change/add parameters) > <jsp:param name="foo" value="" /> ? But what does this mean? Params are "name=value" pairs here you want to say "name=" I'm assuming it will work (hey, try it) but am not sure what the semantics mean, Kevin Jones DevelopMentor www.develop.com > -----Original Message----- > From: A mailing list about Java Server Pages specification and > reference [mailto:[EMAIL PROTECTED]]On Behalf Of Jacek Laskowski > Sent: 13 September 2000 22:13 > To: [EMAIL PROTECTED] > Subject: <jsp:param> with empty value (was Re: sendRirect: Can we > change/add parameters) > > > Hans Bergsten wrote: > > > > > But you may actually want to use a forward instead of a redirect here. > > A forward is an internal server call, so it's faster. In a JSP page > > you can forward to a servlet and add new parameters like this: > > > > <jsp:forward page="myServlet"> > > <jsp:param name="foo" value="bar" /> > > </jsp:forward> > > Just to take a chance and ask about another thing related to > <jsp:param>. > > Is it required to set "value" to anything but "" ? What if I need to > have: > > <jsp:param name="foo" value="" /> ? > > > Hans Bergsten [EMAIL PROTECTED] > > Jacek Laskowski > > ================================================================== > ========= > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
