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
That is what I was looking for, but for some reason, I still do not see how to get out of a module? 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 liste

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 wha