Skip to content

Commit

Permalink
fix(demo): tc:link outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
henningn committed Dec 13, 2024
1 parent 3cac114 commit e2bf6e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<li><tc:link label="&lt;tc:bar>" outcome="/content/050-container/60-bar/Bar.xhtml"/></li>
<li><tc:link label="&lt;tc:link>"
outcome="/content/040-command/00-button-link/Button_and_Link.xhtml"/></li>
<li><tc:link label="&lt;tc:tab>" outcome="/content/070-tab/Tab.xhtml"/></li>
<li><tc:link label="&lt;tc:tab>" outcome="/content/070-tab/Tab_Group.xhtml"/></li>
</ul>
</tc:section>

Expand Down Expand Up @@ -128,8 +128,7 @@
</f:facet>
</tc:in>
<p>For more information have a look at
<tc:link label="Message Layout"
outcome="/content/120-layout/90-message-layout/Message_Layout.xhtml"/></p>
<tc:link label="Message Layout" outcome="/content/120-layout/90-message-layout/message-layout.xhtml"/></p>
</tc:section>

<tc:section label="Tag library">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
outcome="/content/050-container/40-section/Section.xhtml"/>
</li>
<li><tc:link label="&lt;tc:header> &amp; &lt;tc:footer>"
outcome="/content/050-container/50-header+footer/Header_and_Footer.xhtml"/>
outcome="/content/050-container/50-header-footer/Header_and_Footer.xhtml"/>
</li>
<li><tc:link label="&lt;tc:figure>"
outcome="/content/020-output/45-figure/Figure.xhtml"/></li>
Expand Down Expand Up @@ -129,8 +129,7 @@
<li>Resources can be excluded from parent theme.</li>
<li>ResourceBundles support parameters</li>
<li>The <code>lang</code> attribute of the HTML root tag will be rendered now.</li>
<li><tc:link label="Messages"
outcome="/content/020-output/30-messages/Messages.xhtml"/>
<li><tc:link label="Messages" outcome="/content/170-validation/30-messages/Messages.xhtml"/>
are closeable now.
</li>
<li>Custom CSS classes can be added to a component.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@
Tag to the FacesServlet config in the <code>web.xml</code>. Since JSF 2.2 this is not needed.
</tc:section>
Example:
<tc:link label="File Upload"
outcome="/content/100-upload/Upload.xhtml" />
<tc:link label="File Upload" outcome="/content/100-upload/File_Upload.xhtml" />
</tc:section>

</tc:section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</tc:section>

<tc:section label="Automatic Label">
See <tc:link label="Labeled Layout" outcome="/content/120-layout/40-labeled/Labeled_Layout.xhtml"/>
See <tc:link label="Labeled Layout" outcome="/content/120-layout/40-label/Label_Layout.xhtml"/>
</tc:section>

<tc:section label="Progress Bar">
Expand Down

0 comments on commit e2bf6e3

Please sign in to comment.