RE: Nice labels for inputs.

2002-10-29 Thread Craig R. McClanahan
On Tue, 29 Oct 2002, Josh Berry wrote: > Date: Tue, 29 Oct 2002 22:13:19 -0500 > From: Josh Berry <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: Nice

RE: Nice labels for inputs.

2002-10-29 Thread Craig R. McClanahan
On Tue, 29 Oct 2002, Josh Berry wrote: > Date: Tue, 29 Oct 2002 17:49:11 -0500 > From: Josh Berry <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: Nice

RE: Nice labels for inputs.

2002-10-29 Thread David Graham
still have some issues. I don't use modules and only use the validator for required fields so it's no big deal. David From: "Josh Berry" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing

Beta vs Release [WAS:RE: Nice labels for inputs.]

2002-10-29 Thread Andrew Hill
[mailto:josh.berry@;usa.net] Sent: Wednesday, October 30, 2002 11:13 To: 'Struts Users Mailing List' Subject: RE: Nice labels for inputs. How many caveats are there if I am going to be using 1.0ish to develop with? I am not sure what the official stance on struts versioning is at work. Fo

RE: Nice labels for inputs.

2002-10-29 Thread Josh Berry
using a beta product. -josh -Original Message- From: Eddie Bush [mailto:ekbush@;swbell.net] Sent: Tuesday, October 29, 2002 7:26 PM To: Struts Users Mailing List Subject: Re: Nice labels for inputs. For the most updated information - and in a format which easily viewed by (most) everyone

Re: Nice labels for inputs.

2002-10-29 Thread Eddie Bush
For the most updated information - and in a format which easily viewed by (most) everyone - try grabbing a nightly. Just slap that struts-documentation.war into your development container, and you won't have to worry about the jakarta site being slow for you. Plus, you'll have more up-to-date

RE: Nice labels for inputs.

2002-10-29 Thread Josh Berry
, October 29, 2002 5:20 PM To: Struts Users Mailing List Subject: Re: Nice labels for inputs. On Tue, 29 Oct 2002, Josh Berry wrote: > > Is there any reason that "id" is not allowed on the struts input tags? Does > anyone else see the benefit? I know it sounds asinine, but that

Re: Nice labels for inputs.

2002-10-29 Thread Craig R. McClanahan
On Tue, 29 Oct 2002, Josh Berry wrote: > > Is there any reason that "id" is not allowed on the struts input tags? Does > anyone else see the benefit? I know it sounds asinine, but that is one the > often unused standard tags that I wish received more use. > Yes, there is a reason. In JSP 1.1

Re: [RE: Nice labels for inputs.]

2002-10-29 Thread Josh Berry
D'oh!! I hate it when I get so caught up looking for something in an exact way, that I miss the fact that it really is there. Well, now I know. :) Thanks everyone for pointing out "styleId". -josh "Karr, David" <[EMAIL PROTECTED]> wrote: Use the "styleId" attribute. That's exactly what it do

Re: Nice labels for inputs.

2002-10-29 Thread Antoni Reus
Hi, The struts-html tags have the styleId attribute, that will output and "id" Salut! -- Antoni Reus A Dimarts 29 Octubre 2002 22:31, Josh Berry va escriure: > I am not real sure of what to call what I am trying to do, so nice labels > will have to work. > > Due to my amazing irritation with

RE: Nice labels for inputs.

2002-10-29 Thread Karr, David
Use the "styleId" attribute. That's exactly what it does. > -Original Message- > From: Josh Berry [mailto:josh.berry@;usa.net] > Sent: Tuesday, October 29, 2002 1:32 PM > To: 'Struts Users Mailing List' > Subject: Nice labels for inputs. > >

Nice labels for inputs.

2002-10-29 Thread Josh Berry
I am not real sure of what to call what I am trying to do, so nice labels will have to work. Due to my amazing irritation with having to check a tiny little box for a radio/checkbox select when there is a large label I could be checking, I used to use the tag quite extensively. I am not sure tha