Hi, I'm using s:url and s:form tags to build url's and form's. In a case, I want to use s:form and I don't want that taglib put the application context in the finally action.
E.g.: <s:form action="Sitemap"> is traduce as <form action="/myapp/Sitemap">, but I want <form action="/Sitemap"> How can I do this? Greetings