start reading the user guide 

> ----------
> Da:   Sudhir M[SMTP:[EMAIL PROTECTED]]
> Risposta a:   [EMAIL PROTECTED]
> Inviato:      mercoledì 9 maggio 2001 8:29
> A:    [EMAIL PROTECTED]
> Oggetto:      Basics of STRUTS
> 
> Hi there,
>    This is sudhir from India, and have just joined the mailing forum. Can
> anybody help me in knowing all the Basics about "STRUTS", and how can i
> use
> it. 
> 
> 
> Thanks and Regards
> Sudhir M.
> 
> -----Original Message-----
> From: Martin Cooper [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 09, 2001 10:54 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Body is supposed to be empty for html:options
> 
> 
> The error message you are seeing is not strictly accurate (which is a
> problem with your JSP container). The real problem is that the
> <html:options> tag should not have a body at all, not that the body is
> empty. In other words, what you should have in your JSP is this:
> 
>     <html:select property="combobox2" size="1" >
>         <html:options ... />
>     </html:select>
> 
> Hope this helps.
> 
> Martin.
> 
> 
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, May 08, 2001 6:58 PM
> Subject: Body is supposed to be empty for html:options
> 
> 
> >
> > The following code:
> >
> >       <html:select property="combobox2" size="1" >
> >         <html:options></html:options>
> >       </html:select>
> >
> > appears to be generating the following compile error:
> >
> > Body is supposed to be empty for html:options
> >
> > Anyone have any clues as to why this compile error occurs?
> >
> > There is another select element defined on the page without an
> > html:options element.
> >
> > Joihn Miaso
> >
> 
> *******************Confidential Notice********************
> 
> This e-mail communication may contain information that is
> confidential and privileged. The information is intended
> to be for the use of the addressee only. If you are not the
> named addressee you should not disseminate, distribute or
> copy this e-mail: to do so could be a breach of confidence.
> 
> Kshema Technologies Ltd.,
> # 33/1, Lalbagh Road, Bangalore 560027, INDIA. 
> Tel: (91) 80- 2995114/5/6
> Fax: (91) 80 2272933 
> 
> **********************************************************
> 

Reply via email to