Re: org.xml.sax.SAXParseException: The content of element type "package" must match

2010-09-02 Thread Michal Ciasnocha
Check this, it can help you http://struts.apache.org/2.1.8/docs/strutsxml-examples.html Satheesh Kannan A B wrote on 2.9.2010 16:50: Hi, I think it's a existing and resolved issues in struts 2.1.8, since I have googled and searched here but am not able to resolve this. Currently am config

Re: org.xml.sax.SAXParseException: The content of element type "package" must match

2010-09-02 Thread Dale Newfield
On 9/2/10 10:50 AM, Satheesh Kannan A B wrote: The content of element type "package" must match "(result-types?,interceptors?,default-interceptor-ref?,default-action-ref?,default-class-ref?,global-results?,global-exc eption-mappings?,action*)". Means exactly what it says. With a package tag, a

Re: org.xml.sax.SAXParseException: The content of element type "package" must match

2010-09-02 Thread Dave Newton
The error message tells you exactly what's wrong, no? On Thu, Sep 2, 2010 at 10:50 AM, Satheesh Kannan A B wrote: > The content of element type "package" must match > "(result-types?,interceptors?,default-interceptor-ref?,default-action-ref?,default-class-ref?,global-results?,global-exception-map

org.xml.sax.SAXParseException: The content of element type "package" must match

2010-09-02 Thread Satheesh Kannan A B
Hi, I think it's a existing and resolved issues in struts 2.1.8, since I have googled and searched here but am not able to resolve this. Currently am configuring interceptors in my struts 2.1.8 application using websphere 6.0.1. What I have coded is right I think so and u all please verify it

Re: Struts2 REST plugin problems

2010-09-02 Thread Rafael Taboada
Hi folks, I've just resolved my issue. My goal is to add struts-restful-plugin to an struts2 existent app. So i needed to have an url handler If I request http://localhost:8080/myApp/login.action, it must be resolved by DefaultActionMapper If I request http://localhost:8080/myApp/service/client/3

Re: Struts2 REST plugin problems

2010-09-02 Thread Rafael Taboada
Hi folks, I've just resolved my issue. My goal is to add struts-restful-plugin to an struts2 existent app. So i needed to have an url handler If I request http://localhost:8080/myApp/login.action, it must be resolved by DefaultActionMapper If I request http://localhost:8080/myApp/service/client/3