Why do u want to show it in the applet u can do it directly like

<%
ResultSet rs=statement.executeQuery("select scroll  from table1");
while(rs.next()){
String x=rs.getString("scroll")
%>
<input type=textarea value="<%= x %>">
<%
}
%>


Vinay Talwar
[EMAIL PROTECTED]
[EMAIL PROTECTED]



                    sufi malak
                    <[EMAIL PROTECTED]        To:     [EMAIL PROTECTED]
                    OM>                      cc:
                    Sent by: A               Subject:     How jsp applet communicate 
???
                    mailing list
                    about Java Server
                    Pages
                    specification and
                    reference
                    <JSP-INTEREST@jav
                    a.sun.com>


                    02/21/01 02:45 AM
                    Please respond to
                    A mailing list
                    about Java Server
                    Pages
                    specification and
                    reference





How to pass a parameter in a jsp file to an applet, If I have an applet
that
show text scrolling, I want to pass this text from the resultset to the
applet.
Thanks
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to