feature:project页面显示[username]'s project list
This commit is contained in:
parent
ff46d02ec2
commit
21a51f3e1a
@ -16,7 +16,7 @@
|
|||||||
<p>Click <h:link value="here" outcome="index"/> to go back to the home page</p>
|
<p>Click <h:link value="here" outcome="index"/> to go back to the home page</p>
|
||||||
<h:form id="project">
|
<h:form id="project">
|
||||||
<section id="project-list">
|
<section id="project-list">
|
||||||
<h1>Project List</h1>
|
<h1><h:outputText value="#{projectBean.username}"/>'s Project List</h1>
|
||||||
<ui:repeat value="#{projectBean.projects}" var="project">
|
<ui:repeat value="#{projectBean.projects}" var="project">
|
||||||
<h:commandButton value="#{project.title}"
|
<h:commandButton value="#{project.title}"
|
||||||
action="#{projectBean.setProject(project)}"
|
action="#{projectBean.setProject(project)}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user