struts problem..action forward not working...please help...

2004-07-28 Thread Shilpa Nalgonda
I am writing a struts application...I have configued struts-config such that when the user submit billing info, the data is inserted into database and returns result.jsp page. when i run my aplication the billing info is created in database but the result page is displayed blank. Is there any in

Re: struts problem..action forward not working...please help...

2004-07-28 Thread David Liles
try: return (mapping.findForward(success)); [EMAIL PROTECTED] 07/28/04 02:44PM I am writing a struts application...I have configued struts-config such that when the user submit billing info, the data is inserted into database and returns result.jsp page. when i run my aplication the billing