I am trying to automatically populate a JavaBean to store my data entry values using the following JSP 1.0 commands: <jsp:useBean id="people" scope="session" class="OE.PeopleBean" /> <jsp:setProperty name="people" property="*" /> The setProperty tag is not populating my bean. I have made sure that my data entry names do match the variable names, get(), and set() methods in my bean. JRun does acknowlege my classpath (no error messages) and I have set JRun to only process Jsp 1.0 version. Does anyone have this working successfully with JRun? Is there a setup in JRun in order to access the bean? Thanks for your help - I am desperate! =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
