| Author |
Getting Value From html:Link
|
Kathiresan Chinnasamy
Ranch Hand
Joined: Jan 01, 2008
Posts: 65
|
|
Hi friends, I am Using html:link in logic:iterate So i have to give dynamic value(Contains Object Value) for every link and i have to take the corresponding value from corresponding selected link in my action class.. please help me.. if you know.. Very Urgent.... thanks in advance
|
 |
dinesh patri
Greenhorn
Joined: Apr 15, 2008
Posts: 1
|
|
<logic:iterate id="xxx" name="yyyy"> <html:link href="../<uri to action>/*.action?parameter1="<%= dynamic value%>"&¶meter2=../> .... </logic:iterate> i hope this syntax of code will work for u
|
 |
 |
|
|
subject: Getting Value From html:Link
|
|
|