All, I have a JSP with the following HTML in it: <form name="menu" action="/faqtool?view_id=add" method="post"> <input type="hidden" name="cmd" value="ABCD"> <input type="submit" name="add_button" value="Create New FAQ" </form> My servlet that is mapped to /faqtool only gets the view_id value as a parameter from the HttpServletRequest. Has anyone been able to get form input using the <input type...> tags when using JRun 3.0? Nathan Nathan R. Ward Intellisys Technology Corp. Sr. Software Engineer 1600 Spring Hill Rd, Suite 100 [EMAIL PROTECTED] Vienna, VA 22182 703-470-0336 www.intelltech.com ------------------------------------------------------------------------------ Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
