RE: Enhancement Request - add label and labelKey to form elements

2002-11-26 Thread David Graham
List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Enhancement Request - add label and labelKey to form elements Date: Tue, 26 Nov 2002 08:59:52 -0800 (PST) On Mon, 25 Nov 2002, David Graham wrote: Date: Mon, 25 Nov 2002 23:14:33 -0700 From: David Graham [EMAIL

RE: Enhancement Request - add label and labelKey to form elements

2002-11-26 Thread Craig R. McClanahan
On Tue, 26 Nov 2002, David Graham wrote: Date: Tue, 26 Nov 2002 10:17:13 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Enhancement Request - add label and labelKey to form elements Oops, I forgot

Re: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread David Graham
I think it's great to use label elements but I wouldn't use what you proposed. My labels are typically in a separate table cell than the input field and the tag wouldn't handle that. If we did add this support I would be in favor of the labelKey attribute but not the label attribute. We

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Karr, David
It would be good to provide some sort of automated support for this component, but I don't see how we can possibly assume where the label component will be placed. Yes, it could be used for prototypes, but I'd rather not build a framework that people use to build throwaway code. The annoying

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] I think a way to create label elements would be very useful. I just don't think we should embed it in the existing UI element tags (for the reasons that others have articulated. (I thought you tied labels

Re: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread David Graham
Request - add label and labelKey to form elements Date: Mon, 25 Nov 2002 11:14:10 -0800 (PST) On Mon, 25 Nov 2002, Matt Raible wrote: Date: Mon, 25 Nov 2002 11:10:33 -0700 From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Matt Raible
PROTECTED]] Sent: Monday, November 25, 2002 12:25 PM To: [EMAIL PROTECTED] Subject: Re: Enhancement Request - add label and labelKey to form elements I don't see what advantage the html:label tag has over hand coding the html. Looks like the same amount of work to me. David

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread David Graham
] Subject: RE: Enhancement Request - add label and labelKey to form elements Date: Mon, 25 Nov 2002 12:40:27 -0700 I agree, and does require more work, considering: html:label for=name bean:message key=prompt.username/ /html:label Is more typing than: label for=name ... /label Maybe something like

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Karr, David
rather type h:label key=prompt.username / Matt -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 12:25 PM To: [EMAIL PROTECTED] Subject: Re: Enhancement Request - add label and labelKey to form elements I don't see

Re: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Erik Hatcher
, November 25, 2002 12:25 PM To: [EMAIL PROTECTED] Subject: Re: Enhancement Request - add label and labelKey to form elements I don't see what advantage the html:label tag has over hand coding the html. Looks like the same amount of work to me. David From: Craig R. McClanahan [EMAIL

Re: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Craig R. McClanahan
On Mon, 25 Nov 2002, David Graham wrote: Date: Mon, 25 Nov 2002 12:25:29 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Enhancement Request - add label and labelKey to form elements I don't see what

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Craig R. McClanahan
On Mon, 25 Nov 2002, Matt Raible wrote: Date: Mon, 25 Nov 2002 12:40:27 -0700 From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: Enhancement Request - add label and labelKey to form elements I

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Matt Raible
That being said, the JSTL libraries went pretty much towards this approach (single-character prefixes where feasible), and I'm currently leaning that way on JavaServer Faces as well. IT makes sense to consider this. So are you saying that I should go ahead and use this single-digit

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread David Graham
] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: Enhancement Request - add label and labelKey to form elements Date: Mon, 25 Nov 2002 22:13:20 -0700 That being said, the JSTL libraries went pretty much towards this approach (single