RE: Multiple pararmeters from multiple links

2002-06-08 Thread Duffey, Keven
Just a hunch, but using Page scope on your Hashmap bean may be the problem. Try request scope, or even session scope if necessary. Although I would think request scope should work. -Original Message- From: Mark Nichols [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:56 AM

RE: Multiple pararmeters from multiple links

2002-06-06 Thread Sri Sankaran
While I don't have an answer to your question, I have an alternative. An alternate strategy would be to include a getParameters() method in the object you are iterating over. This method should have access to the current values of the id, firstName and lastName. It would return a Map

Re: Multiple pararmeters from multiple links

2002-06-06 Thread Mark Nichols
- Original Message - From: Sri Sankaran [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, June 06, 2002 10:10 AM Subject: RE: Multiple pararmeters from multiple links While I don't have an answer to your question, I have an alternative