Re: Webapp context

2009-02-19 Thread Dave Newton
JPJ wrote: Should this be viewed as an issue of FORM tag implementation? I do not know whether I am making a worthless statements but according my view we should not prepend the web app context root to the action value in JSP while rendering. Instead we should only prepend only the name space wit

Re: Webapp context

2009-02-19 Thread Aidas Šemežys
If I remember correctly, in Struts 1.x you could use Struts custom tag library for HTML components, and the one for the form element was . It had an attribute action, which required a value to be a name of the single action from action-mappings in your struts-config.xml. That was what Struts we

Re: Webapp context

2009-02-19 Thread JPJ
Thanks for the quick response. If I uderstood you correctly, the problem with this solution is that I have more than one web application in my jboss server. And I cannot deploy as ROOT for all application on the same server. Should this be viewed as an issue of FORM tag implementation? I do not

Re: Webapp context

2009-02-19 Thread Aidas Šemežys
I guess the simplest way to achieve this is to deploy your application as ROOT one under tomcat installations' webapps dir. -- aidas JPJ wrote: Hi, Is there anyway we can prevent the context root of the web application from prepending to the uri of an action. I know if we use the namespace t