InfoCenter Home >
4: Developing applications >
4.2: Building Web applications >
4.2.2: Developing JSP files >
4.2.2.3: Overview of JSP file content >
4.2.2.3.5: JSP syntax: useBean tag >
4.2.2.3.5.2: JSP syntax: Accessing bean properties

4.2.2.3.5.2: JSP syntax: Accessing bean properties

After specifying the <jsp:useBean> tag, you can access the bean at any point within the JSP file using the <jsp:getProperty> tag.

For a description of the <jsp:getProperty> tag attributes and for coding examples, see Sun's JSP Syntax Reference

Go to previous article: JSP syntax: <useBean> tag syntax Go to next article: JSP syntax: Setting useBean properties

 

 
Go to previous article: JSP syntax: <useBean> tag syntax Go to next article: JSP syntax: Setting useBean properties