Renders an HTML <base> element with an href attribute pointing to the absolute location of the enclosing JSP page. This tag is valid only when nested inside an HTML <head> element.
This tag is useful because it allows you to use relative URL references in the page that are calculated based on the URL of the page itself, rather than the URL to which the most recent submit took place (which is where the browser would normally resolve relative references against).这个是那个base标签的作用。你看看呢。

解决方案 »

  1.   

    DEPRECATED: Creating a session is undesirable for apps that don't support them. Use the lang attribute to acheive the same functionality without creating a session. Set to true in order to store a Locale in the session based on the current request's Accept-Language header (if any) if none has currently been set. This attribute will create a session if one does not already exist. The lang attribute is rendered with the appropriate language code.这是那个locale的说明。六级过了就没怎么看过英语了,你自己翻译吧。
      

  2.   

    第一个:用来指定jsp页面中绝对位置的.只有这个标签嵌于head的标签中才有效
    它可以在页面中使用相对的URL,这种页面必须是根据页面本身的URL计算出来的,
    什么意思啊?呵呵,我也不明白第二个:就是说,locale这个属性不推荐了,用lang这个属性来实现相同的功能
    http://struts.apache.org/userGuide/struts-html.html#html