Hi...
I have many Resultset in a page. For evert resultset, we have to the next() thing right??
When I try to display the result nicely on my page, I realized I have to display it concurrently because it is fixed by the next(). I can't display rs13 with rs14 together in my layout.
Originally posted by Amol Nayak: When your are displaying source code it might contain characters like <,>,& etc.. So you will need to escape these special characters. have a look at the JSTL tag suggested by Bear, that will give you the answer.
The work "escape" from Amol and hint from bear really helped.