How to set label position with a select tag

2007-06-29 Thread TonyD
Hi, Someone knows how to set a blank before a label of a select tag? State: and not State: the label value is read from a configuration file And more, how to have the label without the : character? State Thanks for a kindly reply! -- View this message in context:

Re: javacript and logic:forward

2007-06-29 Thread Laurie Harper
Please post questions about using Struts to the Struts Users list only. The Struts Dev list is for discussing the development and enhancement of Struts itself. http://struts.apache.org/mail.html thenameless20 wrote: What comes firsta documents body onload=function(...) or

Re: How to set label position with a select tag

2007-06-29 Thread Laurie Harper
Please post questions about using Struts to the Struts Users list only. The Struts Dev list is for discussing the development and enhancement of Struts itself. http://struts.apache.org/mail.html TonyD wrote: Hi, Someone knows how to set a blank before a label of a select tag? State: and

s1: FormTag/OptionTag

2007-06-29 Thread Paul Benedict
Does anyone know why FormTag and OptionTag do not inherit from BaseHandlerTag? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: s1: FormTag/OptionTag

2007-06-29 Thread Niall Pemberton
On 6/29/07, Paul Benedict [EMAIL PROTECTED] wrote: Does anyone know why FormTag and OptionTag do not inherit from BaseHandlerTag? I don't know because I wasn't around at the start when these classes were being developed. I'd hazard a guess though - most of the html tags are geared around form

Re: name inconsistency

2007-06-29 Thread James Mitchell
I'd like to add to the non-voting consensus with my approval of going with var ;) -- James Mitchell On Jun 28, 2007, at 11:58 PM, Martin Cooper wrote: On 6/28/07, Musachy Barroso [EMAIL PROTECTED] wrote: What would be the best way to get to an agreement on this? cast a vote? I

Re: s1: FormTag/OptionTag

2007-06-29 Thread Paul Benedict
I propose adding a superclass to BaseHandlerTag because all W3C form-related elements (that's more than input fields) share a common attributes ... so I want the new superclass to be the basis for the FormTag and OptionTag too, so that I don't have to hardcode the same properties. I would then