Author: amarkhel
Date: 2009-01-23 08:40:57 -0500 (Fri, 23 Jan 2009)
New Revision: 12394
Removed:
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/comment.xhtml
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/error.xhtml
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/message.xhtml
Modified:
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/pages.xml
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/realWorld-taglib.xml
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/album.xhtml
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/image.xhtml
Log:
Modified: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/pages.xml
===================================================================
--- trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/pages.xml 2009-01-23
13:35:36 UTC (rev 12393)
+++ trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/pages.xml 2009-01-23
13:40:57 UTC (rev 12394)
@@ -23,10 +23,7 @@
</navigation>
</page>
- <page view-id="/index.xhtml">
-
- <action execute="#{identity.login}"
- if="#{validation.succeeded}"/>
+ <page view-id="/index.xhtml"
action="#{conversation.begin}">
<navigation>
<rule if="#{identity.loggedIn}">
Modified:
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/realWorld-taglib.xml
===================================================================
---
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/realWorld-taglib.xml 2009-01-23
13:35:36 UTC (rev 12393)
+++
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/realWorld-taglib.xml 2009-01-23
13:40:57 UTC (rev 12394)
@@ -17,19 +17,7 @@
<source>templates/image.xhtml</source>
</tag>
<tag>
- <tag-name>comment</tag-name>
- <source>templates/comment.xhtml</source>
- </tag>
- <tag>
- <tag-name>message</tag-name>
- <source>templates/message.xhtml</source>
- </tag>
- <tag>
<tag-name>linkPanel</tag-name>
<source>templates/linkPanel.xhtml</source>
</tag>
- <tag>
- <tag-name>error</tag-name>
- <source>templates/error.xhtml</source>
- </tag>
</facelet-taglib>
\ No newline at end of file
Modified:
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/album.xhtml
===================================================================
(Binary files differ)
Deleted:
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/comment.xhtml
===================================================================
(Binary files differ)
Deleted:
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/error.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/image.xhtml
===================================================================
(Binary files differ)
Deleted:
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/tags/templates/message.xhtml
===================================================================
(Binary files differ)
Show replies by date