2008/8/12 Musachy Barroso <[EMAIL PROTECTED]> > You shouldn't need to use <base> at all. Just use the "url" tag to > build urls to any resource/urls you need, and it will take care of > adding the context to the url for you. >
Good point! (That said, the only place where I ever use non-<s:url>-based URLs are with very occasional <img>s or <link href=""/>s or <meta>s. It always felt like overkill to use struts tags for such purposes...)