19 lines
859 B
Plaintext
Executable File
19 lines
859 B
Plaintext
Executable File
Examples of Bebop-JSP-XSLT integration:
|
|
|
|
<ul>
|
|
<li><a href="test.jsp">Basic test with page defined in JSP</a>
|
|
<li><a href="test-class.jsp">Basic test with page defined in class</a>
|
|
<li><a href="all-in-one.jsp">Basic test with page defined and showed in same JSP</a>
|
|
<li><a href="test-master.jsp">master test (master page defines new components)</a>
|
|
<li><a href="test-master-static.jsp">"master" page with static includes (all components defined in slave page)</a>
|
|
<li><a href="test-include.jsp">include test</a>
|
|
<li><a href="tab-test.jsp">defining a tabbed pane</a>
|
|
<li><a href="list.jsp">displaying a model-backed List</a>
|
|
<li><a href="table.jsp">displaying a model-backed Table</a>
|
|
<li><a href="options.jsp">defining a form with option groups
|
|
(radio buttons, etc.)</a>
|
|
<li><a href="globalization.jsp">showing a page with message-catalog lookups
|
|
</ul>
|
|
|
|
|