Skip to content

Commit 3b39c6f

Browse files
author
Shashi Bhushan
committed
SLICE-128 ReadMe update and removing unused TestCase
1 parent c676d8b commit 3b39c6f

File tree

2 files changed

+5
-75
lines changed

2 files changed

+5
-75
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ No more business logic in your view (JSP, Sightly scripts) - business logic's pl
3131

3232
**JSPs made clean and tidy** - no more these ugly scriptlets.
3333
```jsp
34+
<slice:lookup var="model" type="<%= com.example.components.text.TextModel.class %>" />
35+
<p>${model.text}</p>
36+
```
37+
or it can be
38+
```jsp
3439
<slice:lookup var="model" type="com.example.components.text.TextModel" />
3540
<p>${model.text}</p>
3641
```

slice-test/slice-core-test/src/test/groovy/com/cognifide/slice/api/tag/SliceTagUtilsTest.groovy

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)