| Author |
Help pls -Urgent(logic:iterate)
|
Vineela Devi
Ranch Hand
Joined: Dec 20, 2003
Posts: 191
|
|
Hi, I have an arraylists of employee ids and employee names in a form bean.In the action class i have kept formbean in request. In JSP, iam displaying the employee names which are hyperlinks.When i click on any link the corresponding id should be passed as a parameter to the next action/jsp/whatever it may be. Anyone pls suggest how to do this. Thanks in Advance Vineela
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11945
|
|
Try this: [ May 24, 2004: Message edited by: Lasse Koskela ]
|
Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Vineela Devi
Ranch Hand
Joined: Dec 20, 2003
Posts: 191
|
|
Hi, Instead of two arraylists ,if i take a HashMap - with key as Employeeid and value as Employee Name, how can i display the employee names and pass the employee id as parameter? Pls suggest a solution. vineela
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4695
|
|
|
Use "value" and "key" in the property attribute.
|
A good workman is known by his tools.
|
 |
 |
|
|
subject: Help pls -Urgent(logic:iterate)
|
|
|