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/03/14 20:34:55 UTC

svn commit: r1577672 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/button/link-attribute.xhtml

Author: lofwyr
Date: Fri Mar 14 19:34:55 2014
New Revision: 1577672

URL: http://svn.apache.org/r1577672
Log:
TOBAGO-1374: link attribute contains faces mapping

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/button/link-attribute.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/button/link-attribute.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/button/link-attribute.xhtml?rev=1577672&r1=1577671&r2=1577672&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/button/link-attribute.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/button/link-attribute.xhtml Fri Mar 14 19:34:55 2014
@@ -22,12 +22,13 @@
   <tc:page id="page">
     <tc:gridLayoutConstraint width="300px"/>
     <f:facet name="layout">
-      <tc:gridLayout rows="auto;auto;auto"/>
+      <tc:gridLayout rows="auto;auto;auto;auto"/>
     </f:facet>
 
     <tc:button id="button-internal-link-with-slash" label="internal link with slash" link="/test/button/plain.html"/>
     <tc:button id="button-internal-link-without-slash" label="internal link without slash" link="plain.html"/>
     <tc:button id="button-external-link" label="external link" link="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
+    <tc:button id="button-internal-link-with-slash-and-param" label="internal link with slash and param" link="/test/button/plain.html?foo=&quot;page:id&quot;"/>
 
   </tc:page>
 </f:view>