A CRUD Example "Say Hello" of Seam

From Documentation
A CRUD Example "Say Hello" of Seam


Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


This demo contains 3 JSF pages, hello.xhtml, fans.xhtml and person.xhtml. The page navigation flow likes below:

1.png


In hello.xhtml contains a input form for person data input and validation. You can submit your information and the page will navigate to fans.xhtml.

2.png


In fans.xhtml contains a data table to list all person, you can delete person directly in this page , and you can edit person by click edit link.

3.png


In person.xhtml you can edit and update the person information.

4.png



Last Update : 2010/07/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.