|
reply -
03-18-2009, 10:56 PM
You can save the URL in request scope,using request.setAttribute("DynaURL",URL) in execute() method .
And then in JSP pages,use <html:link> tag to represent the URL. For more information about <html:link> tag, please consult Struts's documentation.
|