I have a page that is called from inside a frame of other page, but something very strange happening. The page is called twice, follows the debug messages:
[Click] [debug] GET http://localhost/phoenixtrack/cadastroRef.htm 05/10/2008 03:04:46 org.apache.tomcat.util.http.Parameters processParameters WARNING: Parameters: Invalid chunk ignored. [Click] [info ] renderTemplate: /cadastroRef.htm,border-template-index.htm - 0 ms [Click] [info ] handleRequest: /cadastroRef.htm - 0 ms [Click] [debug] GET http://localhost/phoenixtrack/cadastroRef.htm [Click] [info ] renderTemplate: /cadastroRef.htm,border-template-index.htm - 16 ms [Click] [info ] handleRequest: /cadastroRef.htm - 16 ms IFRAME CODE <IFRAME name=palco src="/phoenixtrack/cadastroRef.htm" frameBorder=0 width=300px height=340px scrolling=auto></IFRAME> On form submit this is happening too, and the data on the form is posted twice on the server when the user click on the submit button. I have others forms on the system that is working with no problem. Can anyone have an idea of what is happening? Thanks Marc Sulivan
