Problem when viewing output of a JSP

Hi all,

i got a problem with my web application.

For a given request, my application should load a jsp just like any other web application. Once the request happens, the jsp gets loaded but the output isnt visible. When i do a right click on the resultant html and do a view source, i am able to see the html relevant to my output properly built, but am not able to view the output. Infact when i save the html content got on view source as a .html file and view the output, it works absolutely fine.

can someone help me on this regard.

TIA,

Kans

[583 byte] By [Kansa] at [2007-11-27 9:24:56]
# 1
post the output jsp. What is it you are trying to output?
ita6cgra at 2007-7-12 22:21:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Its pretty complicated, its got a lot of business (wrt to the whole application involved.) Not sure if the jsp alone will help you.

The jsp basically contains a table with a lot of data. say about 175 rows x 5 columns of data.

to add on to the info in my earlier post. this happens on a random basis. some times, the page load with proper data, and some time it doesnt. With whatever i faced, it looks like some caching issue. is there any way i can overcome this.

TIA,

Kannan

Kansa at 2007-7-12 22:21:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...