Re: Problem with Global Exceptions

2009-11-10 Thread Brian Thompson
browser/index.action confirms that Struts is recognising the > mapping, > but it is not catching it. > > Regards > -- > View this message in context: > http://old.nabble.com/Problem-with-Global-Exceptions-tp26280416p26280416.html > Sent from the Struts - User mailing list archiv

Problem with Global Exceptions

2009-11-10 Thread RogerV
d.nabble.com/Problem-with-Global-Exceptions-tp26280416p26280416.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Global Exceptions with Convention Plugin

2009-09-17 Thread Paweł Wielgus
I know that the menu() method is being called successfully, but Struts > remains at the jsp page where I hit the button. > > Regards > Roger > > -- > View this message in context: > http://www.nabble.com/Global-Exceptions-with-Convention-Plugin-tp25395678p254

Re: Global Exceptions with Convention Plugin

2009-09-17 Thread RogerV
d is being called successfully, but Struts remains at the jsp page where I hit the button. Regards Roger -- View this message in context: http://www.nabble.com/Global-Exceptions-with-Convention-Plugin-tp25395678p25490230.h

Re: Global Exceptions with Convention Plugin

2009-09-17 Thread Paweł Wielgus
    exception="javax.persistence.OptimisticLockException" result="input"/> >                       exception="org.eclipse.persistemce.exceptions.OptimisticLockException" > result="input"/> >         > > > > > >         >        

Re: Global Exceptions with Convention Plugin

2009-09-17 Thread RogerV
-- View this message in context: http://www.nabble.com/Global-Exceptions-with-Convention-Plugin-tp25395678p25489004.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe,

Re: Global Exceptions with Convention Plugin

2009-09-11 Thread Wes Wannemacher
ion" > result="input"/> >         > > > > > >         >             >                menu >             >         >     > >     > > > -- > View this message in context: > http://www.nabble.com/Global-Excep

Global Exceptions with Convention Plugin

2009-09-10 Thread RogerV
e.org/dtds/struts-2.0.dtd";> menu -- View this message in context: http://www.nabble.com/Global-Exceptions-with-Convention-Plugin-tp25395678p25395678.html Sent from the Struts - User m

global-exceptions-mappings help

2008-05-12 Thread Dan Crosta
I think I've followed the instructions at [1] closely, and ended up with this in my struts.xml: I have no s defined in struts.xml because I'm using annotations for action configuration. Is this setup incompatible with globa

Global exceptions problem

2007-10-09 Thread dmitry . rubenchik
Hi, Group. I see some strange behavior in handling global exceptions in RAD 7.0. I load my InitSrvlet through WEB.xml to perform an app initialization from property files. Once this servlet is loaded, it effects struts global exception handling. Defined global exceptions are not caught by struts

Re: Global Exceptions in Struts

2007-08-03 Thread Paul Benedict
Are you using Struts 1.3? I believe only 1.3 captures all exceptions -- while 1.2 captures only non-runtime exceptions. Pallavi Shetty wrote: Hi All, When ever there is an error I need to handle the exceptions gracefully. Since I'm using struts frame work I'm using global-

Global Exceptions in Struts

2007-08-01 Thread Pallavi Shetty
Hi All, When ever there is an error I need to handle the exceptions gracefully. Since I'm using struts frame work I'm using global-exceptions declarative. Here is the struts-config.xml where I have included I have written ActionExceptionHandler.java class which is the s

global exceptions

2007-01-08 Thread chhum
Hi, If I'm using a declarative global exception handler - say Is there any way I can force a redirect rather than a forward (similar to using redirect="true" on a global forward)? Charles - To unsubscribe, e-

RE: global exceptions, key?

2006-09-28 Thread Givler, Eric
) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:434) [rest of stack trace remove] -Original Message- From: Andy.de [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 3:05 AM To: user@struts.apache.org Subject: RE: global exceptions, key? G

RE: global exceptions, key?

2006-09-28 Thread Andy.de
Givler, Eric wrote: > > I'm pretty sure the error.message1 key which is looked up in the resource > file can be displayed in the resulting jsp with: > > > Hi Eric, thats what i tried but it don't work Regards, Andy -- View this message in context: http://www.

RE: global exceptions, key?

2006-09-27 Thread Givler, Eric
EXCEPTION_KEY ); %> -Original Message- From: Andy.de [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 4:29 AM To: user@struts.apache.org Subject: global exceptions, key? Hi struts experts, i have a global exception at my struts-config like this: How can i display the text

global exceptions, key?

2006-09-27 Thread Andy.de
://www.nabble.com/global-exceptions%2C-key--tf2343367.html#a6522670 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: global-exceptions elements/attributes info needed

2005-11-01 Thread Dave Newton
Jim Reynolds wrote: I put module="" in my exception, and it works, but it is not listed in the attributes list from the preceding link? Is it acceptable to use module="" to get out of module? even though it is not listed in atts list Hrm. I'll have to defer to somebody that actually knows som

Re: global-exceptions elements/attributes info needed

2005-11-01 Thread Jim Reynolds
ven though it is not listed in atts list Thanks, On 11/1/05, Dave Newton <[EMAIL PROTECTED]> wrote: > > Jim Reynolds wrote: > > >I am trying to find what attributes or elements can be placed inside a > >global-exceptions element tag. > > > Does

Re: global-exceptions elements/attributes info needed

2005-11-01 Thread Dave Newton
Jim Reynolds wrote: I am trying to find what attributes or elements can be placed inside a global-exceptions element tag. Does http://struts.apache.org/struts-doc-1.2.x/userGuide/building_controller.html#exception_handler help? Dave

global-exceptions elements/attributes info needed

2005-11-01 Thread Jim Reynolds
I am trying to find what attributes or elements can be placed inside a global-exceptions element tag. I am in a module, and would like to have the exception be thrown outside the module, to an index.jsp page. Currently this snippet throws me to a index.jsp page within my module, and that is not

global-exceptions not catching

2005-06-02 Thread Scott Purcell
Hello, I have set up a global-exceptions exception like so: The last one points to /error.jsp is from chapter 9 of the cookbook. I wanted to try an catch all exceptions with that while developing. Problem is, I keep getting the HTTP status 500- in the browser, and

Re: global-exceptions aren't working?

2004-08-25 Thread Bill Siggelkow
Well, if the page that displays the errors is "errors.jsp" then the path should be "/errors.jsp". If the path should be to an action ("errors.do") then you must have an action defined for that mapping Bill Siggelkow Keith Bottner wrote: I cannot get the configuration of my global-exception to

RE: global-exceptions aren't working?

2004-08-25 Thread Jean . FOTOVAT
Message d'origine- De : Keith Bottner [mailto:[EMAIL PROTECTED] Envoyé : mardi 24 août 2004 00:51 À : Struts Users Mailing List Objet : global-exceptions aren't working? I cannot get the configuration of my global-exception to pick up any errors. If an error occurs I just ge

global-exceptions aren't working?

2004-08-23 Thread Keith Bottner
I cannot get the configuration of my global-exception to pick up any errors. If an error occurs I just get the blank white page. Here is my global-exception configuration section. Then I have a global-forward that looks like this I tried specifying /errors.do as the path for the global