DynaActionForm question

2003-01-19 Thread Mark Minnie
"Struts in Action" on page 162 reads: "You can use a DynaActionForm anywhere an ActionForm can be used. You can also substitute a DynaActionForm for a conventional ActionForm without changing any of the existing Java or JSP code." I changed a ActionForm to a DynaActionForm by using the struts-

Multiple parameters

2003-01-07 Thread Mark Minnie
How do you create a link such as Edit Bob I am talking about having multiple HTTP get parameters user=BOB AND account=ABC123 TIA Mark

Help

2003-01-06 Thread Mark Minnie
How do you create a link such as Edit Bob I am talking about having multiple HTTP get parameters user=BOB AND account=ABC123 TIA Mark

Iterate help

2003-01-02 Thread Mark Minnie
Let me try to explain this a quickly and clearly as possible. I want to make my struts application have a calendar. The user can add notes to each day on the calendar. I made a class that will contain all the information for the note (see the ANote class below). The note class contains a string

Action mappings

2002-11-26 Thread Mark Minnie
Maybe I am missing something, but. I have a customer form (CustomerView.do) that takes a HTTP GET parameter to show a customer. (ie. CustomerView.do?customerid=4). On this customer form, there are links to JSP pages to modify the data of the customer. If I wanted to add a phone number, then