You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/03/16 08:55:51 UTC

svn commit: r1787146 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml

Author: lofwyr
Date: Thu Mar 16 08:55:50 2017
New Revision: 1787146

URL: http://svn.apache.org/viewvc?rev=1787146&view=rev
Log:
demo: fix image path

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml?rev=1787146&r1=1787145&r2=1787146&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/60-bar/bar.xhtml Thu Mar 16 08:55:50 2017
@@ -75,7 +75,7 @@
         <tc:selectOneRadio value="#{demoController.radioValue}">
           <tc:selectItems value="#{demoController.currencyItems}"
                           var="currency" itemValue="#{currency.currencyCode}" itemLabel="#{currency.displayName}"
-                          itemImage="data/#{currency.currencyCode}-14.png" />
+                          itemImage="#{request.contextPath}/data/#{currency.currencyCode}-14.png" />
         </tc:selectOneRadio>
       </tc:link>
     </tc:bar>