So what would the value of your 'property' attribute be???
<html:form action="lot.do" name="id" type="java.lang.String">
<html:text property="??????"/>
</html:form>
Ted Husted wrote:
>
> > I'm curious...
> > For that to work, what property of java.lang.String should the
> > <html:text> tag reference? I'm assuming the single field would use an
> > <html:text> tag, right?
>
> Mine do, but I don't think it would matter, since all the HTML form
> fields resolve to strings so they can be transmitted by HTTP.
>
> > Ted Husted wrote:
> > >
> > > For a simple form with a single field that doesn't need validation you
> > > can specify a name and type, e.g.
> > >
> > > <html:form action="lot.do" name="id" type="java.lang.String">
> >