insert « Page « JSF Q&A





1. how to insert space in jsf page    stackoverflow.com

hi can any one please tell me how to insert a space character in the jsf field like how we does it html by using  ? is there any tag in jsf? thanks Suresh ...

2. hi how can i insert a currency symbol in the jsf page with precision of 2 digits    stackoverflow.com

hi how can i insert a currency symbol in the jsf page with precision of 2 digits i am using the following libs

<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%>
<%@ ...

3. insert text-resource into jsf page    stackoverflow.com

there's a RESTful service which is Producing text/plain and I want to add that content into my JSF page. Is that possible? Is there a tag for that?