It is. See Bergsten's "JavaServer Pages" (O'Reilly, 2001) Chapter 14, "Combining Servlets and JSP" and Chapter 15, "Developing JavaBeans for JSP." If you don't have the book, get it; in the meantime, you can find code examples on O'Reilly's and Sun's websites.
Cheers! Mark -----Original Message----- From: Dahnke, Eric [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 6:11 PM This is killing me. I've got a form that posts to a servlet. I simply want to get the form variables into a bean's properties. I can find only one reference to what I'm trying to do here. it is a formToBean() method from a FormUtils package, that some company sells. Reading form variables into and out of javabean from a servlet has to be a common activity. I can find heaps of info about using beans from JSP pages (specifically about introspection), but I need to manipulate bean properties from both Servlets and or JSPs. How do I do the introspection thing within a servlet? ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
