Re: Configuration question

2021-02-22 Thread Tamás Barta
Hi, My namespace was set to '/', if I remove it and use the default namespace then it works well. Regards, Tamás On Mon, Feb 22, 2021 at 2:50 PM Dave Newton wrote: > Are you asking about default-action-ref? > > On Mon, Feb 22, 2021 at 08:28 Tamás Barta wrote: > > > Hi, > > > > I would like

Re: Configuration question

2021-02-22 Thread Dave Newton
Are you asking about default-action-ref? On Mon, Feb 22, 2021 at 08:28 Tamás Barta wrote: > Hi, > > I would like Struts 2 to execute MyAction when there is no action mapping > for a path. So I set > > >... > > > in struts.xml. > > When I request to url /foo or /foo.action, it works as

Configuration question

2021-02-22 Thread Tamás Barta
Hi, I would like Struts 2 to execute MyAction when there is no action mapping for a path. So I set ... in struts.xml. When I request to url /foo or /foo.action, it works as expected, my Action is executed without any exceptions. But when I request to /foo/foo.action then my Action is

Configuration Question Struts/webserver

2005-08-12 Thread Scott Purcell
Hello, I created struts appliction on a local box calling it like so: http://localhost/unique/welcome.do and so on. I used all struts:html tags in order to handle the context (unique). Even my images use the html:img tag. All was happy and the site was complete. Then I decided to get a DNS

html:base configuration question

2005-02-22 Thread Scott Purcell
Hello, I ran into an issue that I am having trouble getting my hands around. I am building a Struts Framework app on Tomcat. I have set my welcome-file-list to welcome-file-list welcome-filewelcome.jsp/welcome-file /welcome-file-list then I have a welcome.jsp file that does a global