eption : "+arg0);
arg0.printStackTrace();
}
}
> -Original Message-
> From: Wendy Smoak [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 17, 2004 6:32 PM
> To: Struts Users Mailing List
> Subject: Help with Exception handling
>
>
> I know I've trie
From: "David G. Friedman" <[EMAIL PROTECTED]>
> Now, on the JSP issues, since you're trading control over to JSP's, can't
> you list the exception in your web.xml configuration file? See the
> 'exception-type' in the solution under this url:
> http://www.jguru.com/faq/view.jsp?EID=457102
Probably
Wendy,
Struts exception handling *does* work correctly when it comes to
inheritance; and your configuration looks correct. First, check the FQN
(fully-qualified name) of your exception -- if that's correct, I suggest
you take out your handy-dandy debugger and set a breakpoint in the
RequestProc
Sorry, I don't exactly know what you are doing wrong, but here is an
example that shows what the "key" attribute is for:
From a struts-config.xml:
The "key" attribute to the "exception" element is a message resources
key, in the bundle sp
tion in your web.xml configuration file? See the
'exception-type' in the solution under this url:
http://www.jguru.com/faq/view.jsp?EID=457102
Regards,
David
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 17, 2004 6:43 PM
To: Struts Users Maili
From: "David G. Friedman" <[EMAIL PROTECTED]>
> This looks interesting. What is 'den.login.success'? Is it a key in a
> resource file or a java class or just a flat file with a dot-notation
name?
It's a Tiles definition.
I'm sure I initially tried a Tiles def in the path attribute of the
tag,
To: Struts Users Mailing List
Subject: Help with Exception handling
I know I've tried this before, but so far I haven't gotten all the pieces
properly arranged so it works. :/
I currently have code like this in an Action:
try {
benId = loginD
I know I've tried this before, but so far I haven't gotten all the pieces
properly arranged so it works. :/
I currently have code like this in an Action:
try {
benId = loginDAO.getBenId( asurite );
} catch ( TermsAcceptanceException ex ) {
retu
8 matches
Mail list logo