Network Deployment (Distributed operating systems), v8.0 > Reference > Developer detailed usage information


tsx:getProperty tag JSP syntax and examples (deprecated)

The <tsx:getProperty> tag gets the value of a bean to display in a JSP file.

Deprecated feature: Support for tsx tags in the JSP engine are deprecated in WAS v6.0. Instead of using the tsx tags, you should use equivalent tags from the JSP Standard Tag Library (JSTL).depfeat

This IBM extension of the Sun JSP <jsp:getProperty> tag implements all of the <jsp:getProperty> function and adds the ability to introspect a database bean created using the IBM extension <tsx:dbquery> or <tsx:dbmodify>.

We cannot assign the value from this tag to a variable. The value, generated as output from this tag, displays in the browser window.

This section describes the syntax of the <tsx:getProperty> tag:


<tsx:getProperty name="bean_name"
  property="property_name" />

where:

Tag example:


<tsx:getProperty name="userProfile" property="username" />

JSP
Use installed optional packages
Manage shared libraries


Related


Web applications: Resources for learning

+

Search Tips   |   Advanced Search