aspose file tools
The moose likes Struts and the fly likes html:link tag ------- urgent Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "html:link tag ------- urgent " Watch "html:link tag ------- urgent " New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: html:link tag ------- urgent
 
Similar Threads
use html:link pass two param
Passing parameters
html:link tag using chinese parameters
How to pass a data through html:link in struts
struts