JavaServer Faces - Socket error when using a JavaScript
Hi all,
I am facing a problem while developing a JSF application. Thought some one can solve it. So posting here.
The problem is: When I invoke a method in backing bean using a Java script from a JSP page I am getting 'socket write error'.
I get this only in internet explorer while it works absolutely fine with mozilla and netscape browsers.
Also I would like to mention that, it works fine in all the browsers when I invoke the same method by clicking on a commandLink.
The functionality involves searching for a record in database and display the search results in the same page.
Bookmarks