Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 15967 invoked from network); 14 Dec 2007 23:32:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2007 23:32:30 -0000 Received: (qmail 93909 invoked by uid 500); 14 Dec 2007 23:32:11 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 93501 invoked by uid 500); 14 Dec 2007 23:32:10 -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 93490 invoked by uid 99); 14 Dec 2007 23:32:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 15:32:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [220.233.0.31] (HELO panama.exetel.com.au) (220.233.0.31) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 23:31:47 +0000 Received: from ns1.exetel.com.au ([220.233.0.1] helo=ef.exetel.com.au) by panama.exetel.com.au with smtp (Exim 4.63) (envelope-from ) id 1J3K0R-0004hk-2c for user@struts.apache.org; Sat, 15 Dec 2007 10:31:47 +1100 Received: (qmail 10132 invoked by uid 508); 14 Dec 2007 23:31:46 -0000 Received: from blueskyminds.com.au (HELO ?192.168.1.150?) (jeromy.evans@blueskyminds.com.au@220.233.11.162) by ef.exetel.com.au with SMTP; 14 Dec 2007 23:31:46 -0000 Message-ID: <4763125B.6020402@blueskyminds.com.au> Date: Sat, 15 Dec 2007 10:31:39 +1100 From: Jeromy Evans Organization: Blue Sky Minds Pty Ltd User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Struts Users Mailing List Subject: Re: [S2]Checkbox formatting.. References: <14332643.post@talk.nabble.com> In-Reply-To: <14332643.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Setting the checkbox theme to simple will give you a plain HTML checkbox: Otherwise you need to create your own theme for the checkbox: http://struts.apache.org/2.0.11/docs/themes-and-templates.html carmi_cd wrote: > > I have a table with four columns, the other three columns are all filled > with text, while the first column > of each row is a checkbox to select the row. My problem is the checkbox move > the other column to the > next line. It seems that it occupy to much space in the table..how should i > change this? > > here is that part of the code: > > class="listTable" border="0"> > > > > > > > > > > > > > > >
> type="checkbox"/> > FullnameUsernameSystem Modules
> fieldValue="%{getUserId()}"/> > > value="UserMgt_input.action?userId=%{getUserId()}&task=edit"/> > href="%{report}" > targets="module" > errorText="Unable to load Report > Generator." > > > > , > > > > > value="getModules()"> > value="getModuleName()"/> , > >
> > if i tried to use plain html checkbox..the display is ok..how could i do the > same in Struts 2 checkbox? > please help me..thanks in advance.. > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org