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 tags<html: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 soooo 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 tags<html: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
tags<html: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 tags<html: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]

Reply via email to