JSF: The MyFaces
Custom Components
(Tomahawk)
\u2022Getting the MyFaces components
\u2022Configuring MyFaces to use Tomahawk
\u2022Three simplest components
\u2013Date input
\u2013Tabbed panes
\u2013Tables with column flow
<filter>
<filter-name>extensionsFilter</filter-name>
<filter-class>
org.apache.myfaces.component.html.util.ExtensionsFilter
</filter-class>
...
<filter-mapping>
<filter-name>extensionsFilter</filter-name>
<url-pattern>/faces/*</url-pattern>
Leave a Comment