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 2014/08/28 15:35:37 UTC

svn commit: r1621134 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/command.xhtml

Author: lofwyr
Date: Thu Aug 28 13:35:36 2014
New Revision: 1621134

URL: http://svn.apache.org/r1621134
Log:
TOBAGO-648: Target attribute has no effect in tc:button with link attribute

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/command.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/command.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/command.xhtml?rev=1621134&r1=1621133&r2=1621134&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/command.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/command.xhtml Thu Aug 28 13:35:36 2014
@@ -95,7 +95,7 @@
           <tc:out value="Are you sure?"/>
         </f:facet>
       </tc:link>
-      <tc:link label="On Click xxx" omit="true">
+      <tc:link label="On Click" omit="true">
         <f:facet name="confirmation">
           <tc:out value="Are you sure?"/>
         </f:facet>
@@ -119,10 +119,10 @@
         <tc:gridLayoutConstraint rowSpan="2"/>
       </tc:label>
 
-      <tc:button label="Action" action="#{command.action}" target="_blank"/>
+      <tc:button label="Action" action="#{command.action}" target="Command Target"/>
       <tc:button label="N/A" disabled="true"/>
-      <tc:button label="N/A yet" disabled="true"/>
-      <tc:button label="N/A yet" disabled="true"/>
+      <tc:button label="Link" link="http://www.apache.org/" target="Command Target"/>
+      <tc:button label="Resource" resource="content/60-command/sample.html" target="Command Target"/>
       <tc:panel/>
 
       <tc:link label="Action" action="#{command.action}" target="Command Target"/>