473,383 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

how to set output of jsp page in textarea

43
hi
i am working on a mail application and i wish to set the output of a jsp page into the textarea.
working is similar as we forward a mail the mail get appended in the textarea of the compose page.
how to achieve this plz. help... i got stuck at this point ...
Jul 9 '07 #1
4 5839
r035198x
13,262 8TB
hi
i am working on a mail application and i wish to set the output of a jsp page into the textarea.
working is similar as we forward a mail the mail get appended in the textarea of the compose page.
how to achieve this plz. help... i got stuck at this point ...
Just forward the text to the next page using session or as an input parameter and then set it as a value for the textarea in the next page.
Jul 9 '07 #2
bravo
43
Just forward the text to the next page using session or as an input parameter and then set it as a value for the textarea in the next page.
thanks for the reply

but what the problem is that the output of jsp is in tabular form....
i tried this

<Textarea name=msg rows=20 cols=50>
<jsp:include page="a1.jsp" flush="true" />
</textarea>

but it only accepts text output
else it prints the coding of jsp page in the text area
...
how it is achieved in yahoomail or other mailing services...
any replacement for textarea...
Jul 9 '07 #3
r035198x
13,262 8TB
thanks for the reply

but what the problem is that the output of jsp is in tabular form....
i tried this

<Textarea name=msg rows=20 cols=50>
<jsp:include page="a1.jsp" flush="true" />
</textarea>

but it only accepts text output
else it prints the coding of jsp page in the text area
...
how it is achieved in yahoomail or other mailing services...
any replacement for textarea...
Pass the text as a parameter (in hidden input) and then use
Expand|Select|Wrap|Line Numbers
  1. String text = request.getParameter("paramName");
In the next page.
Jul 9 '07 #4
praveen2gupta
201 100+
hi
i am working on a mail application and i wish to set the output of a jsp page into the textarea.
working is similar as we forward a mail the mail get appended in the textarea of the compose page.
how to achieve this plz. help... i got stuck at this point ...
Hi

I Think mail displaying works in the different manner. While displaying mail contents in the TextBox will create problems at Letter Stage. Mails should be Displayed in the html Tags.
Jul 10 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Jan Gregor | last post by:
Hello I want to redirect output of jython's functions print and println to JTextArea component. Is it possible ? I tried this (swingConsole.textArea is instance): In my class ...
1
by: teknowbabble | last post by:
I would like to know how to convert HTML code that users input into a TEXTAREA box on a HTML FORM into a separate WEBPAGE. I have something like the diagram below on my webpage. The user is...
7
by: GaryDean | last post by:
In my old 1.1 apps the default was MS_POSITIONING="GridLayout" and Textboxes and labels and such always had POSITION: absolute; and I never had any distortion when the page was rendered. Life was...
6
by: cfish | last post by:
I'm trying to script my contact page and I have everything the way I want it however I cannot get my script to output Address, City, State, Zip & Phone Number when I get a email. It will output...
1
by: bb nicole | last post by:
Below is my interface for resume which need to post into database... I have did it all in one page and it already can send into database which the table name resume... But my letturer now want me...
7
by: Xh | last post by:
Hi All, I have problems with generating valid HTML output there are few HTML elements that i don't what to output as <tagname/> but as <tagname></tagnamebut Xalan keeps generating them as...
2
by: Angus | last post by:
Hello I have this section in my web page: <div style="top:0;left:0;width:735;height:348">&nbsp;</div> <div ARID="640000009" ARType="Char" ARDBN="Call ID" class="df dfro arfid640000009...
2
by: keeps21 | last post by:
Hi I have a script that checks whether a user is logged in or not. If the user are not logged in they are directed to the login page. else the user is logged in. If the user is logged in...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.