RE: Handle dynamic form (form/iterate)

2004-05-06 Thread Frank L. Bowar
Here is how I've successfully handled input arrays. My HTML form input accepts up to 12 monthly date/value pairs: Date Rated Unit Capacity   Then in the form bean associated with the action, you need indexed getters/setters l

RE: How to forward to an Action in one web app, from the Action ofa different web app

2004-05-06 Thread Frank L. Bowar
t: Re: How to forward to an Action in one web app, from the Action ofa different web app Frank L. Bowar wrote: >I have 3 different Struts (1.1) web applications all running in the >same Tomcat (4.1) server. When the user presses a button on a form of >one of the applications, tied to a St

How to forward to an Action in one web app, from the Action of a different web app

2004-05-05 Thread Frank L. Bowar
I have 3 different Struts (1.1) web applications all running in the same Tomcat (4.1) server. When the user presses a button on a form of one of the applications, tied to a Struts Action, I would like that Action to be able to forward control to an Action within a different web application, which w