Demos the use of explicit bounds for checking visibility of a form fragment for form submission processing. By default, a FormFragment searches to make sure the containing form is visible via "isDeepVisible". If no intermediate parent elements are invisible, the fragment is considered visible. However, there are times when that behavior is not desired; some element other than form should be used as the stopping point for determining visibility. This page demonstrates that use case.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.