Hi, On Wed, Mar 26, 2008 at 1:59 PM, <[EMAIL PROTECTED]> wrote: > When I use the inputText with the simple attribute set to true and I also > define a Label attribute to be shown for my error message, it renders the > label next to the input text field on the rendered html page? I was under > the impression is simple is set to true it doesn't render any labels and I > can render my own label, is this not the case?
this tag <tr:inputText label="Label" simple="true" ...> renders: <span ...> <input type="text" value="Some text" size="30" class="x25" name="_idJsp6" id="_idJsp6"/> <label for="_idJsp6" class="x9g">Label</label> </span> But... the label is not visible (due to a special css class) -M > > > > Rgds > > > > Vinh > > Thomson Scientific Limited is a company incorporated under the laws of > England and Wales (registered number 756619) having its registered office > and address for service at Aldgate House, 33 Aldgate High Street, London, > EC3N 1DL > > This email is for the sole use of the intended recipient and contains > information that may be privileged and/or confidential. If you are not an > intended recipient, please notify the sender by return email and delete this > email and any attachments. -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org
