Command link navigation problems in IE but not firefox
Hi,
I've developed an application using JSF and SDO. I have several pages where the user is displayed data from the database and pages where the user can add data , edit data and delete data.
Each page has a jsp fragment contained in the page. This is based on faces and is the naviation menu. Each link in the menu is a command link and has navigation rules which are global. Now the problem I get is that when I sometimes nvaigate between pages using the navigation or command links in a page the page just refreshes and displays the same page again. But if I keep trying to click the link again then after a few attempts the link goes to the page i've requested. I've added system outs on the actions for the links to see if they are getting called when the page just refreshes. The answer is no as the system out line is never printed unless the action of the link is actually executed.
Now the problem is that this only occurs in ie and NOT in firefox. I'm really confused now!!
Here is some techinical details to help narrow down my situation:
I'm using wsad 5.1.2 which has faces 1.0, ie 6, firefox 1.0.3.
Any help would be appreciated!!

