Sign in
apache
/
tapestry-5
/
refs/heads/5.5.x
/
.
/
tapestry-jpa
/
src
/
test
/
app2
/
PersistItem.tml
blob: ff462886260011d52453cf82dd9243f4b8381d74 [
file
] [
log
] [
blame
]
<html
xmlns:t
=
"http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"
>
<body>
<p>
entity name:
<span
id
=
"name"
>
<t:if
test
=
"item"
>
${item.name}
</t:if>
</span>
</p>
<p>
<t:eventlink
event
=
"createEntity"
>
create item
</t:eventlink>
</p>
</body>
</html>