Hi all, I have a template in which I include 4 jsp The header, the menu, the display and the footer
I use Tomcat 4.1.24. In the display.jsp I have a html:select with some options When the display.jsp is rendered the html:select is OK but its options are writen again in the footer.jsp as text The code is working fine in Tomcat 4.1.24 but on the production with Linux and 4.1.2.4 this problem is produced. I tried to use flush="true" but it didn't work Any ideas Thanks Sakis