| Author |
html:link tag ------- urgent
|
Vineela Devi
Ranch Hand
Joined: Dec 20, 2003
Posts: 191
|
|
Hi, In <html:link> tag how can i have my own index written to JSP? i.e.<logic resent name = "updateSurveys"> <logic:iterate id = "listid" name = "updateSurveys" > <html:link page = "/qform/surveylists">Survey id </html:link> In the above code i want to get the link displayed as surveyid ??? where i get the surveyid (???) from the action class. How can i write the code for this? pls reply immediately. Thanks in advance. Vineela
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
|
|
|
I don't think jsps can access Action objects. They can access ActionForms or request/session objects. Try that.
|
A good workman is known by his tools.
|
 |
 |
|
|
subject: html:link tag ------- urgent
|
|
|