[jboss-cvs] jboss-seam/examples/seamspace/view ...
Shane Bryzak
Shane_Bryzak at symantec.com
Fri Jan 26 00:32:34 EST 2007
User: sbryzak2
Date: 07/01/26 00:32:34
Modified: examples/seamspace/view blog.xhtml profile.xhtml
template.xhtml
Log:
removed security filter
Revision Changes Path
1.7 +3 -2 jboss-seam/examples/seamspace/view/blog.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: blog.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/blog.xhtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- blog.xhtml 18 Jan 2007 12:28:56 -0000 1.6
+++ blog.xhtml 26 Jan 2007 05:32:34 -0000 1.7
@@ -34,7 +34,8 @@
<h:outputLink value="blogentry.seam?name=#{selectedMember.memberName}&blogId=#{memberBlog.blogId}">
#{memberBlog.commentCount} Comment#{memberBlog.commentCount != 1 ? "s" : ""}
</h:outputLink>
- <h:outputLink rendered="#{s:hasPermission('blog','createComment', null)}" value="comment.seam?name=#{selectedMember.memberName}&blogId=#{memberBlog.blogId}">
+ <h:outputLink rendered="#{s:hasPermission('blog','createComment', null)}"
+ value="comment.seam?name=#{selectedMember.memberName}&blogId=#{memberBlog.blogId}">
Add Comment
</h:outputLink>
</div>
1.12 +1 -1 jboss-seam/examples/seamspace/view/profile.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: profile.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/profile.xhtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- profile.xhtml 25 Jan 2007 13:24:13 -0000 1.11
+++ profile.xhtml 26 Jan 2007 05:32:34 -0000 1.12
@@ -38,7 +38,7 @@
<s:div id="memberBlog">
<div class="sectionHeader">#{selectedMember.memberName}'s latest blog entries</div>
- <ui:repeat value="#{blog.latestBlogs}" var="latestBlog">
+ <ui:repeat value="#{profile.latestBlogs}" var="latestBlog">
<div class="blogSummary">#{latestBlog.title}
(<h:outputLink value="blogentry.seam?name=#{selectedMember.memberName}&blogId=#{latestBlog.blogId}">view more</h:outputLink>)
</div>
1.7 +1 -1 jboss-seam/examples/seamspace/view/template.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: template.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/template.xhtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- template.xhtml 9 Jan 2007 11:51:01 -0000 1.6
+++ template.xhtml 26 Jan 2007 05:32:34 -0000 1.7
@@ -16,7 +16,7 @@
<div class="headerRight">
<div class="headerMenu">
<!--s:link action="" value="SignUp"/-->
- <s:link action="#{login.logout}" value="Log out" rendered="#{identity.loggedIn}"/>
+ <s:link action="#{identity.logout}" value="Log out" rendered="#{identity.loggedIn}"/>
</div>
<br style="clear:both"/>
<h:form>
More information about the jboss-cvs-commits
mailing list