Hi all,

I would like to know, how can i forward a page with parameter... my
problem detail like that:

A action class...
-------------------
....
public ActionForward perform(.....) {
...
... do what i have to do.. like update/delete/insert operation...
...
if ( every ok ) {
return (mapping.findForward("success");
// problem here... success is map to a jsp "ListDetailwith_ID.jsp"...
}
}
....
-------------------
The ListDetailwith_ID.jsp accord the parameter (?ID=100001) to list out
the detail ... but i don't how can i pass the parameter at my Action class.

Please help.

Gordon


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to