Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The <slice:lookup> tag (described in details at lookup) is an entry point from JSP to Slice. Take a look at a simple JSP:

Code Block
languagehtml/xmlxml
linenumberstrue
<slice: lookup var="model" type="<%=com.cognifide.myapp.TextModel.class%>" />
<p>${model.text}</p>

...