Posted By:
Cesar_Arrieta
Posted On:
Sunday, October 28, 2007 05:08 PM
Hi..i would like to know how can i make in jsf the same as the next code written in jsp: for instance, this is 50inputs.jsp
<%
out.println("
");
%>
then i like in jsf to be the same but with
instead of
..thanks