Hello Srikanth,
How do we do preprocessing using
Struts? This is what I'm looking for, from the action page we send back the result using ActionMapping.findForward("") this eventually renders a
jsp page, but that jsp page requires some preprocessing like retrieving data or cleaning up somethings. How do we do that?
Thanks,
-Babu