How to solve dynamic success reurn in struts 1.2.9 and jsp?
719845May 29 2009 — edited May 29 2009Sir
summery of problem:
How to solve dynamic success reurn in struts 1.2.9 and jsp?
problem Definitions:
i am doing a very simple thing just making a Tech forum like the sun forums.now my problem is whenever i log in to sun forum i get back the same thread after loging in.how can i implement that?
look in struts 1.2.9 the dataflow is like: login.jsp->actionBean.java->action servlet.java->struts-config.xml->on success & on failure it will go elsewhere it will go to success.jsp so i want show the particular page for which the user requested before log in.
what to do?please help.