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! Mail - More reliable, more storage, less spam

Este correo fue revisado automáticamente por el sistema antivirus
institucional, C.C.S.S.


Este correo es de índole confidencial de interes único del destinatario, si por error 
ha sido recibido por favor eliminelo.
Este correo fue revisado automáticamente por el sistema antivirus institucional, 
C.C.S.S.  


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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! Search - Find what you’re looking for faster.

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 [/]





as as [EMAIL PROTECTED]
03/03/2004 16:38
Please respond to Struts Users Mailing List

 
To: [EMAIL PROTECTED]
cc: 
Subject:Text area in struts


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! Search - Find what you're looking for faster.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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! Search - Find what you're looking for faster.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
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:
 - purchase a book on HTML
 - go through an HTML tutorial
 - search google
 - search mail-archive.com


Please post back if you don't find your answer after doing one of those.


--
James Mitchell
Software Engineer / Struts Evangelist
http://www.struts-atlanta.org
678.910.8017 (cell)
AIM:jmitchtx



- Original Message -
From: N.N.S.S Ravi Krishna [EMAIL PROTECTED]
To: 'struts users' [EMAIL PROTECTED]
Sent: 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.

 Please help me how do I achieve this using struts tagshtml:textarea

 --Ravi Krishna






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 .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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-01-15 Thread Guillermo Meyer
I saw an open source product to use in formating HTML WYSIWYG fashion:
http://www.fredck.com/FCKeditor/

There are many other products like this.

-Original Message-
From: James Mitchell [mailto:[EMAIL PROTECTED] 
Sent: Jueves, 15 de Enero de 2004 09:18 a.m.
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 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:
 - purchase a book on HTML
 - go through an HTML tutorial
 - search google
 - search mail-archive.com


Please post back if you don't find your answer after doing one of those.


--
James Mitchell
Software Engineer / Struts Evangelist http://www.struts-atlanta.org
678.910.8017 (cell) AIM:jmitchtx



- Original Message -
From: N.N.S.S Ravi Krishna [EMAIL PROTECTED]
To: 'struts users' [EMAIL PROTECTED]
Sent: 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.

 Please help me how do I achieve this using struts 
 tagshtml:textarea

 --Ravi Krishna






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-01-15 Thread Andrew Hill
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 refrained this time.
;-)

Ive seen a some 'rich text' type controls being used on various websites.
Dont have links to any you could make use of but a google search should find
something.
For they most part they involve using some kind of clientside plugin such as
ActiveX or Applets (such as the Lotus Notes rich text control), and Id
assume theres probably a few Flash ones out there, dhtml is also a
possiblity. This of course introduces all the usual applets, activeX, etc...
deployment and compatability issues, but sometimes it can be worth the
hassle to deliver a richer user experience. Of course it means your no
longer using standard stuff and that your restricting your browser audience
to compatible browsers.

The struts tags otoh merely write out the standard html tags populated from
the actionForm. HTML unfortunately doesnt have any kind of 'rich text'
field. So to answer you question how do I achieve this using struts tags ,
the simple answer 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 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:
 - purchase a book on HTML
 - go through an HTML tutorial
 - search google
 - search mail-archive.com


Please post back if you don't find your answer after doing one of those.


--
James Mitchell
Software Engineer / Struts Evangelist
http://www.struts-atlanta.org
678.910.8017 (cell)
AIM:jmitchtx



- Original Message -
From: N.N.S.S Ravi Krishna [EMAIL PROTECTED]
To: 'struts users' [EMAIL PROTECTED]
Sent: 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.

 Please help me how do I achieve this using struts tagshtml:textarea

 --Ravi Krishna






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-01-15 Thread N.N.S.S Ravi Krishna
Oh Thnx guys,

You gave me a nice piece of information. I found that we can make this by
using layers too.

thnx once again.
-ravi
-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 7:47 AM
To: Struts Users Mailing List
Subject: RE: How to enable 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 refrained this time.
;-)

Ive seen a some 'rich text' type controls being used on various websites.
Dont have links to any you could make use of but a google search should find
something.
For they most part they involve using some kind of clientside plugin such as
ActiveX or Applets (such as the Lotus Notes rich text control), and Id
assume theres probably a few Flash ones out there, dhtml is also a
possiblity. This of course introduces all the usual applets, activeX, etc...
deployment and compatability issues, but sometimes it can be worth the
hassle to deliver a richer user experience. Of course it means your no
longer using standard stuff and that your restricting your browser audience
to compatible browsers.

The struts tags otoh merely write out the standard html tags populated from
the actionForm. HTML unfortunately doesnt have any kind of 'rich text'
field. So to answer you question how do I achieve this using struts tags ,
the simple answer 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 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:
 - purchase a book on HTML
 - go through an HTML tutorial
 - search google
 - search mail-archive.com


Please post back if you don't find your answer after doing one of those.


--
James Mitchell
Software Engineer / Struts Evangelist
http://www.struts-atlanta.org
678.910.8017 (cell)
AIM:jmitchtx



- Original Message -
From: N.N.S.S Ravi Krishna [EMAIL PROTECTED]
To: 'struts users' [EMAIL PROTECTED]
Sent: 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.

 Please help me how do I achieve this using struts tagshtml:textarea

 --Ravi Krishna






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
If you mean that you just want to display the text and not offer the option
to edit it then just use JSTL c:out
or Struts' bean:write
-Tim

-Original Message-
From: Jacky Kimmel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 3:54 PM
To: [EMAIL PROTECTED]
Subject: Tag for non 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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 direction so I
can see an example?

Thanks

DT


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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
Date: Tue, 10 Sep 2002 07:43:22 -0600

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 direction so I
can see an example?

Thanks

DT


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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 and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**