| Author |
File Uploading With DynaValidatorForms
|
Zak Nixon
Ranch Hand
Joined: Sep 27, 2003
Posts: 126
|
|
Hi. My problem is the following. I am trying to do a file upload to the server. I have successfully made my forms upload the file to the appropriate form bean and it is performing the execute() method. Now, the problem: I have seen that many people do the following code: Reference: Struts Example But if you have defined no class, but let the DynaValidatorForm do it for you, how can you ever cast the class to retrieve your FormFile object? Any suggestions would be helpful. Zak
|
 |
Zak Nixon
Ranch Hand
Joined: Sep 27, 2003
Posts: 126
|
|
I just used (String)((DynaValidatorForm)form).get("valueIneed"); Zak
|
 |
 |
|
|
subject: File Uploading With DynaValidatorForms
|
|
|