Iterate/Select Tags

2001-10-05 Thread Shawn Sohl
I have searched for example on how to use these tags and I have come up empty. Can some one point to some great documentation with real world examples on how to use these tags. If not here is my scenario. I am passing a Vector to a JSP page and inside that vector is a number of beans. So this

RE: findForward and Errors

2001-08-14 Thread Shawn Sohl
class? Any ideas on how to get around this? Thanks -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 1:20 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: Re: findForward and Errors On Tue, 14 Aug 2001, Shawn Sohl wrote

Retrieving property fields in Action Class

2001-08-09 Thread Shawn Sohl
I was wondering if there is a way to retrieve property field values in Action classes. Are .jsp pages the only place you can retrieve these values.I looked in the ActionErrors class to see how it retrieved the values but couldn't find anything. Thanks for any input.

Validating errors

2001-08-08 Thread Shawn Sohl
I'm having a small problem with displaying my error messages in my .jsp page. I'm probably missing something simple, so I'll just post my code and hopefully someone can help. public ActionErrors validate(ActionMapping mapping,HttpServletRequest req) { ActionErrors errors

Uploading Files

2001-08-07 Thread Shawn Sohl
I have looked at multiple sites and through countless articles about how to upload a file using struts. I have gotten to the point where I can upload a file and use the FormFile to see things about the file like name and size. My problem is that I want to store the file on the server in a