Re: Displaying exceptions from declarative exception handling

2004-12-29 Thread Brandon Goodin
dang... that's a bummer. I guess it's something in my code. But, i can't see it. The Exception is where it is supposed to be in the request ActionErrors and when i place text next to my html:errors tag it shows up. This is weird. Anyone else have this issue with 1.2+? Brandon On Wed, 29 Dec 200

Re: Displaying exceptions from declarative exception handling

2004-12-29 Thread Daniel H. F. e Silva
Hey Brandon, That's a weird report. I never had problems doing so with Struts 1.1. What i do is: 1) In my exception jsp page, i use tag. 2) Add an entry to the resource bundle (application.properties) 3) Add the declarative exception handling in my action mapping, like bellow:

Displaying exceptions from declarative exception handling

2004-12-28 Thread Brandon Goodin
I am trying to display an exception caught by the Struts declarative exception handling. I have tried to use the html:errors and html;messages tags with no sucess. Does anyone have a sample they can post on how to extract the exceptions that are being stored in the ActionErrors? Brandon -