Struts mapping.findforward
hi,
while forwarding the request to a page.. using
mapping.findForward("succes") ... i would like to set some default values and return it...
as i converting this line...
href="some.do?name=ssss&id=2222"
how to set values for name and id using mapping.findForward
plz. reply asap.. needed badly..