Question: I am trying to put two parameters into the request, but with this code, only the second parameter, offer, gets into the request.
<html:link href="/ActionPath.do" paramName="Bean" paramProperty="studentName" paramId="student" paramProperty="offerID" paramId="offer">Link</html:link> If I take offer out and the code looks like this: <html:link href="/ActionPath.do" paramName="Bean" paramProperty="studentName" paramId="student">Link</html:link> The request will get populated with the student data with no problem. What is the best way to handle throwing two or more variables in the request? Thanks for any input, Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]