Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 36052 invoked from network); 11 Feb 2008 09:29:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 09:29:48 -0000 Received: (qmail 93150 invoked by uid 500); 11 Feb 2008 09:29:32 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 93123 invoked by uid 500); 11 Feb 2008 09:29:32 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 93112 invoked by uid 99); 11 Feb 2008 09:29:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 01:29:32 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of arpan.debroy@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 09:28:47 +0000 Received: by wa-out-1112.google.com with SMTP id m38so2305838waf.5 for ; Mon, 11 Feb 2008 01:29:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=Z8IVhqHaxTF0OLjB06LyVPc7HYmz2Oz86JXaPPCuc3c=; b=g4dsgl3SaNrEVLvnEm+oWmNQHNmQZz1PUK+hQeeAT8ltSGh8Q7c+oEDyKjhxygus9tzARjmEL9w9D5KsnqNrdOjE0nfkyZES//uc3a7igJ/mmZoWylyuheRR+L0i7yKzx1zcRxmVk7cYSMEfgW8fM0SLXnJXvl6JXxX4XPlmS4Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sDeTiHHHJefx3dHwO+770c/MTzvVlyuCQo0cA83G8oyrk1htC+8mga88Eu42vbuY+s+tiH/sCcYlGimcakpXTnYX6Ur8RljNdXDcwPVOK3FJg/Q6dXHF/aRpH4g0ww9NL3yCmjXBUhaG6EHwfYQmNfUSpPZsSV9+V2JhDNgYFnc= Received: by 10.114.152.17 with SMTP id z17mr10022901wad.128.1202722147468; Mon, 11 Feb 2008 01:29:07 -0800 (PST) Received: by 10.115.18.4 with HTTP; Mon, 11 Feb 2008 01:29:07 -0800 (PST) Message-ID: <7b7c754e0802110129m7450cb8x778e8ffcecbfa7d1@mail.gmail.com> Date: Mon, 11 Feb 2008 14:59:07 +0530 From: "Arpan Debroy" To: "Struts Users Mailing List" Subject: Re: using disabled attributes in tag In-Reply-To: <7b7c754e0802082333x5c1a7d77ifd2030d5e780f4a6@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42896_29313783.1202722147464" References: <15355261.post@talk.nabble.com> <39e1e43b0802080616w765e6c78y4bbfbf6139f9755@mail.gmail.com> <7b7c754e0802082333x5c1a7d77ifd2030d5e780f4a6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_42896_29313783.1202722147464 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline In IE browser read only buttons are not grayed up. Have anybody faced this? On Feb 9, 2008 1:03 PM, Arpan Debroy wrote: > I have a problem in Internet Explorer. The disabled elements are not > grayed up. > Have anybody faced the similar situation. > > > On Feb 8, 2008 7:46 PM, Okan =D6zeren wrote: > > > Hi, > > > > This is a bug for old version of strust 2, but fixed on 2.0.8 version. > > > > You should create a solution with javascript. Presumably your js > > function is > > wrong. > > Probably your tag name is wrong. You should look its source code on > > browser > > for tags real name. > > > > Okan. > > > > On Feb 8, 2008 3:32 PM, Johnson nickel wrote: > > > > > > > > Hi all, > > > > > > How to use enable and disable attributes in > > value=3D"save" method=3D"save" name=3D"savebutton" disabled=3D"true">= but it's > > not > > > working. > > > > > > what wrong with this, i tried onclick event using html drop down > > >