How to use JavaBeans with Escenic tags

JavaBeans are very important when using the Escenic tags. The JavaBeans the tags are working with are primary Escenic objects. To get a better picture of the Escenic JavaBeans see the Bean Reference. These beans can be in any scope: page, request, session or application. But the primary scope we use is page.

You can use an Escenic tag's name/property attributes to access JavaBean properties, as shown in the following examples.