Documentation Center

Using aspect properties on a JSP page

Include a tag library to enable the use of Context Engine Cartridge tags to retrieve aspect properties.

Procedure

  1. Open your JSP page for editing.
  2. To obtain the value of an aspect property, insert the following anywhere in your JSP page:
    <context:eval expression="taf:claim:context:ASPECTNAME:PROPERTYNAME" />

    where ASPECTNAME is the name of the aspect whose property you want to use, and PROPERTYNAME is the property of that aspect you want to use.

  3. Save and close your JSP page to commit your changes.