> Hi all..
>
> I have two JSP files, ap1 and ap2. In ap1 I have a form, and when I
> push
> "submit", the action is "action=ap2.jsp".
>
> In ap2.jsp I receive the values of the fields from the form in ap1.jsp
> ... how can I pass these values? How can I get these values from the
> form?
>
> In ASP I use something like that:
>
> > item = request("item")
>
> [CH>] To send the values use named <input type="any" name="item"> of
> the form. Use hidden for additional information.
>
> [CH>] If I understand your question correct it should be in
> receiving .jsp:
> <%= request.getParameter ("item") %>
>
>
> ...
>
> Tchau,
> Guilherme
>
> ======================================================================
> =====
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html