Hi everybody,
so far, I've only read about the possibility to use the
<struts-html:error>-Tag by
"throwing" ActionErrors within the validate of an ActionForm. But it would
be quite
helpful to do something like this from within an Action class. Let's assume,
I just sent a message to a business object (for instance to insert an entry
into
a database), and received the response message, that some error occured.
So it's something, the ActionForm cannot validate. Is there a way of
creating
some ActionErrors (in the perform of Action) and then forward to a JSP
that uses the <struts-html:error>-Tag?
Thanks in advance,
Holger