What event makes a field non editable? If it's before you've generated the
response then you have no problem. Just don't generate "input"'s.

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of JSP Insider
> Sent: Thursday, August 31, 2000 1:00 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Making a Field non-editable
>
>
> I think you have some confusion.
>
> Jsp is server side script, so you cant directly modify behavior of form
> elements, you need to use html,javascript and dhtml to do that with.
>
> You can choose to ignore the changed value and reset it back from the jsp.
> But that isnt what you want.
>
> But if you want a non editable form field it would be better to build a
> pseudo field based on a table / borders or something similiar. Or use
> javascript to make value unchanging. But JSP cannot change the way HTML
> works while on the client, IT can generate the output, but after
> that , you
> must use the client side tools in your tool kit
>
> Casey Kochmer
> [EMAIL PROTECTED]
> www.jspinsider.com
>
> >From: Anup Vachali <[EMAIL PROTECTED]>
> >Reply-To: A mailing list about Java Server Pages specification and
> >     reference <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Making a Field non-editable
> >Date: Thu, 31 Aug 2000 13:50:58 -0500
> >
> >Hi!
> >Could someone tell me what the best way is to make a field non-editable
> >using JSP... without using JavaScript.
> >Thanks,
> >Anup
> >
> >=================================================================
> ==========
> >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >JSP-INTEREST".
> >Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to