Have a Customer.jsp

For this jsp, have a prepare action and dispatch action.

In prepare action doing some process and creating an obj called Customer
object.


In this Customer JSP, have a table which displays some rows.
One of the columns data i.e orderID is a link. On clicking it
navigates to another page, orders.jsp

Want to set the customer obj created in prepare action to request which
is needed in orders.jsp


how to do this? using tiles hence request attributes are getting lost.
How to set the request parameter as customer obj. using JSTL.


Any help is appreciated.

Thanks.

_________________________________________________________________
Find sales, coupons, and free shipping, all in one place!  MSN Shopping Sales & Deals http://shopping.msn.com/content/shp/?ctid=198,ptnrid=176,ptnrdata=200639


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

Reply via email to