Joshua,

You can pass value/name pairs a la GET method, just like you would in a CGI
call.  Then in your JSP you can reference the parameters with something like
this: <%= request.getParameter("myParameter") %>

Dan
--
Daniel Kirkdorffer
NACN IS: 425-580-6225
Sr. Consultant, Syllogistics LLC
Email: [EMAIL PROTECTED]
Web:   http://www.syllogistics.com/


> ----------
> From:         Joshua Prunier - Sun
> Microsystems[SMTP:[EMAIL PROTECTED]]
> Reply To:     Joshua Prunier - Sun Microsystems
> Sent:         Monday, September 13, 1999 12:06 PM
> To:   [EMAIL PROTECTED]
> Subject:      Question.
>
>         I was wondering if there is any other way to pass values to a JSP
> page
> other than a POST?  So is there a way to set values in a Bean after the
> jsp page
> has been compiled.  The reason I ask is I'm looking to enter a value into
> a Bean
> based on what was clicked.  Is there any way I can do this with Javascript
> or
> some other way besides a POST to another JSP page?  Thanks.
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Joshua Prunier
> Work E-mail: [EMAIL PROTECTED]
> Home E-Mail: [EMAIL PROTECTED]
> Work Phone: 781.442.2298
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
> ==========================================================================
> =
> 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
  • Question. Joshua Prunier - Sun Microsystems
    • Kirkdorffer, Daniel

Reply via email to