jonasbuechel
Programmer
Hi there,
I have the following problem:
I'm developing a jsp-webapp with jdeveloper. In the developing environment it works fine. But if I deploy the webapp to the tomcat server (5.0.19) there occur strange things:
Partly there is not the hole HTML-Code sent from the server to the client.
The first time a site is loaded , the site is displayed correctly. If I reload this page, only the first part of this page will be displayed.. After that I can do a reload and the hole site is displayed..
Im working with custom tags to load and display data from the database. The loop-tags are nested. (Could that be a reason for that phenomenon?)
Can someone help me, please?
Regards, Jonas
I have the following problem:
I'm developing a jsp-webapp with jdeveloper. In the developing environment it works fine. But if I deploy the webapp to the tomcat server (5.0.19) there occur strange things:
Partly there is not the hole HTML-Code sent from the server to the client.
The first time a site is loaded , the site is displayed correctly. If I reload this page, only the first part of this page will be displayed.. After that I can do a reload and the hole site is displayed..
Im working with custom tags to load and display data from the database. The loop-tags are nested. (Could that be a reason for that phenomenon?)
Can someone help me, please?
Regards, Jonas