I have a link
in my JSF 2.2 page which onclick redirects me to a specific page. It works properly in Chrome and Firefox but does not respond in IE. Nothing happens at all.
<h:outputLink value="#{request.contextPath}/myPath/stock.jsf" >
<h:outputLabel value=" Furniture Stock & Wood " style="cursor: pointer;" />
<f:param name="stockId" value="#{stockController.stock.stockTye}" ></f:param>
</h:outputLink>
Am I missing something?