[webbeans-issues] [JBoss JIRA] Created: (WBRI-226) Reference guide typo describing numberguess example web.xml
Andy Pemberton (JIRA)
jira-events at lists.jboss.org
Wed Apr 8 01:06:22 EDT 2009
Reference guide typo describing numberguess example web.xml
-----------------------------------------------------------
Key: WBRI-226
URL: https://jira.jboss.org/jira/browse/WBRI-226
Project: Web Beans
Issue Type: Bug
Components: Documentation
Affects Versions: 1.0.0.BETA1
Reporter: Andy Pemberton
In section 3.1 of the webbeans-1.0.0.BETA1 reference guide (in the html, html_single, and pdf versions) there is a slight typo in the section describing the numberguess example web.xml deployment descriptor.
I think the third bullet: 'Tell JSF that we will be giving our source files (facelets) an extension of .jsf'
... should read: 'Tell JSF that we will be giving our source files (facelets) an extension of .xhtml'
As it describes the following web.xml configuration:
<context-param>
<param-name>javax.faces.DEFAULT_SUFFIX</param-name>
<param-value>.xhtml</param-value>
</context-param>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list