Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 87074 invoked from network); 24 Feb 2005 17:30:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Feb 2005 17:30:01 -0000 Received: (qmail 71751 invoked by uid 500); 24 Feb 2005 17:29:50 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 71730 invoked by uid 500); 24 Feb 2005 17:29:50 -0000 Mailing-List: contact user-help@struts.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 user@struts.apache.org Received: (qmail 71715 invoked by uid 99); 24 Feb 2005 17:29:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from webserver.squadra.com.br (HELO webserver.squadra.com.br) (200.162.92.46) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 24 Feb 2005 09:29:48 -0800 Received: from localhost (localhost [127.0.0.1]) by webserver.squadra.com.br (Postfix) with ESMTP id 9EF2724A26 for ; Thu, 24 Feb 2005 14:29:36 -0300 (BRT) Received: from proxy.squadra.com.br (proxy.squadra.com.br [192.168.0.1]) by webserver.squadra.com.br (Postfix) with ESMTP id C52C4249BA for ; Thu, 24 Feb 2005 14:29:32 -0300 (BRT) Received: from [192.168.2.21] (proj11.squadra.com.br [192.168.2.21]) by proxy.squadra.com.br (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id j1OHTWL29333 for ; Thu, 24 Feb 2005 14:29:32 -0300 Message-ID: <421E0EFE.4050206@squadra.com.br> Date: Thu, 24 Feb 2005 14:29:34 -0300 From: Vinicius Caldeira Carvalho User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Struts Users Mailing List Subject: Checkbox problem again Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by SQUADRA Anti-virus X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm trying to set an checkbox to be disabled. But it's not working anyway <%String enable = String.valueOf(myBean.isEnable)%> Well, that throws an Exception setDisable(boolean). Ok so I tried no errors thrown but It does nothing, it doesn't even outputs the disabled on html tag. Another desperate try: Same thing as above. Can't struts handle checkbox propertly??? Vinicius Carvalho Squadra Tecnologia View framework? Thy name is Tapestry --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org