hi folks, suppose i have two forms formA and formB associated with actionA and actionB. The two forms are on the same jsp. when actionA is invoked i want to auto-populate the field b in formB, is this possible? I tried the following: in actionA.execute(): FormB =new FormB(); formB.setB(newVal); request.setAttribute("formB",formB); but this doesn't work.. any idea? thanks!!
__________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]