Weird multiple GET error

2006-01-01 Thread Martin Ravell
Well I finally tracked this one down. There were no badly formed tags but I do have to say thank you Laurie and Wendy for the hint anyway as it pointed me in the right direction. Turns out I'd managed to put in a bogus option on a tag. What I should have written was but what I'd written

Re: Weird multiple GET error

2005-12-31 Thread Laurie Harper
Wendy Smoak wrote: On 12/30/05, Martin Ravell <[EMAIL PROTECTED]> wrote: It seems that any request I make, be it a GET or a POST, is somehow followed up by three GET requests for the same action. The most common explanation for this is tags with empty 'src' attributes: http://marc.theaims

Re: Weird multiple GET error

2005-12-30 Thread Wendy Smoak
On 12/30/05, Martin Ravell <[EMAIL PROTECTED]> wrote: > It seems that any request I make, be it a GET or a POST, is somehow followed > up by three GET requests for the same action. The most common explanation for this is tags with empty 'src' attributes: http://marc.theaimsgroup.com/?l=struts

Weird multiple GET error

2005-12-30 Thread Martin Ravell
My Struts, Hibernate app (Appfuse based on JBoss with Tomcat plugin) has developed a really weird bug and I have no idea after a day of searching of how to track down the problem. It seems that any request I make, be it a GET or a POST, is somehow followed up by three GET requests for the same