Re: Putting Multiple Parameters in the Request

2004-06-08 Thread Henrique VIECILI
more parameter ids and corresponding values." At struts-doc you will find out how to do this. Henrique Viecili - Original Message - From: Kies, Daniel To: '[EMAIL PROTECTED]' Sent: Tuesday, June 08, 2004 4:52 PM Subject: Putting Multiple Parameters in the

Putting Multiple Parameters in the Request

2004-06-08 Thread Kies, Daniel
Question: I am trying to put two parameters into the request, but with this code, only the second parameter, offer, gets into the request. Link If I take offer out and the code looks like this: Link The request will get populated with the student data with no problem. What is the best way t