The moose likes Struts and the fly likes how to call struts action from html:link tag? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "how to call struts action from html:link tag?" Watch "how to call struts action from html:link tag?" New topic
Author

how to call struts action from html:link tag?

shahidrasul shahid
Ranch Hand

Joined: Jan 28, 2008
Posts: 62
is this possible to call action class through html link tag?
if possible what is code

thanks advance.
Merrill Higginson
Ranch Hand

Joined: Feb 15, 2005
Posts: 4864
Originally posted by shahidrasul shahid:
is this possible to call action class through html link tag?
if possible what is code.


You can find more information on the html:link tag as well as all other Struts tags in the Struts taglib documentation.
[ April 14, 2008: Message edited by: Merrill Higginson ]

Merrill
Consultant, Sima Solutions
 
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: how to call struts action from html:link tag?
 
Similar Threads
xdoclet
Struts 2.x : How to call method in the bean using bean tag
Problem in Struts 1
Action in Action
calling action page from an html page