Is there an example showing introspection or reflection being used in a JSP? I'd like to populate a form w/ data from a bean, then populate that bean automatically with the modified/unmodified data when the page gets/posts to my servlet w/o parsing the parameters.
Created May 4, 2012
Prasad Thammineni The following article would probably answer your question completely. It is written by one of the jGuru's - Govind Seshadri:
Advanced form processing using JSP
http://www.javaworld.com/javaworld/jw-03-2000/jw-0331-ssj-forms_p.html