[richfaces-svn-commits] JBoss Rich Faces SVN: r2249 - trunk/samples/richfaces-demo/src/main/webapp/templates/include.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 14 10:29:40 EDT 2007


Author: vkorluzhenko
Date: 2007-08-14 10:29:40 -0400 (Tue, 14 Aug 2007)
New Revision: 2249

Modified:
   trunk/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-523

Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml	2007-08-14 14:10:06 UTC (rev 2248)
+++ trunk/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml	2007-08-14 14:29:40 UTC (rev 2249)
@@ -9,9 +9,9 @@
 <rich:panel styleClass="panel_documents">
 	<strong>#{componentNavigator.currentComponent.name}</strong>
 	<ul>
-		<li><h:outputLink value="#{path.dgPath}#{componentNavigator.currentComponent.devGuideLocation}">Developers Guide</h:outputLink></li>
-		<li><h:outputLink value="#{path.tldPath}#{componentNavigator.currentComponent.tldDocLocation}">Tld Documentation</h:outputLink></li>
-		<li><h:outputLink value="#{path.apiPath}#{componentNavigator.currentComponent.javaDocLocation}">Component Class Documentation</h:outputLink></li>
+		<li><h:outputLink value="#{path.dgPath}#{componentNavigator.currentComponent != null ? componentNavigator.currentComponent.devGuideLocation : 'index.html'}">Developers Guide</h:outputLink></li>
+		<li><h:outputLink value="#{path.tldPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.tldDocLocation : 'jbossrichfaces/freezone/docs/tlddoc/overview-summary.html'}">Tld Documentation</h:outputLink></li>
+		<li><h:outputLink value="#{path.apiPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.javaDocLocation : 'jbossrichfaces/freezone/docs/apidoc/overview-summary.html'}">Component Class Documentation</h:outputLink></li>
 	</ul>
 </rich:panel>
 </ui:composition>




More information about the richfaces-svn-commits mailing list