Quitadas relgas de navegacion del fichero faces-config, para utilizar la
navegación implicita de JSF 2.0
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
<param-name>primefaces.FONT_AWESOME</param-name>
|
||||
<param-value>true</param-value>
|
||||
</context-param>
|
||||
|
||||
|
||||
|
||||
|
||||
<context-param>
|
||||
<param-name>primefaces.THEME</param-name>
|
||||
<param-value>#{sessionPreferences.currentTheme}</param-value>
|
||||
@@ -59,14 +59,10 @@
|
||||
<url-pattern>*.xhtml</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- <error-page> -->
|
||||
<!-- <error-code>404</error-code> -->
|
||||
<!-- <location>/error.xhtml</location> -->
|
||||
<!-- </error-page> -->
|
||||
<!-- <error-page> -->
|
||||
<!-- <error-code>500</error-code> -->
|
||||
<!-- <location>/error.xhtml</location> -->
|
||||
<!-- </error-page> -->
|
||||
<error-page>
|
||||
<error-code>500</error-code>
|
||||
<location>/error.xhtml</location>
|
||||
</error-page>
|
||||
|
||||
<session-config>
|
||||
<session-timeout>30</session-timeout>
|
||||
|
||||
Reference in New Issue
Block a user