Different forms for the same JSP
Hi ,
i have one page say jsp A (assoc. with form a1)through which request Z is made and on success the request goes to jsp C.
But now i also have another jsp B(assoc with form a2) through which a new request is made and on success the request again goes to jsp C.
Now jsp C was using the form a1 and the new request is assoc with form a2.One option is that i combine both forms as a3. Is there any other method than this?

