1. Spin Box control In JSF pages coderanch.com |
2. Handling valueChangeListeners on multiple controls on a JSF Page coderanch.com |
3. control does not goes to another page coderanch.comhello all, i am new to JSF today i tried sample JSF tutorial but enable to find out why transfer does not goes to another page. there are two jsp pages 1)display.jsp <%-- Document : display Created on : Jun 17, 2010, 10:49:21 PM Author : Administrator --%> <%@page language="java" contentType="text/html" pageEncoding="UTF-8" import="BackBean.IndexBean"%> ... |