You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dave (JIRA)" <de...@myfaces.apache.org> on 2011/01/25 03:19:43 UTC

[jira] Commented: (TOMAHAWK-1562) tomahawk20-1.1.10 for JSF 2 does not work: aliasBean

    [ https://issues.apache.org/jira/browse/TOMAHAWK-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986186#action_12986186 ] 

Dave commented on TOMAHAWK-1562:
--------------------------------

Same error for using Mojarra 1.2 with tomahawk12-1.1.10 

> tomahawk20-1.1.10 for JSF 2 does not work: aliasBean
> ----------------------------------------------------
>
>                 Key: TOMAHAWK-1562
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1562
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Alias Bean
>         Environment: Windows,  tomahawk20-1.1.10, JSF 2.0 (Mojarra 2.0) on JBoss AS 6, Richfaces 3.3.1
>            Reporter: Dave
>
> I tried tomahawk20-1.1.10 with jsf 2.0 (Mojarra 2.0) on JBoss AS 6, and got the following exception. The bean is alias, and it works for JSF 1.2.
>  
>  <t:aliasBean alias="#{bean}" value="#{fooBean}">
>       <f:subview id="foo">
>          <jsp:include page="/include/foo.jsp" />
>       </f:subview>
>   </t:aliasBean>
>  
> org.apache.jasper.el.JspPropertyNotFoundException: /include/foo.jsp(47,2) '#{bean.result}' The class 'java.lang.String' does not have the property 'result'
> .
>         at org.apache.jasper.el.JspValueExpression.getValue(JspValueExpression.java:104) [:6.0.0.Final]
>         at org.apache.myfaces.custom.aliasbean.Alias.computeEvaluatedExpression(Alias.java:112) [:1.1.10]
>         at org.apache.myfaces.custom.aliasbean.Alias.make(Alias.java:136) [:1.1.10]
>         at org.apache.myfaces.custom.aliasbean.AliasBean.makeAlias(AliasBean.java:349) [:1.1.10]
>         at org.apache.myfaces.custom.aliasbean.AliasBean.makeAlias(AliasBean.java:334) [:1.1.10]
>         at org.apache.myfaces.custom.aliasbean.AliasBeanTag.doStartTag(AliasBeanTag.java:52) [:1.1.10]
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.