Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 53330 invoked from network); 17 Oct 2006 08:40:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 08:40:44 -0000 Received: (qmail 36259 invoked by uid 500); 17 Oct 2006 08:40:22 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 36188 invoked by uid 500); 17 Oct 2006 08:40:21 -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 36161 invoked by uid 99); 17 Oct 2006 08:40:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 01:40:21 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of angelo.zerr@gmail.com designates 66.249.82.224 as permitted sender) Received: from [66.249.82.224] (HELO wx-out-0506.google.com) (66.249.82.224) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 01:40:18 -0700 Received: by wx-out-0506.google.com with SMTP id i29so1919469wxd for ; Tue, 17 Oct 2006 01:39:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Hkzp2Z5DUkq+V+lTQWVjhGRKsFV9M2CYWnshE9SEeL4DX+U5NAveHdQJaPpNZ40suL1ZrYdADHJYWRyfhVkJquxdFgyKtUbuAEPqCq0ZDQQyPedKFaFaORHBXMqWDlbxj3EFA+h3XUZPiDRbPF5ItzVXaRzT3YrZH2wr9QWoDyg= Received: by 10.70.90.18 with SMTP id n18mr13272034wxb; Tue, 17 Oct 2006 01:39:57 -0700 (PDT) Received: by 10.70.9.19 with HTTP; Tue, 17 Oct 2006 01:39:57 -0700 (PDT) Message-ID: Date: Tue, 17 Oct 2006 10:39:57 +0200 From: "Angelo zerr" To: "Struts Users Mailing List" Subject: Re: Mapping disabled form fields In-Reply-To: <00b301c6f172$ac7592b0$0cb6080a@mordor> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_128686_4827732.1161074397550" References: <00b301c6f172$ac7592b0$0cb6080a@mordor> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_128686_4827732.1161074397550 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Yariel, i's the standard behaviour of HTML input. See HTML sepcification at http://www.w3.org/TR/html4/interact/forms.html#h-17.12 You must not use disabled property but readonly property in your html input= . Regards Angelo 2006/10/17, Yariel Ramos Moreno : > > Hi all: > > I need to put some disabled form fields into my page. When I fill the > components with the server data, not problem, everything goes well. But, > when I submit the form the values of those components are not mapped to t= he > ActionForm (it's value is the default one). > > What can I do to solve this issue??? > > Thanks in advance. > __________________________________________ > > XIII Convenci=F3n Cient=EDfica de Ingenier=EDa y Arquitectura > 28/noviembre al 1/diciembre de 2006 > Cujae, Ciudad de la Habana, Cuba > http://www.cujae.edu.cu/eventos/convencion > > ------=_Part_128686_4827732.1161074397550--