Thanks for replying,
I caught that one...
Still trying though...

-----Original Message-----
From: Jeff Martin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 2:20 PM
To: Struts Users Mailing List
Subject: RE: Help with Html errors not showing errors


You make an Action error with "error.detail" but your messages file has
"errors.detail"?

Jeff

-----Original Message-----
From: Strichartz, Beth [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 2:11 PM
To: Struts Users Mailing List
Subject: RE: Help with Html errors not showing errors


I am getting desperate on what to do with the issue below.
Does anyone have any suggestions on what to try next..

-----Original Message-----
From: Strichartz, Beth [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 1:32 PM
To: 'Struts Users Mailing List'
Subject: Help with Html errors not showing errors


1.  I have the web.xml with the ApplicationResources in it.
2.  I have the tag struts-html at the top of my jsp page.
3.  I am saving errors in the action and forwarding to input..
        in Action I have:
                        errors.add(ActionErrors.GLOBAL_ERROR, 
                            new
ActionError("error.detail",e.getCauseMessage()));

        I save:         if (!errors.empty()) {
                        saveErrors(request, errors);
                    saveToken(request);
                        return (new ActionForward(mapping.getInput()));
                    }

I have the applicationResources.properties and it includes an
errors.detail={0}

I know there are errors on the Web serer, I can see the printstacktrace
an
the logs.

<BODY bgcolor="#FFFFFF" text="#000000" class="BGTop">
<html:errors/>
<html:form action="/customerSearch/CustomerSearchAction"
target="_parent">

But, Does not output anything...
Help.


This message contains information which may be confidential and
privileged.
Unless you are the addressee  (or authorized to receive for the
addressee),
you may not use, copy or disclose to anyone the message or any
information
contained in the message.  If you have received the message in error,
please
advise the sender by reply e-mail, and delete or destroy the message. 

Thank you.


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


This message contains information which may be confidential and
privileged.
Unless you are the addressee  (or authorized to receive for the
addressee),
you may not use, copy or disclose to anyone the message or any
information
contained in the message.  If you have received the message in error,
please
advise the sender by reply e-mail, and delete or destroy the message. 

Thank you.


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


This message contains information which may be confidential and privileged.
Unless you are the addressee  (or authorized to receive for the addressee),
you may not use, copy or disclose to anyone the message or any information
contained in the message.  If you have received the message in error, please
advise the sender by reply e-mail, and delete or destroy the message. 

Thank you.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to