Re: Action executing twice

2005-11-24 Thread Laurie Harper
'#23.jpg' is an anchor -- a link to a point somewhere in the current document. So when the browser loads your page, it sees that you've asked for a background image and tries to load it from the URL you've specified, which in this case is the page itself, not what you intended. L. su mo wrote

Action executing twice

2005-11-23 Thread su mo
Hi, Struts action is calling execute method twice due to presence of "#" in the input jsp file I have the HTML table with like I could not understand what is the relationship between these two.  Removing this # character makes the Struts action executing only once. I have attached the sourc