Gee Thanks, Robert. That solved my problem. Now I'll never forget to use
that directive. Thanks once again!

> ----------
> From:         Robert Taylor
> Reply To:     Struts Users Mailing List
> Sent:         Friday, May 03, 2002 2:54 PM
> To:   Struts Users Mailing List
> Subject:      RE: html input elements don't work
> 
> This has happened to me in the past when I forget to include the taglib
> page
> directive.
> <%@ taglib uri="" prefix="" %>
> 
> If the directive is not there, when you view the source, you should see
> your
> Struts tags instead of the HTML tags that are rendered when the Struts tag
> is processed. Since they were not processed, the browser is just ignoring
> them and not displaying them.
> 
> HTH,
> 
> robert
> 
> 
> > -----Original Message-----
> > From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, May 03, 2002 3:28 AM
> > To: Struts Users Mailing List
> > Subject: RE: html input elements don't work
> >
> >
> > My guess was that since these input element are not being
> > displayed then it might be because the tag libraries are not
> > being picked up correctly, in which case you would have got an
> > error on the console.
> > Can you give some more details. Browser, Struts, Servlet engine etc...??
> >
> > V
> >
> > -----Original Message-----
> > From: Shirin Fathima [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, May 03, 2002 12:48 PM
> > To: Struts Users Mailing List
> > Subject: RE: html input elements don't work
> >
> >
> > No, I'm not getting any errors on the console.
> >
> > > ----------
> > > From:     Vikram Goyal01
> > > Reply To:         Struts Users Mailing List
> > > Sent:     Friday, May 03, 2002 12:42 PM
> > > To:       Struts Users Mailing List
> > > Subject:  RE: html input elements don't work
> > >
> > > You are not getting any errors on the console?
> > >
> > > V
> > >
> > > -----Original Message-----
> > > From: Shirin Fathima [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, May 03, 2002 12:42 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: html input elements don't work
> > >
> > >
> > > I'm using the struts framework...and the View is a simple jsp page.
> > > What I found is that the tags aren't being recognised.
> > >
> > > > ----------
> > > > From:   [EMAIL PROTECTED]
> > > > Reply To:       Struts Users Mailing List
> > > > Sent:   Friday, May 03, 2002 1:36 PM
> > > > To:     Struts Users Mailing List
> > > > Subject:        Re:html input elements don't work
> > > >
> > > > Are you just working with struts, or Jsp??
> > > >
> > > > Shirin Fathima  (3/05/2002  8:05):
> > > > >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]>
> > >
> > >
> > > --
> > > 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]>
> 
> 
> --
> 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]>

Reply via email to