Hi,

I have a JSP which uses a bean. There is a Form that is present in the
JSP. This Form contains some TextFields and a Button.

When I click this Button I want to do the following :
    1. Call one of the methods in my Bean.
    2. Get all the data that was inputed in the text fields into the
Beans member variables.

How can I do the above without using JavaScript.

One more doubt I had, is that is there any Session Tracking
Functionality provided with JSP's.

Thanx,
Masaoud.

===========================================================================
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

Reply via email to