Thanks, Arron. But even this doesn't help. > ---------- > From: Arron Bates > Reply To: Struts Users Mailing List > Sent: Friday, May 03, 2002 12:39 PM > To: Struts Users Mailing List > Subject: Re: html input elements don't work > > You'll need to specify the bean name which is defined in the > struts-config.xml file for your "createText" action. > > Example... > <html:text name="myBean" property="test" /> > > You may also want to put in the ".do" on the end of your action name. > > Example... > <html:form action="createText.do" method="GET"> > > ...just a little thing. > > > Arron. > > > Shirin Fathima wrote: > > >Hi, > > > > The following simple code isn't working, > > > > <html:form action="createText" method="GET"> > > Input:<html:text property="test" /> <br/> > > <html:submit property="submit"/> > > </html:form> > > > > In the sense that, the text box and the button don't appear when I > call > >the Jsp page. Can somebody tell me what may be the problem? Guys, I'm a > >novice with struts. > > > >Thanks, > > Shirin > > > > > >-- > >To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

