> Yes, but the server would have to find an app with the > web.xml first, right? If my URL is at > "http://my.domain.com/mywebapp1/jsp/Login.jsp" and the form > is submitted to <form action="/Login.do">, it would map to > "http://my.domain.com/Login.do". > Of course if the web app was deployed as the root > application, then the web.xml mapping will kick in.
You're right, I'm wrong. I see in my app that this tag: <html-el:form action="/ItemListUpdate.do"> Resolves to this HTML: <form name="ItemListBean" method="post" action="/PPI/ItemListUpdate.do"> It seems that the <html-el:form...> tag is prepending the app context to the "action" value. -- Tim Slattery [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

