RE: namespace headpain

2008-07-24 Thread Brad A Cupit
on Wednesday, July 23, 2008 3:22 AM, Lyallex [mailto:[EMAIL PROTECTED] wrote: > > > > ">Create New > Establishment > (absolutely no idea why this works) I seem to remember that there is a difference between and If the namespace is omitted, S2 puts it in the "default namespace" [1] which b

Re: namespace headpain

2008-07-23 Thread Lyallex
; To: Struts Users Mailing List > Subject: Re: namespace headpain > > It was happen to me also, then I just used annotation to replace struts > configuration and I used config-browser/index.action to list available > action and the detail. > > if my app is http://localhost:8

RE: namespace headpain

2008-07-23 Thread Dasgupta, Ranjan
try setting: in your struts.xml -Original Message- From: mujoko mujoko [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 4:30 AM To: Struts Users Mailing List Subject: Re: namespace headpain It was happen to me also, then I just used annotation to replace struts configuration

Re: namespace headpain

2008-07-23 Thread Lukasz Lenart
Hi, Don't treat namespace as directory, they are not relevant. Namespace is logic name for given set of actions, jsp, whatever. If Struts2 can't find action in given namespace, it's jumping to default namespace / and try to search it there. I didn't understand what problem do you have, but you ca

Re: namespace headpain

2008-07-23 Thread mujoko mujoko
It was happen to me also, then I just used annotation to replace struts configuration and I used config-browser/index.action to list available action and the detail. if my app is http://localhost:8080/kopkar then i will check to http://localhost:8080/kopkar/config-browser/index.action but you n