Adding data to a Web page
You can add data to Web pages using the Page Data view and the Data and Services drawer of the Palette view.
The Page Data view allows you to add, modify, or delete data objects in JSP files. Supported data types include:
- Standard scripting variables that are available to all JSP files:
- applicationScope enables you to add and modify attributes in the application object
- param enables you to add and modify attributes to be used in the page object
- requestScope enables you to add and modify attributes in the request object
- sessionScope enables you to add and modify attributes in the session object
- Other data objects, depending on the type of JSP file:
- Faces component
- Use Beans
- Page Bean
- Faces Managed Beans
- JPA
- Struts Form Beans
- SDO Relational Records
- Domino®
- Domino Note
- Domino View
- Services
- EJB Session bean
- Service Data Object
- Web Service
- RPC Adapter Services
For more information about the Page Data view, refer to the help topic Page Data view.
For more information about the Palette view, refer to the help topic Palette view.