<form-bean name="ClassmateInfoForm" type="org.apache.struts.action.DynaActionForm" dynamic="true"> form-property name="message" type="java.lang.String" form-property name="street1" type="java.lang.String" form-property name="street2" type="java.lang.String" form-property name="city" type="java.lang.String" form-property name="state" type="java.lang.String"
[snip]
Are all of your form-properties missing brackets due to emailers stripping them out, or is that how they are in your xml file?
If that is how they are in the xml file, fix that problem and I bet you will be good.
Fix is: <form-property name="message" type="java.lang.String" />
and so forth...
If this does turn out to be the problem (and even if not) I would recommend you look into getting an XML validator that you run on the file before trying to use it.
Matt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]