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 2007/03/19 17:05:29 UTC

svn commit: r519981 - /myfaces/tobago/trunk/example/demo/src/main/webapp/footer.jsp

Author: lofwyr
Date: Mon Mar 19 09:05:28 2007
New Revision: 519981

URL: http://svn.apache.org/viewvc?view=rev&rev=519981
Log:
remove old wrong comment

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

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/footer.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/footer.jsp?view=diff&rev=519981&r1=519980&r2=519981
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/footer.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/footer.jsp Mon Mar 19 09:05:28 2007
@@ -28,14 +28,12 @@
      <f:verbatim><hr /></f:verbatim>
     </tc:cell>
 
-    <%-- fixme: next and previous button are not working in them moment (rendered="false") --%>
     <tc:button immediate="true"
       image="image/prev.gif"
       action="#{navigation.gotoPrevious}"
       disabled="#{navigation.first}"
       label="#{overviewBundle.footer_previous}"/>
 
-    <%-- fixme: next and previous button are not working in them moment (rendered="false") --%>
     <tc:button immediate="true"
       image="image/next.gif"
       action="#{navigation.gotoNext}"