Hi, Does all the components in a JSP , I mean the fields , buttons etc have to Beans with Get and Set methods
Laloo
Rehan Malik
Ranch Hand
Joined: Jul 09, 2001
Posts: 76
posted
0
Could you clarify the question? Are you asking if the JSP pages have to use get and set methods to use a JavaBean?
Originally posted by Laloo Yadav: Hi, Does all the components in a JSP , I mean the fields , buttons etc have to Beans with Get and Set methods
Laloo
[This message has been edited by Rehan Malik (edited July 12, 2001).]
Rehan Malik
Laloo Yadav
Greenhorn
Joined: Jul 11, 2001
Posts: 11
posted
0
Sorry, if I confused you. My question is all the elements which the JSP contains needs to be a been, with get and set method. Say for example if there's a text field of type string in my JSP does it need to be bean and can I only modify this text field by using get and set methods.