Text Area

2004-03-16 Thread as as
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

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

Text area in struts

2004-03-03 Thread as as
HI, I have the followin code producing textarea but it is off set by one or two tabbs.wondering why and how i can fix it thanks! sam. textarea name=info rows=12 cols=50 tabindex=0 bean:write name=book property=ISBN / /textarea - Do you Yahoo!? Yahoo!

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

How to enable Text formatting in Text area using struts html tagshtml:TextArea...

2004-01-15 Thread N.N.S.S Ravi Krishna
Hi, I am using html:textarea .I want to format the text written in the given text area i.e. enabling characters bold, Italics,underline etc., as in windows .doc format. Please help me how do I achieve this using struts tagshtml:textarea --Ravi Krishna

Re: How to enable Text formatting in Text area using struts html tagshtml:TextArea...

2004-01-15 Thread James Mitchell
: Thursday, January 15, 2004 6:28 AM Subject: How to enable Text formatting in Text area using struts html tagshtml:TextArea... Hi, I am using html:textarea .I want to format the text written in the given text area i.e. enabling characters bold, Italics,underline etc., as in windows .doc format

RE: How to enable Text formatting in Text area using struts html tagshtml:TextArea...

2004-01-15 Thread Richard Hightower
Java Applet or ActiveX control. -Original Message- From: N.N.S.S Ravi Krishna [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 4:28 AM To: 'struts users' Subject: How to enable Text formatting in Text area using struts html tagshtml:TextArea... Hi, I am using html:textarea

RE: How to enable Text formatting in Text area using struts html tagshtml:TextArea...

2004-01-15 Thread Guillermo Meyer
; [EMAIL PROTECTED] Subject: Re: How to enable Text formatting in Text area using struts html tagshtml:TextArea... You know, you'll be lucky if you don't get flamed for asking a question like that here. I'll take the high road today ;) I would highly suggest you do one of the following

RE: How to enable Text formatting in Text area using struts html tagshtml:TextArea...

2004-01-15 Thread Andrew Hill
is you dont. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, 15 January 2004 20:18 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: How to enable Text formatting in Text area using struts html tagshtml:TextArea... You know, you'll be lucky

RE: How to enable Text formatting in Text area using struts html tagshtml:TextArea...

2004-01-15 Thread N.N.S.S Ravi Krishna
Text formatting in Text area using struts html tagshtml:TextArea... snip You know, you'll be lucky if you don't get flamed for asking a question like that here. /snip Hehe, I was s tempted, but Im trying to be a good boy (Santa didnt come this Christmas and I dont want a repeat of that!) so I

Tag for non box text area on jsp

2003-02-11 Thread Jacky Kimmel
What is the correct tag to be used to create a text line on a jsp without diplaying a box? the html:text puts a box out. - Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day

RE: Tag for non box text area on jsp

2003-02-11 Thread Chen, Gin
box text area on jsp What is the correct tag to be used to create a text line on a jsp without diplaying a box? the html:text puts a box out. - Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day

Re: Tag for non box text area on jsp

2003-02-11 Thread Justin Ashworth
You mean like bean:write? bean:write will output static text if that's what you're looking for. - Original Message - From: Jacky Kimmel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 3:54 PM Subject: Tag for non box text area on jsp What is the correct tag

Text area question

2002-09-10 Thread Thigpen, David
I've been doing a little Struts evangelization internally here (but no development yet :-( ) and I got posed the following question, to which I have no answer: Do you know off-hand if struts provides a way to display dynamic data in a multi-line textarea? If so, can you point me in the right

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

Best practice validation of text and text area lengths ?

2001-10-04 Thread Scott Ryan
What is the best approach for using the Validator to make sure input text is under a specified length? Are textareas supported by the validation framework? Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044

Quick question / indexed iterate tag / Text area

2001-08-22 Thread Nathan Coast
Hi, Are indexed tags implemented for text areas as part of Dave Hays indexed tag patch? is there a reason why they weren't included in the patch? Cheers Nathan ** This email and any files transmitted with it are confidential