Re: page refreshing on mouser over

2007-12-10 Thread Nitin Deshmukh
Hi Simon, I am using suffix mapping. the only thing using path mapping is ExtensionFilter for external resources(images. js for inputCalendar etc). here are the parts of my web.xml, which might be relevant. javax.faces.STATE_SAVING_METHOD server

Re: page refreshing on mouser over

2007-12-05 Thread Sushma Sharma
Hi Simon, Thanks for answering. here are the contents of my web.xml. is there anything wrong with the mappings? I do have pages in serveral directories and everything works fine. javax.faces.STATE_SAVING_METHOD server ajax4jsf

Re: page refreshing on mouser over

2007-12-05 Thread Simon Kitching
Hi Nitin, Interesting... You are using a relative url for the icon, which is probably not a good idea. If you are using suffix mapping, eg "*.jsf" then the problem is less serious. It won't work properly once you have your pages in more than one directory of course, so I hope your application

Solved Re: page refreshing on mouser over - One question though

2007-12-05 Thread Nitin Deshmukh
Finally, I was able to resolve the issue. the problem was that I was changing image on mouse over of the links and the STATE_SAVING_METHOD is server. It was getting each and everything again, when retrieving the new image. Should it happen like that? I mean instead of getting only image, it was re

Re: page refreshing on mouser over

2007-12-04 Thread Simon Kitching
HI, It looks to me like you've got some javascript in that page that is making an AJAX request triggered by a mouseover but something is then closing the socket at the webbrowser end immediately. The webserver is running fine, but when it then tries to send the page back to the browser it finds

Re: page refreshing on mouser over

2007-12-04 Thread Nitin Deshmukh
ok, here is what I am getting. is this useful to pinpoint the problem? 04 Dec 2007 10:04:30,457 ERROR: Error writing endDocument java.net.SocketException: Software caused connection abort: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.Soc

Re: page refreshing on mouser over

2007-12-04 Thread Nitin Deshmukh
anyone? --- Nitin Deshmukh <[EMAIL PROTECTED]> wrote: > Hi, > I am using MyFaces1.1.5, tomahawk1.1.3, > ajax4jsf1.1.1 and server is wls8.1 sp6. For some > reason, my home page keeps refreshing itself on > mouseover. I am getting an exception on console when > moving mouse on links on home page.

page refreshing on mouser over

2007-11-28 Thread Nitin Deshmukh
Hi, I am using MyFaces1.1.5, tomahawk1.1.3, ajax4jsf1.1.1 and server is wls8.1 sp6. For some reason, my home page keeps refreshing itself on mouseover. I am getting an exception on console when moving mouse on links on home page. It gets everything again from the beans whenever I move mouse over