Can anyone teach me how to use mojarra to encode my JSF files. I downloaded mojarra and expected some kind of jar but what i had downloaded was a folder of ...
I'm not sure of this is the right forum for this question, but here goes... I've writen a JSF app and all seems well until it comes down to the multi- language support. I have all of the on screen messages packaged into properties files, and the English version is working a treat, but I'm having problems with the Polish version... ...
hello . i am facing a weird problem , any help would be great <%@ page language="java" contentType="text/html; charset=ISO-8859-9" pageEncoding="ISO-8859-9"%> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%> <%@ taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"%>