previous | index | next

Storing and Passing Data Through Beans

Page backing beans (for example Welcome.java) are instantiated only while the page is rendered.

If you want to store data (for example user input) that persists from one page to another you must use one of the following:

The IDE automatically creates one of each of these beans:

previous | index | next