blob: 8c0b29d4b360a19b82b858c606e45b7e75387cbc [file] [log] [blame]
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets">
<body>
<ui:composition template="../layout/template.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:tr="http://myfaces.apache.org/trinidad"
xmlns:trh="http://myfaces.apache.org/trinidad/html">
<ui:define name="content">
<tr:commandButton text="add user" action="addUser"/><br/>
<tr:commandButton text="change nick name" action="changeNickName"/><br/>
<tr:commandButton text="change password" action="changePassword"/>
</ui:define>
</ui:composition>
</body>
</html>