You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by he...@apache.org on 2006/06/07 14:43:35 UTC

svn commit: r412394 - /myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basicControls.jsp

Author: hennes
Date: Wed Jun  7 05:43:34 2006
New Revision: 412394

URL: http://svn.apache.org/viewvc?rev=412394&view=rev
Log:
bug fix (wrong tag and image)

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basicControls.jsp

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basicControls.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basicControls.jsp?rev=412394&r1=412393&r2=412394&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basicControls.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/basicControls.jsp Wed Jun  7 05:43:34 2006
@@ -95,7 +95,9 @@
         <tc:link id="link" action="overview/basicControls"
             actionListener="#{overviewController.click}"
             label="#{overviewBundle.basic_linkAction}" />
-        <tc:image id="image" value="image/image_button.png"  />
+        <tc:link id="image" action="overview/basicControls"
+            actionListener="#{overviewController.click}"
+            image="image/image_button.gif" />
         <tc:button id="button" action="overview/basicControls"
             actionListener="#{overviewController.click}"
             width="100px"  label="#{overviewBundle.basic_buttonAction}" />