FW: Multiple formfile uploads - howto?

2004-01-14 Thread Darren Hartford
Hey all, With a simple JSP page with just one strutshtml:file tag I can easily load a file into a FormFile object into my Form (with normal getter and setter), and then use an Action to work with the Form. But, when trying to make this simple JSP page display 1-N strutshtml:file... tags to

RE: JBoss

2003-10-09 Thread Darren Hartford
With Tomcat you have your container that you can run your java servlets and JSP's. With Jboss, you have tomcat (or Jetty) as your container to run your java servlets and JSP's. In addition, you have an EJB container to run EJB applications (i.e. entity bean and session beans), and have access

RE: newbie: Best Practice Struts/Value-Objects?

2003-10-03 Thread Darren Hartford
values from displayBean and set them in the VO. We don't want our API to get crowded with view oriented objects so the displayBean is kept in the same package as the actions. VO's are more domain oriented and can go into API package. -jm -Original Message- From: Darren Hartford [mailto

newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Darren Hartford
Hi all! Been working with struts and value-objects, and I am beginning to understand the power of these two in combination. I did however run into a snag that may be either on purpose or just ignorance on my part. If I pass a 20-field value-object to an ActionForm (let's say an EmployeeVO), and

RE: newbie: Best Practice Struts/Value-Objects?

2003-10-02 Thread Darren Hartford
. This is all pre-supposing you are using xdoclet and EJBs and xdoclet, which perhaps you are not. HTH, Brian -Original Message- From: Darren Hartford [mailto:[EMAIL PROTECTED] Sent: 02 October 2003 13:41 To: [EMAIL PROTECTED] Subject: newbie: Best Practice Struts/Value-Objects? Hi all! Been