users
[Top] [All Lists]

Struts question: how do you handle an undefined ActionForward value?

To: users@xxxxxxxxxx
Subject: Struts question: how do you handle an undefined ActionForward value?
From: steve.gutter@xxxxxxxxxx
Date: Fri, 10 Dec 2004 13:09:06 -0500
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm



Granted that it shouldn't happen, but how do you handle the circumstance
when the ActionModel class's
execute method returns an ActionForward value which is not defined as a
forward name= value
in the ActionModel's action definition in struts-config.xml?


It causes the app to go to a blank page, but no exceptions, etc. are
thrown.

I'm using the action entry with unknown="true" for the case where I have an
href="xyz.do" and there is no
action defined for /xyz (which, again, granted shouldn't happen), but this
doesn't catch the other scenario.


<Prev in Thread] Current Thread [Next in Thread>