tags:

views:

19

answers:

0

Hello all, I have an application that should run on IE and FF. I have a JSF page which include h:commandLink which point to action in the ViewHandler. the problem is that when I'm usin SSL and clicking the commandlink it get into the ViewHandler only with IE but not with FF.

I'm using Weblogic 8.1 serever.

this is the part of the web.xml defining the SSL and secure pages:

Customer Profile - Self Administration Pages Customer Profile - Self Administration Pages

     <!-- URL pattern for the resource collection -->
   <url-pattern>/pages/registration.jsf</url-pattern>
     <http-method>GET</http-method>
     <http-method>POST</http-method>
  </web-resource-collection>

  <user-data-constraint>
     <transport-guarantee>CONFIDENTIAL</transport-guarantee>
  </user-data-constraint>

any help will be appreciated