This page (revision-11) was last changed on 15-Sep-2016 19:49 by Dieter Käppel

This page was created on 22-Nov-2013 10:30 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
11 15-Sep-2016 19:49 8 KB Dieter Käppel to previous
10 15-Sep-2016 19:49 8 KB Dieter Käppel to previous | to last
9 23-Dec-2013 03:01 8 KB Dieter Käppel to previous | to last
8 23-Dec-2013 03:00 8 KB Dieter Käppel to previous | to last
7 25-Nov-2013 19:35 8 KB Dieter Käppel to previous | to last
6 25-Nov-2013 19:33 8 KB Dieter Käppel to previous | to last
5 25-Nov-2013 19:32 7 KB Dieter Käppel to previous | to last
4 25-Nov-2013 19:28 7 KB Dieter Käppel to previous | to last
3 25-Nov-2013 19:20 6 KB Dieter Käppel to previous | to last
2 22-Nov-2013 14:05 6 KB Dieter Käppel to previous | to last
1 22-Nov-2013 10:30 7 KB Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 15 added 3 lines
!!!Inhalt
[{TableOfContents title='Page contents' numbered='true'}]
At line 110 removed 24 lines
!!!Resource-Tag
JSF-Resources können mit <h:outputStylesheet> und <h:outputScript> ausgegeben werden, mit <h:graphicImage> als Image angezeigt. Einige weitere Tags unterstützen die Attribute "name" und "library". Darüber hinaus gibt es die Möglichkeit, Resource-URLs mit
{{{
#{resource['<library>:<name>']}
}}}
zu erzeugen oder ganz zu Fuß mit
{{{
#{request.contextPath}/faces/javax.faces.resource/<name>?ln=<library>
}}}
Möchte man einen Link erzeugen vom Schema <a href="...">, bietet [JSF Ext] eine schönere Lösung:
{{{
<e:resourceLink name="<name>" library="<library">
<h:outputText value="Some link"/>
</e:resourceLink>
}}}
__Hinweis:__ Wie der normale <h:outputLink> unterstützt <h:resourceLink> ebenfalls Parameter vom Typ <f:param> (und abgeleitete Parameter wie <f:method-param> und <f:new>).