<html:base/>

In the follwoing JSP section:

<bean:message key="index.title"></bean:message> ... What is the usage of the ]]>?

Thanks.


Scott

0
Avatar
Permanently deleted user

Scott,

This likely isn't the place to be seeking Struts-specific help. Folks around here like want to discuss IntelliJ IDEA.

For Struts questions, let me recommend the Struts forum at JavaRanch[/url].

-



The &lt;html:base/&gt; tag is used to generate an html BASE tag. According to HtmlHelp.com on the BASE tag[/url], it's used to define "the document's base URI for resolving relative URIs contained within the document."

0

请先登录再写评论。