Hi everyone
i want to give <%@ taglib uri="/WEB-INF/iscTaglib.xml" prefix="isomorphic" %> in a jsf page.
but when i give like this i am getting error as content not well formated
and when i searched in the forum i got
xmlns:isomorphic="urn:jsptld:/WEB-INF/iscTaglib.xml"
when giving this nothing happns. just a blank page and no errors.
From index.jsp i am calling the pages like
<%
response.sendRedirect(request.getContextPath()+"/examples/components/supplyItemDMI.jsp");
%>
this works correctly. but when i give supplyItemDMI.jsf instead of supplyItemDMI.jsp nothing happens.
My aim is to get the FacesContext object in the javaclass which is populating a list grid.
can anyone please help me. i am new to this.
i want to give <%@ taglib uri="/WEB-INF/iscTaglib.xml" prefix="isomorphic" %> in a jsf page.
but when i give like this i am getting error as content not well formated
and when i searched in the forum i got
xmlns:isomorphic="urn:jsptld:/WEB-INF/iscTaglib.xml"
when giving this nothing happns. just a blank page and no errors.
From index.jsp i am calling the pages like
<%
response.sendRedirect(request.getContextPath()+"/examples/components/supplyItemDMI.jsp");
%>
this works correctly. but when i give supplyItemDMI.jsf instead of supplyItemDMI.jsp nothing happens.
My aim is to get the FacesContext object in the javaclass which is populating a list grid.
can anyone please help me. i am new to this.
Comment