Ok I found problem. In the Action class I had a setter method for int id
value setId(int id) without getter getId(int id). After I added it, it
stated to work. Very strange error, and difficult to find.

Thanks to Jason Carriera for help.
Don't you think that somewhere in the doc should be mentioned about
config-browser, and how to use?

----- Original Message -----
From: "Jason Carreira" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 15, 2003 8:48 PM
Subject: RE: [OS-webwork] xworks.xml actions mistery


Another 4-5 hours, at least

> -----Original Message-----
> From: remigijus [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 15, 2003 1:44 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [OS-webwork] xworks.xml actions mistery
>
>
> How long you will be online?
> ----- Original Message -----
> From: "Jason Carreira" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 15, 2003 8:40 PM
> Subject: RE: [OS-webwork] xworks.xml actions mistery
>
>
> Sounds like it could be. Make sure it's picking up your
> latest xwork.xml from the classpath, etc. Validate your
> xwork.xml against the DTD.
>
> > -----Original Message-----
> > From: remigijus [mailto:[EMAIL PROTECTED]
> > Sent: Monday, December 15, 2003 1:33 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [OS-webwork] xworks.xml actions mistery
> >
> >
> > The is no delete action listed. In action's list for
> > /admin/category namespace only actions are: add and edit.
> > Maybe delete action is incorrectly parsed from xml file?
> >
> > ----- Original Message -----
> > From: "Jason Carreira" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, December 15, 2003 8:23 PM
> > Subject: RE: [OS-webwork] xworks.xml actions mistery
> >
> >
> > Does it show you the problem with your xwork.xml?
> >
> > > -----Original Message-----
> > > From: remigijus [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, December 15, 2003 1:16 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [OS-webwork] xworks.xml actions mistery
> > >
> > >
> > > OK now it works. I added in the path which is not used for
> > debugginig.
> > > So no it works. Thenks again. And sory for disturbing you
> somtimmes
> > > without a reason.
> > >
> > >
> > > ----- Original Message -----
> > > From: "Jason Carreira" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, December 15, 2003 8:13 PM
> > > Subject: RE: [OS-webwork] xworks.xml actions mistery
> > >
> > >
> > > I assume you mean webwork-config-browser.jar? Jar, not war.
> > >
> > > Are you sure it picked up the change? The jar file should
> > contain the
> > > config-browser.xml, so if it's in the classpath, it
> should be found.
> > >
> > > > -----Original Message-----
> > > > From: remigijus [mailto:[EMAIL PROTECTED]
> > > > Sent: Monday, December 15, 2003 1:06 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [OS-webwork] xworks.xml actions mistery
> > > >
> > > >
> > > > It's very long. And I have plased
> > > webwork-config-browser.war file into
> > > > the WEB-INF/lib folder.
> > > >
> > > >
> > > > com.opensymphony.xwork.config.ConfigurationException:
> > Error loading
> > > > configuration file xwork.xml
> > > >     with nested exception
> > > > com.opensymphony.xwork.config.ConfigurationException:
> > > Caught exception
> > > > while loading file config-browser.xml
> > > >     with nested exception
> > > > java.lang.Exception: Could not open file config-browser.xml at
> > > > com.opensymphony.xwork.config.providers.XmlConfigurationProvid
> > > > er.init(XmlCon
> > > > figurationProvider.java:136)
> > > > at
> com.opensymphony.xwork.config.impl.DefaultConfiguration.reload
> > > > (DefaultConfig
> > > > uration.java:88)
> > > > at
> > > > com.opensymphony.xwork.config.ConfigurationManager.getConfigur
> > > > ation(Configur
> > > > ationManager.java:55)
> > > > at
> > > >
> > >
> >
> com.opensymphony.xwork.DefaultActionProxy.(DefaultActionProxy.java:58)
> > > > at
> com.opensymphony.xwork.DefaultActionProxyFactory.createActionP
> > > > roxy(DefaultAc
> > > > tionProxyFactory.java:40)
> > > > at
> com.opensymphony.webwork.dispatcher.ServletDispatcher.serviceA
> > > > ction(ServletD
> > > > ispatcher.java:179)
> > > > at
> > > > com.opensymphony.webwork.dispatcher.ServletDispatcher.service(
> > > > ServletDispatc
> > > > her.java:161)
> > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > > > er(Application
> > > > FilterChain.java:247)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > > > cationFilterCh
> > > > ain.java:193)
> > > > at
> > > > com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(P
> > > > ageFilter.java
> > > > :129)
> > > > at
> > > > com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(Pa
> > > > geFilter.java:
> > > > 61)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > > > er(Application
> > > > FilterChain.java:213)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > > > cationFilterCh
> > > > ain.java:193)
> > > > at
> > > > com.opensymphony.webwork.lifecycle.RequestLifecycleFilter.doFi
> > > > lter(RequestLi
> > > > fecycleFilter.java:62)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > > > er(Application
> > > > FilterChain.java:213)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > > > cationFilterCh
> > > > ain.java:193)
> > > > at
> > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardW
> > > > rapperValve.ja
> > > > va:243)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.core.StandardContextValve.invoke(StandardC
> > > > ontextValve.ja
> > > > va:190)
> > > > at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.valves.CertificatesValve.invoke(Certificat
> > > > esValve.java:2
> > > > 46)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.core.StandardContext.invoke(StandardContex
> > > > t.java:2347)
> > > > at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHost
> > > > Valve.java:180
> > > > )
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDi
> > > > spatcherValve.
> > > > java:170)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport
> > > > Valve.java:170
> > > > )
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValv
> > > > e.java:468)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEn
> > > > gineValve.java
> > > > :174)
> > > > at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.connector.http.HttpProcessor.process(HttpP
> > > > rocessor.java:
> > > > 1027)
> > > > at
> org.apache.catalina.connector.http.HttpProcessor.run(HttpProce
> > > > ssor.java:1125
> > > > )
> > > > at java.lang.Thread.run(Thread.java:534)
> > > > with nested exception
> > > > com.opensymphony.xwork.config.ConfigurationException:
> > > > Caught exception while loading file config-browser.xml
> > > >     with nested exception
> > > > java.lang.Exception: Could not open file config-browser.xml
> > > > com.opensymphony.xwork.config.ConfigurationException: Caught
> > > > exception while loading file config-browser.xml
> > > >     with nested exception
> > > > java.lang.Exception: Could not open file config-browser.xml
> > > > at
> > > > com.opensymphony.xwork.config.providers.XmlConfigurationProvid
> > > > er.loadConfigu
> > > > rationFile(XmlConfigurationProvider.java:461)
> > > > at
> > > > com.opensymphony.xwork.config.providers.XmlConfigurationProvid
> > > > er.loadConfigu
> > > > rationFile(XmlConfigurationProvider.java:488)
> > > > at
> > > > com.opensymphony.xwork.config.providers.XmlConfigurationProvid
> > > > er.init(XmlCon
> > > > figurationProvider.java:133)
> > > > at
> > > > com.opensymphony.xwork.config.impl.DefaultConfiguration.reload
> > > > (DefaultConfig
> > > > uration.java:88)
> > > > at
> > > > com.opensymphony.xwork.config.ConfigurationManager.getConfigur
> > > > ation(Configur
> > > > ationManager.java:55)
> > > > at
> > > >
> > >
> >
> com.opensymphony.xwork.DefaultActionProxy.(DefaultActionProxy.java:58)
> > > > at
> com.opensymphony.xwork.DefaultActionProxyFactory.createActionP
> > > > roxy(DefaultAc
> > > > tionProxyFactory.java:40)
> > > > at
> com.opensymphony.webwork.dispatcher.ServletDispatcher.serviceA
> > > > ction(ServletD
> > > > ispatcher.java:179)
> > > > at
> > > > com.opensymphony.webwork.dispatcher.ServletDispatcher.service(
> > > > ServletDispatc
> > > > her.java:161)
> > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > > > er(Application
> > > > FilterChain.java:247)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > > > cationFilterCh
> > > > ain.java:193)
> > > > at
> > > > com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(P
> > > > ageFilter.java
> > > > :129)
> > > > at
> > > > com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(Pa
> > > > geFilter.java:
> > > > 61)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > > > er(Application
> > > > FilterChain.java:213)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > > > cationFilterCh
> > > > ain.java:193)
> > > > at
> > > > com.opensymphony.webwork.lifecycle.RequestLifecycleFilter.doFi
> > > > lter(RequestLi
> > > > fecycleFilter.java:62)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > > > er(Application
> > > > FilterChain.java:213)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > > > cationFilterCh
> > > > ain.java:193)
> > > > at
> > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardW
> > > > rapperValve.ja
> > > > va:243)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.core.StandardContextValve.invoke(StandardC
> > > > ontextValve.ja
> > > > va:190)
> > > > at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.valves.CertificatesValve.invoke(Certificat
> > > > esValve.java:2
> > > > 46)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.core.StandardContext.invoke(StandardContex
> > > > t.java:2347)
> > > > at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHost
> > > > Valve.java:180
> > > > )
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDi
> > > > spatcherValve.
> > > > java:170)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport
> > > > Valve.java:170
> > > > )
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValv
> > > > e.java:468)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEn
> > > > gineValve.java
> > > > :174)
> > > > at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.connector.http.HttpProcessor.process(HttpP
> > > > rocessor.java:
> > > > 1027)
> > > > at
> org.apache.catalina.connector.http.HttpProcessor.run(HttpProce
> > > > ssor.java:1125
> > > > )
> > > > at java.lang.Thread.run(Thread.java:534)
> > > > with nested exception java.lang.Exception: Could not open
> > > > file config-browser.xml
> > > > java.lang.Exception: Could not open file config-browser.xml
> > > > at
> > > > com.opensymphony.xwork.config.providers.XmlConfigurationProvid
> > > > er.loadConfigu
> > > > rationFile(XmlConfigurationProvider.java:454)
> > > > at
> > > > com.opensymphony.xwork.config.providers.XmlConfigurationProvid
> > > > er.loadConfigu
> > > > rationFile(XmlConfigurationProvider.java:488)
> > > > at
> > > > com.opensymphony.xwork.config.providers.XmlConfigurationProvid
> > > > er.init(XmlCon
> > > > figurationProvider.java:133)
> > > > at
> > > > com.opensymphony.xwork.config.impl.DefaultConfiguration.reload
> > > > (DefaultConfig
> > > > uration.java:88)
> > > > at
> > > > com.opensymphony.xwork.config.ConfigurationManager.getConfigur
> > > > ation(Configur
> > > > ationManager.java:55)
> > > > at
> > > >
> > >
> >
> com.opensymphony.xwork.DefaultActionProxy.(DefaultActionProxy.java:58)
> > > > at
> com.opensymphony.xwork.DefaultActionProxyFactory.createActionP
> > > > roxy(DefaultAc
> > > > tionProxyFactory.java:40)
> > > > at
> com.opensymphony.webwork.dispatcher.ServletDispatcher.serviceA
> > > > ction(ServletD
> > > > ispatcher.java:179)
> > > > at
> > > > com.opensymphony.webwork.dispatcher.ServletDispatcher.service(
> > > > ServletDispatc
> > > > her.java:161)
> > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > > > er(Application
> > > > FilterChain.java:247)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > > > cationFilterCh
> > > > ain.java:193)
> > > > at
> > > > com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(P
> > > > ageFilter.java
> > > > :129)
> > > > at
> > > > com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(Pa
> > > > geFilter.java:
> > > > 61)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > > > er(Application
> > > > FilterChain.java:213)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > > > cationFilterCh
> > > > ain.java:193)
> > > > at
> > > > com.opensymphony.webwork.lifecycle.RequestLifecycleFilter.doFi
> > > > lter(RequestLi
> > > > fecycleFilter.java:62)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> > > > er(Application
> > > > FilterChain.java:213)
> > > > at
> > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> > > > cationFilterCh
> > > > ain.java:193)
> > > > at
> > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardW
> > > > rapperValve.ja
> > > > va:243)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.core.StandardContextValve.invoke(StandardC
> > > > ontextValve.ja
> > > > va:190)
> > > > at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.valves.CertificatesValve.invoke(Certificat
> > > > esValve.java:2
> > > > 46)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.core.StandardContext.invoke(StandardContex
> > > > t.java:2347)
> > > > at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHost
> > > > Valve.java:180
> > > > )
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDi
> > > > spatcherValve.
> > > > java:170)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport
> > > > Valve.java:170
> > > > )
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValv
> > > > e.java:468)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 64)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEn
> > > > gineValve.java
> > > > :174)
> > > > at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardP
> > > > ipeline.java:5
> > > > 66)
> > > > at
> > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> > > > ine.java:472)
> > > > at
> > > >
> > >
> >
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> > > > at
> org.apache.catalina.connector.http.HttpProcessor.process(HttpP
> > > > rocessor.java:
> > > > 1027)
> > > > at
> org.apache.catalina.connector.http.HttpProcessor.run(HttpProce
> > > > ssor.java:1125
> > > > )
> > > > at java.lang.Thread.run(Thread.java:534)
> > > >
> > > > ----- Original Message -----
> > > > From: "Jason Carreira" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Monday, December 15, 2003 7:56 PM
> > > > Subject: RE: [OS-webwork] xworks.xml actions mistery
> > > >
> > > >
> > > > What kind of exceptions?
> > > >
> > > > > -----Original Message-----
> > > > > From: remigijus [mailto:[EMAIL PROTECTED]
> > > > > Sent: Monday, December 15, 2003 12:47 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Re: [OS-webwork] xworks.xml actions mistery
> > > > >
> > > > >
> > > > > Ok I did it already, but getting some exceptions. Can it
> > > be related
> > > > > with sitemesh use?
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Jason Carreira" <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Monday, December 15, 2003 7:38 PM
> > > > > Subject: RE: [OS-webwork] xworks.xml actions mistery
> > > > >
> > > > >
> > > > > You add the jar file to your web app and include it from your
> > > > > xwork.xml (see the xwork.xml in the example war). Then you
> > > > can hit it
> > > > > at /config-browser/actionNames.action
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: remigijus [mailto:[EMAIL PROTECTED]
> > > > > > Sent: Monday, December 15, 2003 12:11 PM
> > > > > > To: [EMAIL PROTECTED]
> > > > > > Subject: Re: [OS-webwork] xworks.xml actions mistery
> > > > > >
> > > > > >
> > > > > > Ok it is getting better. I found config browser, but have
> > > > > no idea how
> > > > > > to use. Do I have to add this part to my project? I can try
> > > > > to figure
> > > > > > out what to do with it, but if can give some roadmap it
> > > > > will be nice.
> > > > > >
> > > > > >
> > > > > > ----- Original Message -----
> > > > > > From: "Jason Carreira" <[EMAIL PROTECTED]>
> > > > > > To: <[EMAIL PROTECTED]>
> > > > > > Sent: Monday, December 15, 2003 6:55 PM
> > > > > > Subject: RE: [OS-webwork] xworks.xml actions mistery
> > > > > >
> > > > > >
> > > > > > Try out the config browser... It will show you the action
> > > > > > configurations by namespace and allow you to see if
> > > it's what you
> > > > > > expected. It's built as part of the distribution and you
> > > > > can see how
> > > > > > it's added to the example war file in the distribution.
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: remigijus [mailto:[EMAIL PROTECTED]
> > > > > > > Sent: Monday, December 15, 2003 11:49 AM
> > > > > > > To: [EMAIL PROTECTED]
> > > > > > > Subject: Re: [OS-webwork] xworks.xml actions mistery
> > > > > > >
> > > > > > >
> > > > > > > I did some experimentation and changed name from delete
> > > > > to delete2.
> > > > > > > Problem is not in the name. I little confused because one
> > > > > > action from
> > > > > > > this package works and other does not work. I even tryed
> > > > > to do some
> > > > > > > debugging in the DefaultActionProxy by got nothing.
> > > > > > >
> > > > > > > Some othe ideas?
> > > > > > >
> > > > > > > ----- Original Message -----
> > > > > > > From: "Jason Carreira" <[EMAIL PROTECTED]>
> > > > > > > To: <[EMAIL PROTECTED]>
> > > > > > > Sent: Monday, December 15, 2003 6:11 PM
> > > > > > > Subject: RE: [OS-webwork] xworks.xml actions mistery
> > > > > > >
> > > > > > >
> > > > > > > You don't have an Action mapped to the name "delete2"...
> > > > > > Either change
> > > > > > > your link or change your xwork.xml <action> element so
> > > > they match.
> > > > > > >
> > > > > > > > -----Original Message-----
> > > > > > > > From: remigijus [mailto:[EMAIL PROTECTED]
> > > > > > > > Sent: Monday, December 15, 2003 11:02 AM
> > > > > > > > To: [EMAIL PROTECTED]
> > > > > > > > Subject: [OS-webwork] xworks.xml actions mistery
> > > > > > > >
> > > > > > > >
> > > > > > > > Ok I have added namespace with value "/admin/category"
> > > > > > and changed
> > > > > > > > name of the package to "admin-category" but sitaution is
> > > > > > > the same as
> > > > > > > > before. edit action works as it has to but on delete
> > > > action I'm
> > > > > > > > gettinfg exception
> > > > > > > >
> > > > > > > > com.opensymphony.xwork.config.ConfigurationException:
> > > > > There is no
> > > > > > > > Action mapped for namespace /admin/category and action
> > > > > > name delete2
> > > > > > > > at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> com.opensymphony.xwork.DefaultActionProxy.(DefaultActionProxy.java:73)
> > > > > > > > at
> > > > > com.opensymphony.xwork.DefaultActionProxyFactory.createActionP
> > > > > > > > roxy(DefaultAc
> > > > > > > > tionProxyFactory.java:40)  Any other suggestions.
> > > > > > > >
> > > > > > > > now my package looks as follows.
> > > > > > > >     <package name="admin-category"
> > > extends="webwork-default"
> > > > > > > > namespace="/admin/category">
> > > > > > > >         <action name="delete"
> > > > > > > > class="lt.akmila.admin.category.DeleteCategoryAction">
> > > > > > > >             <result name="success" type="dispatcher">
> > > > > > > >                 <param
> > > > > > > > name="location">/admin/category/index.jsp</param>
> > > > > > > >             </result>
> > > > > > > >             <result name="error" type="dispatcher">
> > > > > > > >                 <param
> > > > > > > > name="location">/admin/category/delete.jsp</param>
> > > > > > > >             </result>
> > > > > > > >
> > > > > > > >             <interceptor-ref name="defaultStack"/>
> > > > > > > >             <interceptor-ref name="validation"/>
> > > > > > > >             <interceptor-ref name="workflow"/>
> > > > > > > >         </action>
> > > > > > > >
> > > > > > > >         <action name="add"
> > > > > > > > class="lt.akmila.admin.category.AddCategoryAction">
> > > > > > > >             <result name="success" type="dispatcher">
> > > > > > > >                 <param
> > > > > > > > name="location">/admin/category/index.jsp</param>
> > > > > > > >             </result>
> > > > > > > >             <result name="error" type="dispatcher">
> > > > > > > >                 <param
> > > > > > > name="location">/admin/category/add.jsp</param>
> > > > > > > >             </result>
> > > > > > > >
> > > > > > > >             <interceptor-ref name="defaultStack"/>
> > > > > > > >             <interceptor-ref name="validation"/>
> > > > > > > >             <interceptor-ref name="workflow"/>
> > > > > > > >         </action>
> > > > > > > >
> > > > > > > >         <action name="edit"
> > > > > > > > class="lt.akmila.admin.category.EditCategoryAction">
> > > > > > > >             <result name="success" type="dispatcher">
> > > > > > > >                 <param
> > > > > > > > name="location">/admin/category/index.jsp</param>
> > > > > > > >             </result>
> > > > > > > >             <result name="error" type="dispatcher">
> > > > > > > >                 <param
> > > > > > > > name="location">/admin/category/edit.jsp</param>
> > > > > > > >             </result>
> > > > > > > >             <result name="input" type="dispatcher">
> > > > > > > >                 <param
> > > > > > > > name="location">/admin/category/edit.jsp</param>
> > > > > > > >             </result>
> > > > > > > >
> > > > > > > >             <interceptor-ref name="defaultStack"/>
> > > > > > > >             <interceptor-ref name="validation"/>
> > > > > > > >             <interceptor-ref name="workflow"/>
> > > > > > > >         </action>
> > > > > > > >     </package>
> > > > > > > >
> > > > > > > >
> > > > > > > > ----- Original Message -----
> > > > > > > > From: "Jonas Eriksson" <[EMAIL PROTECTED]>
> > > > > > > > To: <[EMAIL PROTECTED]>
> > > > > > > > Sent: Monday, December 15, 2003 5:31 PM
> > > > > > > > Subject: Re: [OS-webwork] (no subject)
> > > > > > > >
> > > > > > > >
> > > > > > > > > I think the name of a package is just a
> "name", with no
> > > > > > > > other meaning
> > > > > > > > > outside the xwork.xml. You need to set the
> > > > > > > > namespace="/admin/category"
> > > > > > > > > if you want to use an action like
> > > /admin/category/foo.action
> > > > > > > > >
> > > > > > > > > Have you tried that?
> > > > > > > > >
> > > > > > > > > Jonas
> > > > > > > > >
> > > > > > > > > remigijus wrote:
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > I have some strange problems related with action
> > > > > > > > packages. I'm trying to
> > > > > > > > > > use a package lik this     <package
> > > name="admin/category"
> > > > > > > > > > extends="webwork-default"> and having some strange
> > > > > > > problems. Some
> > > > > > > > > > actions from the package works as expected, but
> > > on some I
> > > > > > > > getting a
> > > > > > > > message
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> com.opensymphony.xwork.config.ConfigurationException:
> > > > > > > There is no
> > > > > > > > > > Action
> > > > > > > > mapped for namespace /admin/category and action
> > name delete
> > > > > > > > > > at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> com.opensymphony.xwork.DefaultActionProxy.(DefaultActionProxy.java:73)
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Maybe I do somthing wrong. Does anybody can
> give some
> > > > > > > > sugesstions or
> > > > > > > > > > a link to some docs related with xwork.xml file for
> > > > > packages.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> -------------------------------------------------------
> > > > > > > > > This SF.net email is sponsored by: SF.net Giveback
> > > > > > Program. Does
> > > > > > > > > SourceForge.net help you be more productive?
> > Does it help
> > > > > > > > you create
> > > > > > > > > better code?  SHARE THE LOVE, and help us help YOU!
> > > > > > Click Here:
> > > > > > > > > http://sourceforge.net/donate/
> > > > > > > > > _______________________________________________
> > > > > > > > > Opensymphony-webwork mailing list
> > > > > > > > > [EMAIL PROTECTED]
> > > > > > > > >
> > > > > >
> > > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > -------------------------------------------------------
> > > > > > > > This SF.net email is sponsored by: SF.net Giveback
> > > > > Program. Does
> > > > > > > > SourceForge.net help you be more productive?
> Does it help
> > > > > > > you create
> > > > > > > > better code?  SHARE THE LOVE, and help us help YOU!
> > > > > Click Here:
> > > > > > > > http://sourceforge.net/donate/
> > > > > > > > _______________________________________________
> > > > > > > > Opensymphony-webwork mailing list
> > > > > > > > [EMAIL PROTECTED]
> > > > > > > >
> > > > >
> > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > -------------------------------------------------------
> > > > > > > This SF.net email is sponsored by: SF.net Giveback
> > > > Program. Does
> > > > > > > SourceForge.net help you be more productive?  Does it help
> > > > > > you create
> > > > > > > better code?  SHARE THE LOVE, and help us help YOU!
> > > > Click Here:
> > > > > > > http://sourceforge.net/donate/
> > > > > > > _______________________________________________
> > > > > > > Opensymphony-webwork mailing list
> > > > > > > [EMAIL PROTECTED]
> > > > > > >
> > > >
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > -------------------------------------------------------
> > > > > > > This SF.net email is sponsored by: SF.net Giveback
> > > > Program. Does
> > > > > > > SourceForge.net help you be more productive?  Does it help
> > > > > > you create
> > > > > > > better code?  SHARE THE LOVE, and help us help YOU!
> > > > Click Here:
> > > > > > > http://sourceforge.net/donate/
> > > > > > > _______________________________________________
> > > > > > > Opensymphony-webwork mailing list
> > > > > > > [EMAIL PROTECTED]
> > > > > > >
> > > >
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > > > > >
> > > > > >
> > > > > >
> > > > > > -------------------------------------------------------
> > > > > > This SF.net email is sponsored by: SF.net Giveback
> > > Program. Does
> > > > > > SourceForge.net help you be more productive?  Does it help
> > > > > you create
> > > > > > better code?  SHARE THE LOVE, and help us help YOU!
> > > Click Here:
> > > > > > http://sourceforge.net/donate/
> > > > > > _______________________________________________
> > > > > > Opensymphony-webwork mailing list
> > > > > > [EMAIL PROTECTED]
> > > > > >
> > > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > > > >
> > > > > >
> > > > > >
> > > > > > -------------------------------------------------------
> > > > > > This SF.net email is sponsored by: SF.net Giveback
> > > Program. Does
> > > > > > SourceForge.net help you be more productive?  Does it help
> > > > > you create
> > > > > > better code?  SHARE THE LOVE, and help us help YOU!
> > > Click Here:
> > > > > > http://sourceforge.net/donate/
> > > > > > _______________________________________________
> > > > > > Opensymphony-webwork mailing list
> > > > > > [EMAIL PROTECTED]
> > > > > >
> > > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > > > >
> > > > >
> > > > >
> > > > > -------------------------------------------------------
> > > > > This SF.net email is sponsored by: SF.net Giveback
> > Program. Does
> > > > > SourceForge.net help you be more productive?  Does it help
> > > > you create
> > > > > better code?  SHARE THE LOVE, and help us help YOU!
> > Click Here:
> > > > > http://sourceforge.net/donate/
> > > > > _______________________________________________
> > > > > Opensymphony-webwork mailing list
> > > > > [EMAIL PROTECTED]
> > > > >
> > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > > >
> > > > >
> > > > >
> > > > > -------------------------------------------------------
> > > > > This SF.net email is sponsored by: SF.net Giveback
> > Program. Does
> > > > > SourceForge.net help you be more productive?  Does it help
> > > > you create
> > > > > better code?  SHARE THE LOVE, and help us help YOU!
> > Click Here:
> > > > > http://sourceforge.net/donate/
> > > > > _______________________________________________
> > > > > Opensymphony-webwork mailing list
> > > > > [EMAIL PROTECTED]
> > > > >
> > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > > >
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This SF.net email is sponsored by: SF.net Giveback Program. Does
> > > > SourceForge.net help you be more productive?  Does it help
> > > you create
> > > > better code?  SHARE THE LOVE, and help us help YOU!  Click Here:
> > > > http://sourceforge.net/donate/
> > > > _______________________________________________
> > > > Opensymphony-webwork mailing list
> > > > [EMAIL PROTECTED]
> > > >
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This SF.net email is sponsored by: SF.net Giveback Program. Does
> > > > SourceForge.net help you be more productive?  Does it help
> > > you create
> > > > better code?  SHARE THE LOVE, and help us help YOU!  Click Here:
> > > > http://sourceforge.net/donate/
> > > > _______________________________________________
> > > > Opensymphony-webwork mailing list
> > > > [EMAIL PROTECTED]
> > > >
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > > >
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.net email is sponsored by: SF.net Giveback Program. Does
> > > SourceForge.net help you be more productive?  Does it help
> > you create
> > > better code?  SHARE THE LOVE, and help us help YOU!  Click Here:
> > > http://sourceforge.net/donate/
> > > _______________________________________________
> > > Opensymphony-webwork mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.net email is sponsored by: SF.net Giveback Program. Does
> > > SourceForge.net help you be more productive?  Does it help
> > you create
> > > better code?  SHARE THE LOVE, and help us help YOU!  Click Here:
> > > http://sourceforge.net/donate/
> > > _______________________________________________
> > > Opensymphony-webwork mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> > >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: SF.net Giveback Program.
> > Does SourceForge.net help you be more productive?  Does it
> > help you create better code?  SHARE THE LOVE, and help us
> > help YOU!  Click Here: http://sourceforge.net/donate/
> > _______________________________________________
> > Opensymphony-webwork mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: SF.net Giveback Program.
> > Does SourceForge.net help you be more productive?  Does it
> > help you create better code?  SHARE THE LOVE, and help us
> > help YOU!  Click Here: http://sourceforge.net/donate/
> > _______________________________________________
> > Opensymphony-webwork mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> >
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
>


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to