Re: The Struts dispatcher cannot be found.

2018-10-30 Thread simsonberg
Thanks for your help. Using archetypes was a good approach. I used an archetype in IntelliJ. You can find them under New Project --> Maven --> Create from archetype. Mentioning on the 'Get Startet-Page' that you can use archetypes (=prebuild working examples) in your IDE would be very helpful. A

Re: The Struts dispatcher cannot be found.

2018-10-09 Thread Lukasz Lenart
Do you use Maven? If so you can try to start with our archetypes https://struts.apache.org/maven-archetypes/ śr., 10 paź 2018 o 07:35 s-sbergg napisał(a): > Message An exception occurred processing JSP page /web/welcome.jsp at > line 15 Do you access this JSP directly or via an action? >

Re: Re: The Struts dispatcher cannot be found

2008-10-24 Thread Wes Wannemacher
You know, I wondered the same thing when it happened to me... I'm guessing to make it worse, the behavior probably changes if you change containers. Another thing to consider is that if your "exceptionLogger" result is to be available in any action in your app, global-results are only configured at

RE: Re: The Struts dispatcher cannot be found

2008-10-24 Thread stanlick
Hey Wes -- Good catch bro! I do have oops.jsp configured in my web.xml, however, I don't see how an exception could bubble up to the container with this configuration in my struts.xml Scott Wes Wannemacher wrote: > > Scott, are yo

Re: Re: The Struts dispatcher cannot be found

2008-10-23 Thread stanlick
I wish I could switch on a British accent here -- mine goes to eleven already but the knobber is broken off. It was a crazy show at the Garden where some bloke kept tell'n me to crank the bugger up. Yeah, the right page and no exceptions yet the oops.jsp (with its S2 tags) is being flagged for of

RE: Re: The Struts dispatcher cannot be found

2008-10-23 Thread Wes Wannemacher
Scott, are you sure that you don't have error pages pointing to oops.jsp in your web.xml file? http://e-docs.bea.com/wls/docs81/webapp/web_xml.html#1017571 On my first S2 project, I had pointed my errors to an oops.jsp out of habit. I was trying to use S2 tags in the error page and ran into the s

RE: Re: The Struts dispatcher cannot be found

2008-10-23 Thread [EMAIL PROTECTED]
The first thing I'd do is turn up logging to 11 on s2, xwork, tiles, and ognl. Not sure why the exception page would be hit w/ *no* exception but I could imagine that there could be an exception after the page/response has been written to... Is the 'right' page rendered *completely*? Dave stan

Re: The Struts dispatcher cannot be found

2008-10-23 Thread stanlick
When I dig deeper into this, I see the problem is with a oops.jsp I have configured in my struts.xml as /oops.jsp Now here is the strange part -- my request for homePage.action is working fine and there are no errors! I can remove all r

Re: The Struts dispatcher cannot be found

2008-10-23 Thread Antonio
2008/10/22 stanlick <[EMAIL PROTECTED]>: > > I started a new Struts 2 project today with Tiles and Spring. My default > result type is "tiles" and everything works alright as long as you don't > look at the console! For some strange reason there are numerous messages > like the following: > > The