Class | Description |
---|---|
ExceptionHandlingBean |
Exception Handling Bean, demonstrating how exceptions are handled.
|
JSR303DemoBean |
Managed Bean to test the Bean Validation (JSR 303).
|
JSR303DemoModel |
POJO Model data.
|
PreventDoubleSubmitBean |
PreventDoubleSubmit Bean to test the prevention of a double submit.
|
RedirectFromSelectBean |
Redirect from Select Bean, demonstrating how to redirect to another page
after the user has selected an item from a select component.
Note: When clicking on a select item, no setter will be called, even though value="#{redirectFromSelectBean.selectOneValue}" is present in your page. |
Copyright © 2008–2018. All rights reserved.