| Author |
Returning string buffered output in jsp
|
Ramesh Jambulingam
Greenhorn
Joined: Jun 25, 2010
Posts: 19
|
|
Hi,
I having a method in jsp that opens connection with yahoo finance server and fetch forex CSV feeds (intraday quotes). The method should return the bufferedreader output to display in my jsp. I would like know that can I return the buffered output and how can i read the returned values and display as separate values..If there is any similar example please let me know..
[I know it is not good practice to write a java method inside jsp but for time being I used it]
Thanks and Regards,
Ramesh.
|
 |
 |
|
|
subject: Returning string buffered output in jsp
|
|
|