[Indexed Property][DynaActionForm] Why am I Receiving "No indexed value for 'progress[0]'" Error?

2002-09-20 Thread Corey Klaasmeyer
Version: Nightly Build 20020729 Config, JSP, and code which throws the exception are included below. I am attempting to use indexed properties with DynaActionForm, and receiving an error along the way: "No indexed value for 'progress[0]'". The property "progress" is defined in the config file as

Using org.apache.struts.action.ActionServlet but Still Receive 'Warning - ActionComponentServlet class: ...'

2002-07-30 Thread Corey Klaasmeyer
I configured the action servlet 20020729 nightly build of 1.1b1 to use the org.apache.struts.action.ActionServlet, but I still receive this warning: 2002-07-30 09:21:32 action: Warning - ActionComponentServlet class: This class i s to be used with Struts1.0.x only. Please modify web.xml to use re

RE: ActionForm and default values

2002-02-20 Thread Corey Klaasmeyer
This is probably a common question, which should have a corresponding FAQ 'How do I pre-populate an HTML form using ActionForm?' I think the answer is you either set the values in the constructor of your ActionForm subclass implementation, but this wasn't immediately obvious to me either. You can