Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1562

tomahawk20-1.1.10 for JSF 2 does not work: aliasBean

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.11
    • Alias Bean
    • None
    • Windows, tomahawk20-1.1.10, JSF 2.0 (Mojarra 2.0) on JBoss AS 6, Richfaces 3.3.1

    Description

      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]

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            javaone9 Dave
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: