RE: Trouble with my first DynaActionForm

2004-11-24 Thread john . chesher
rs Mailing List" <[EMAIL PROTECTED]> CSPTS/SCE" cc: <[EMAIL PROTECTED] Subject

RE: Trouble with my first DynaActionForm

2004-11-24 Thread Durham David R Jr Contr 805 CSPTS/SCE
> form-property name="message" type="java.lang.String" Should this be ? Notice that you did not include the enclosing less-than and greater-than signs. - Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Trouble with my first DynaActionForm

2004-11-24 Thread Matt Bathje
[snip] 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="s

RE: Trouble with my first DynaActionForm

2004-11-24 Thread john . chesher
<[EMAIL PROTECTED] Subject: RE: Trouble with my first DynaActionForm

RE: Trouble with my first DynaActionForm

2004-11-24 Thread Durham David R Jr Contr 805 CSPTS/SCE
What does your look like? - Dave > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 24, 2004 1:21 PM > To: Struts Users Mailing List > Subject: Trouble with my first DynaActionForm > > > > > > I am using Struts 1.1. I added my fi