RE: missing application web.xml

2005-10-31 Thread Mark Rehbein
The same problem occurs when I deploy the struts-examples.war, make a change to a JSP page, repack the war and redeploy. -Original Message- From: Mark Rehbein [mailto:[EMAIL PROTECTED] Sent: Tuesday, 1 November 2005 10:56 AM To: user@struts.apache.org Subject: missing application

missing application web.xml

2005-10-31 Thread Mark Rehbein
Hi, I'm sure I've done something silly I have a very simple war file that includes struts and I can deploy it only once. If I make a change to a JSP and repack the war and copy it to the webapps directory I get a "missing application web.xml" error as below: 1/11/2005 10:26:50 org.apache.

RE: DynaActionForm with indexed property - not updating

2005-07-04 Thread Mark Rehbein
: Pick from known affiliations Niall - Original Message - From: "Mark Rehbein" <[EMAIL PROTECTED]> Sent: Tuesday, July 05, 2005 4:18 AM Hi, I've been trying to get the values in my dynaa

Help: DynaActionForm with indexed property - not updating

2005-07-04 Thread Mark Rehbein
Hi, I've been trying to get the values in my dynaaction form to update. I have a "populator" Action that creates my TestRow[] object and adds it to the form. The dynaaction also has a simple String property which I also populate. I then forward to my HTML form that has the row fields indexed.