RE: HTML label and Struts text (I know this has been said before)

2005-11-04 Thread Mark Benussi
Perfetemondo! -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: 04 November 2005 17:18 To: Struts Users Mailing List Subject: Re: HTML label and Struts text (I know this has been said before) Actually they do the "styleId" arttribute gets rendered as &

Re: HTML label and Struts text (I know this has been said before)

2005-11-04 Thread Dave Newton
Niall Pemberton wrote: Actually they do the "styleId" arttribute gets rendered as "id" Oops, that's right. (And I've even used it. Duh.) Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: HTML label and Struts text (I know this has been said before)

2005-11-04 Thread Niall Pemberton
Actually they do the "styleId" arttribute gets rendered as "id" Niall - Original Message - From: "Dave Newton" <[EMAIL PROTECTED]> Sent: Friday, November 04, 2005 5:05 PM > Mark Benussi wrote: > > >Is there a way of associating the html label tag with an input. The > >requirements is

Re: HTML label and Struts text (I know this has been said before)

2005-11-04 Thread Dave Newton
Mark Benussi wrote: Is there a way of associating the html label tag with an input. The requirements is to assign an id attribute to the html:text tag but I cant see a way of doing this. IIRC the stock HTML tags don't produce "id" attributes, which is probably one reason why there are some s