Hi,

When I use param tag It only passed the Strings.. I have a jsp file, So I am
getting data from table and I am putting this data into Vector.. So now I
want to pass this vector into Applet Jtable..

If I use
<jsp:param name="tickerData" value="v"/>   it passes only strings.. HOw can
I pass vector objects to applet..

Please help me in this regard..



<jsp:plugin type="applet" code="TickerApplet.class"
codebase="/examples/jsp/plugin/applet" jreversion="1.2" width="800"
height="700" >


<jsp:params>
  <jsp:param name="tickerData" value="v"/>
</jsp:params>

    <jsp:fallback>
        Plugin tag OBJECT or EMBED not supported by browser.
    </jsp:fallback>
</jsp:plugin>




Thanks,
Malla Reddy Choodi
_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : 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

Reply via email to