Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Textareas in JSP

Reply
Thread Tools

Textareas in JSP

 
 
Jeff
Guest
Posts: n/a
 
      02-18-2004
I am currently trying to capture the output generated by a servlet in
a JSP.
What I would like to do is place all of the output into a textarea.

It is my understanding that we can't just generate data for the
textarea on the fly. There must be a workaround for this if it cannot
be done directly.

Any help or pointers to help would be greatly appreciated.
Thanks Jeff
 
Reply With Quote
 
 
 
 
kaeli
Guest
Posts: n/a
 
      02-18-2004
In article < >,
enlightened us with...
> I am currently trying to capture the output generated by a servlet in
> a JSP.
> What I would like to do is place all of the output into a textarea.
>


Make a bean that does the interfacing. Then do

<textarea>
<beanname:getProperty />
</textarea>

This is a java question, not javascript.
Post over at comp.lang.java*.


--
--
~kaeli~
Is it true that cannibals don't eat clowns because they
taste funny?
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
INSERT DATA FROM MULTIPLE TEXTAREAS IN THE FORM TO THE DATABASE BLUESTAR ASP General 10 07-19-2008 07:26 AM
Resizable Textareas- possible? bbcrock@gmail.com HTML 1 03-16-2006 05:53 PM
Reading information from TextAreas MacEgan Java 2 12-17-2005 11:34 PM
Reading information from TextAreas MacEgan Java 1 12-17-2005 07:33 PM
Page test: expando textareas Jeff Thies HTML 4 07-02-2004 06:15 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57