Re: Creating actions without context

2007-06-14 Thread Lucas Garcia
Hey Musachy, Thanks a lot for the replying :) Finally I've found a solution through Apache + Tomcat way (rewrite rules). Cheers! On 6/1/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: The url has an 'includeContext' param: http://struts.apache.org/2.x/docs/url.html As for the form, if it fi

Re: Creating actions without context

2007-06-01 Thread Musachy Barroso
The url has an 'includeContext' param: http://struts.apache.org/2.x/docs/url.html As for the form, if it finds the action, it will append the context. I'm not sure how you could avoid that one. You can always overwrite the form template. Or use the form on the simple theme(not good as you would

Re: Creating actions without context

2007-06-01 Thread Lucas Garcia
Hi Musachy, Yes, the url must be a "wrong" URL. I have an Apache web server and a tomcat colaborating together. My application context is /myapp/, but I don't want that the users can see the context (and I don't want to deploy the application in / because I'll create more web applications). I ha

Re: Creating actions without context

2007-06-01 Thread Musachy Barroso
In that case the form would be submitted the wrong URL right? Can you give some more details on why you need this? regards musachy On 6/1/07, Lucas Garcia <[EMAIL PROTECTED]> wrote: 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