|
In the java file, I got the basic information of three people. I want to use the same bean to transfer to the jsp page. How should I use and define this bean in this java file. And how to usebean in jsp
For example: <jsp: useBean id = "?????" scope = "request" class = "">
Novice please expert help. |
|