[seam-issues] [JBoss JIRA] Commented: (JBSEAM-4570) Seam Excel example doesn't work correctly on JBossAS 6.0.0.M2

Marek Novotny (JIRA) jira-events at lists.jboss.org
Tue Mar 2 15:47:17 EST 2010


    [ https://jira.jboss.org/jira/browse/JBSEAM-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12517675#action_12517675 ] 

Marek Novotny commented on JBSEAM-4570:
---------------------------------------

After looking at the source code 
	<h:outputLink value="vanilla-csv.seam">
		<h:outputText>Export as comma separated file</h:outputText>
	</h:outputLink>

this requires in JSF2 adding parameter in web.xml:

    <context-param>
        <param-name>com.sun.faces.allowTextChildren</param-name>
        <param-value>true</param-value>
    </context-param>

> Seam Excel example doesn't work correctly on JBossAS 6.0.0.M2
> -------------------------------------------------------------
>
>                 Key: JBSEAM-4570
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4570
>             Project: Seam
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 2.2.1.CR1
>         Environment: JBoss AS 6.0.0.M2
>            Reporter: Martin Gencur
>
> The cause is wrong version of JSF in the application server which is not compatible with RichFaces used in the example.
> Trimmed console output:
> 10:25:28,921 WARN  [org.ajax4jsf.webapp.BaseXMLFilter] This version of RichFaces implementation compatible for JSF1.2, but running under JSF2.0
> This causes that some parts of the example are not displayed. Three links shold be displayed on home page.

-- 
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 seam-issues mailing list