Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Slice taglib consists of only one tag which is purposed for use in JSP scripts. If you use Sightly you can safely skip this part of documentation.

If you'd like to use the Slice taglib please include the following in your JSP script:

Code Block
<%@taglib prefix="slice" uri="http://cognifide.com/jsp/slice" %>

lookup

Instantiates and sets object of specified type using current resource. It is used for obtaining business data model associated with the component.

...