RE: Text Area

2004-03-16 Thread Slattery, Tim - BLS
How to make the below a text area? html:text property=info/ html:textarea property=info/ -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Text Area

2004-03-16 Thread Berti Jiménez Tenorio
html:textarea property=info/ -Mensaje original- De: as as [mailto:[EMAIL PROTECTED] Enviado el: Martes, 16 de Marzo de 2004 03:42 p.m. Para: [EMAIL PROTECTED] Asunto: Text Area Hi, How to make the below a text area? html:text property=info/ Thanks, Samy. Do you Yahoo!? Yahoo!

Re: Text Area

2004-03-16 Thread Jason Lea
as as wrote: Hi, How to make the below a text area? html:text property=info/ Thanks, Samy. Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://jakarta.apache.org/struts/userGuide/struts-html.html#textarea html:textarea property=info/ -- Jason Lea

Re: Text area in struts

2004-03-03 Thread Paul-J Woodward
If I understand you correctly, taking out the spaces should do it - everything inside the text area tag is included in the text area element. Paul Global Equity Derivatives Technology Deutsche Bank [/]

Re: Text area in struts

2004-03-03 Thread Geeta Ramani
Hi there: I think if you simply wrote everything in a single line like so: textarea name=info rows=12 cols=50 tabindex=0bean:write name=book property=ISBN //textarea you should be ok! Regards, Geeta I have the followin code producing textarea but it is off set by one or two

Re: Text area question

2002-09-10 Thread David Graham
Yep, and it's easy. You use the html:textarea tag. http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#textarea Dave From: Thigpen, David [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject: Text area question