Re: Hiding s:select control: SOLVED!

2009-02-18 Thread Rajeshwari Godbole
Mitch, I think the question may have been directed at you as you indicated in your email that if ajax was required, then setting the form theme to simple may not work? Thanks for the form tip, it sure would make the code better :) Thanks, Rajeshwari On Tue, Feb 17, 2009 at 7:19 PM, mitch gorman

Re: Hiding s:select control: SOLVED!

2009-02-17 Thread mitch gorman
Martin Gainty wrote: > glad to hear simple theme worked for you.. > i'm wondering if you can produce inconsistent results wihen theme='ajax' if > so you found a BUG > can you display a small snippet of your jsp? > > >> didn't see the original post, so i'm not sure if ajax was required >> (i

RE: Hiding s:select control: SOLVED!

2009-02-16 Thread Martin Gainty
is transmission. > Date: Mon, 16 Feb 2009 12:35:40 -0500 > From: mgor...@shadowtv.biz > To: user@struts.apache.org > Subject: Re: Hiding s:select control: SOLVED! > > Rajeshwari Godbole wrote: > > So I had to write my > > own and 's and draw the table but I set the

Re: Hiding s:select control: SOLVED!

2009-02-16 Thread mitch gorman
Rajeshwari Godbole wrote: > So I had to write my > own and 's and draw the table but I set the theme for all the tags > in the form to "simple" didn't see the original post, so i'm not sure if ajax was required (in which case what i'm about to say should be disregarded), but just setting the

Re: Hiding s:select control: SOLVED!

2009-02-15 Thread Rajeshwari Godbole
Hi, Thanks for your help, Sonny and Pawel. Specifying an id attribute did not work as that just hid the dropbox itself but still showed the label so that looked weird, but setting the theme to simple worked. So I had to write my own and 's and draw the table but I set the theme for all the tags i