i m ravindra.
i have a problem see.
i am drawing a graph in an applet .
data for that graph is coming from database, on monthly or daily bases.
now when i fire query it return me a 2 dim String array.
for this i wrote a java class which gives me data in jsp .
this jsp now transfer data to applet through param tag.
i can't call that java class(applet can't connect a database directly)
in applet directly;
whatever i have to pass in aplet is only through param tag;
one solution is in for loop write param tag.
but  i think that is not efficient way
suppose i want to pass an object to applet which is 2 dim array.
so how can i pass?
whether i have to write a servlet?
give me an examples for this if u could
wating for yr reply
bye.

Reply via email to