Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 75841 invoked from network); 5 Feb 2004 05:43:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Feb 2004 05:43:15 -0000 Received: (qmail 97625 invoked by uid 500); 5 Feb 2004 05:42:05 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 97590 invoked by uid 500); 5 Feb 2004 05:42:05 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 97361 invoked from network); 5 Feb 2004 05:42:03 -0000 Received: from unknown (HELO is3cm?mail.is3c.com) (203.193.153.99) by daedalus.apache.org with SMTP; 5 Feb 2004 05:42:03 -0000 Received: from JP ([10.2.3.236]) by is3cm_mail.is3c.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id 1KKLCQDL; Thu, 5 Feb 2004 10:58:47 +0530 Message-ID: <006801c3eba8$64c8cc20$ec03020a@FIELDGLASS.COM> From: "Sathish Kumar T.K." To: "Struts Users Mailing List" References: Subject: Re: How to disable a Text Box Date: Thu, 5 Feb 2004 10:54:36 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hm, use a hidden field along with the disabled text box. Now u can take the value from the hidden field. Something like... Sathish Kumar T.K. ----- Original Message ----- From: "Ramachandran" To: "Struts Users Mailing List" Sent: Thursday, February 05, 2004 11:00 AM Subject: How to disable a Text Box > Hi All, > > I am having an text box.At the right side of text box there is > link called 'Date Component'.If select the date from that component it will > display in taht text box. What i have to do means, i don't allow the user to > enter any thing inside that text box. > > So i gave disabled property. But i was not able to get the > request from another page. And also value of date is not entering into > database. It is entered as null. > > So what i have to do. Is there any possibilty in javascript. If > any knows, mail me regarding this. > > > onclick="cal1.select(document.forms[0].start_date,'anchor1','dd/MMM/yyyy'); > return false;"href="#"name=anchor1> border="0" width='30' height='20'> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: struts-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org