RE: namespace headpain

2008-07-24 Thread Brad A Cupit
on Wednesday, July 23, 2008 3:22 AM, Lyallex [mailto:[EMAIL PROTECTED] wrote: package name=estab extends=struts-default snip/ a href=s:url action=some/random/path/passThroughToNewEstablishment/Create New Establishment/a (absolutely no idea why this works) I seem to remember that there is

namespace headpain

2008-07-23 Thread Lyallex
Hi I'm having a problem getting my head around namespaces I have the folowing link a href=s:url action=passThroughToNewEstablishment/Create New Establishment/a in the main struts.xml I have the following struts package name=dafault extends=struts-default action

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

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

RE: namespace headpain

2008-07-23 Thread Dasgupta, Ranjan
try setting: constant name=struts.mapper.alwaysSelectFullNamespace value=true / 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

Re: namespace headpain

2008-07-23 Thread Lyallex
, 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 and I used config-browser/index.action to list available action and the detail. if my app is http://localhost:8080/kopkar then i