how to send data from one page to another

2000-01-16 Thread Arannyak Ghosh
Hi , I am very new to JSP. I need to procees some client data on one page and send the request to another page for some further processing .before the bean is called . So could anybody please tell me how to do this? If I want to process the data inside the scriplets in the second page on the b

problem while using set and get property

2000-01-21 Thread Arannyak Ghosh
Hi, I amm trying to use the set property and get property of JSP to send values from the jsp page to a bean. e.g: if I have a input of type text box say name="txt1" and I have corresponding setTxt1() and getTxt1() in the bean. Now when I am explicitly setting values for txt1 by saying and try

jsp:forward

2000-01-22 Thread Arannyak Ghosh
Hi all, I wanteed to know the way jsp:forward works. I am using this to forward from say page1 to page 2. But the address in the browser still says page1 despite the page2 being successfully loaded. Thanx ghosh === To unsubsc