Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Cory Nelson   on Mar 15 In Java Category.

  
Question Answered By: Pam Harrison   on Mar 15

Not a big difference, but

"The standard way of handling forms in JSP is to define a "bean". This is
not a full Java bean. You just need to define a class that has a field
corresponding to each field in the form. The class fields must have
"setters" that match the names of the form fields."
(http://www.jsptut.com/Forms.jsp)

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on How to write bean Or get search suggestion and latest updates.


Tagged: