English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

without using request.getparameter() method how can we retrive information from a textbox into jsp page.

2007-03-05 17:37:40 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

While submitting the textbox with the text, call a servlet.
Have a javabean with the same name of the text field.
Redirect this request to another JSP page by giving action path in the struts-config.xml.
In the JSP, using bean:write tag, you can write the value in the bean.

2007-03-05 17:55:14 · answer #1 · answered by Rocks 2 · 0 0

fedest.com, questions and answers