RE: html input elements don't work

2002-05-03 Thread Shirin Fathima
> > 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 > > d

RE: html input elements don't work

2002-05-03 Thread Robert Taylor
g 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

RE: html input elements don't work

2002-05-03 Thread Vikram Goyal01
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 T

Re(2): html input elements don't work

2002-05-03 Thread waldemar . cleenewerck
Here is a example of a page i am making, where de strutshtml defines de int the web.xml struts-html.tld /WEB-INF/struts-html.tld struts-logic.tld /WEB-INF/struts-logic.tld struts-bean.tld /WEB-INF/struts-bean.tld <%@ taglib uri="struts-bean.tld"

RE: html input elements don't work

2002-05-03 Thread Shirin Fathima
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 > &g

RE: html input elements don't work

2002-05-02 Thread Shirin Fathima
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

RE: html input elements don't work

2002-05-02 Thread Vikram Goyal01
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 i

RE: html input elements don't work

2002-05-02 Thread Shirin Fathima
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 > Sub

Re: html input elements don't work

2002-05-02 Thread Arron Bates
You'll need to specify the bean name which is defined in the struts-config.xml file for your "createText" action. Example... You may also want to put in the ".do" on the end of your action name. Example... ...just a little thing. Arron. Shirin Fathima wrote: >Hi, > >The

html input elements don't work

2002-05-02 Thread Shirin Fathima
Hi, The following simple code isn't working, Input: 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 unsubs