RE: Struts Error Handling Problem

2003-07-30 Thread Yansheng Lin
I didn't finish the first paragraph!!  Sorry.  See [[append]]

---
What do you mean if there is a reason for this?  In the case of an error, you
can output error msg through  [[append]] and all the data entered
will be retained if you return to the original jsp page.
---

Outlook is horrible for editing! But anyways, I guess what I wanted to emphasis
was that you can display errors along with all the form data retained.


-Original Message-
From: Yansheng Lin [mailto:[EMAIL PROTECTED] 
Sent: July 30, 2003 3:10 PM
To: 'Struts Users Mailing List'
Subject: RE: Struts Error Handling Problem

What do you mean if there is a reason for this?  In the case of an error, you
can output error msg through 

In your case, you might want to try return back to your input instead of
forwarding it to the .jsp page.  I know they are almost the same, but they is a
mirror difference.  So here comes the harder part.  If you believe that this is
what's supposed to happen, then you found a bug.  You can submit your bug
through bugzilla.apache.org.

Hope this helps!


-Original Message-
From: Rodney Paul [mailto:[EMAIL PROTECTED] 
Sent: July 29, 2003 11:28 PM
To: Struts Users Mailing List (E-mail)
Subject: Struts Error Handling Problem


Hi All,

I am currently using the Struts framework to develop a wizard application.
When using the Struts framework I notice that form data does not get
re-displayed after
issuing ActionErrors. Is there any reason for this?

I use the following code structure for developing the wizard:

OrganisationNameSearch.jsp
OrganisationNameSearchActionForm.java
OrganistaionNameSearchAction.java

and here are the important configuration settings I use to execute code:

---OrganisationNameSearch.jsp---



---Struts Configuration---













Can someone please give me an indication as to why this is happening?

Cheers
Rodney

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


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


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



RE: Struts Error Handling Problem

2003-07-30 Thread Yansheng Lin

What do you mean if there is a reason for this?  In the case of an error, you
can output error msg through 

In your case, you might want to try return back to your input instead of
forwarding it to the .jsp page.  I know they are almost the same, but they is a
mirror difference.  So here comes the harder part.  If you believe that this is
what's supposed to happen, then you found a bug.  You can submit your bug
through bugzilla.apache.org.

Hope this helps!


-Original Message-
From: Rodney Paul [mailto:[EMAIL PROTECTED] 
Sent: July 29, 2003 11:28 PM
To: Struts Users Mailing List (E-mail)
Subject: Struts Error Handling Problem


Hi All,

I am currently using the Struts framework to develop a wizard application.
When using the Struts framework I notice that form data does not get
re-displayed after
issuing ActionErrors. Is there any reason for this?

I use the following code structure for developing the wizard:

OrganisationNameSearch.jsp
OrganisationNameSearchActionForm.java
OrganistaionNameSearchAction.java

and here are the important configuration settings I use to execute code:

---OrganisationNameSearch.jsp---



---Struts Configuration---













Can someone please give me an indication as to why this is happening?

Cheers
Rodney

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


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