view « Form « JSF Q&A





1. JSF submit button - form is X times submited during one second (until view recreated) - how to prevent it?    stackoverflow.com

I have a problem when I submit the form (pressing ENTER key or clicking mouse) - if I press it x times quickly, faster then actual view is recreated (e.g. ten ...

2. Reusing a form in two different views JSF    stackoverflow.com

Is it possible to reuse a form in two different views in JSF? I know about the ui:include but how would you do it with the action on the submit button ...

3. Multiple form view    coderanch.com

Hi! Does somebody knows what I'm doing wrong here? Look at this very basic example: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> Test multiple forms