I've defined a textarea within my jsp as

<div>
<s:textarea label="Customer Comment" labelposition="top"
name="customerComment" cols="80" rows="2"
                                 value="%{customerComment}"/>
</div>

and the generated html is;

<div>
<textarea name="customerComment" cols="80" rows="2"
id="customer_comments_customerComment"></textarea>
</div>
                                
The label and labelposition attributes appear to be ignored. Is this a known
problem or am I doing
something stupid?

Regards

-- 
View this message in context: 
http://www.nabble.com/s%3Atextarea---no-labels--tp25473757p25473757.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to