Re: (Rename) How Do I Forward Request Parameters in Struts?

2006-09-09 Thread Help My PC!
Thanks for the help. You've solved my problem. Michael Jouravlev <[EMAIL PROTECTED]> wrote: On 9/5/06, Help My PC! wrote: > > Hi, > > In struts, I have an action Act1 that forwards to a display page Page1. > On that page there is a submit button whose action act2 forwar

(Rename) How Do I Forward Request Parameters in Struts?

2006-09-05 Thread Help My PC!
Hi, In struts, I have an action Act1 that forwards to a display page Page1. On that page there is a submit button whose action act2 forwards to display page Page2. I need to modify Page1 in such a way that I add an additional submit button whose action Act1A forwards to display page Page1A. O

How to Forward Request Parmeters in Struts

2006-09-05 Thread Help My PC!
Hi, In struts, I have an action Act1 that forwards to a display page Page1. On that page there is a submit button whose action act2 forwards to display page Page2. I need to modify Page1 in such a way that I add an additional submit button whose action Act1A forwards to display page Page1A. On

Where Are Files Uploaded When Using Form File?

2006-05-02 Thread Help My PC!
Hi, Simple question, when using the UploadFormBean and FormFile to upload files in struts, where are the files stored when uploaded? Is there an upload dir that accumulates? If I store files in a DB, will I have to manually clean the upload directory? Thanks.