[jboss-jira] [JBoss JIRA] Created: (JBIDE-345) Error: "Cannot get value for expression '#{XXX.pageTitle}'"

Kip (JIRA) jira-events at jboss.com
Thu Aug 3 02:14:11 EDT 2006


Error: "Cannot get value for expression '#{XXX.pageTitle}'"
-----------------------------------------------------------

                 Key: JBIDE-345
                 URL: http://jira.jboss.com/jira/browse/JBIDE-345
             Project: JBoss IDE
          Issue Type: Bug
         Environment: WinXP
            Reporter: Kip


Using JBossIDE-200608021549-nightly-ALL.zip.

Used HibernateConsole to generate Seam files.  When I access /seamapp and click "Search for existing XXX records", I get this error:
  Cannot get value for expression '#{XXX.pageTitle}'

Per the forum discussion (http://forum.hibernate.org/viewtopic.php?p=2314747&sid=fc624587d62db8641c0e45682e433c3e), the error appears to be in selector.java.ftl.  Fix is probably to change 
      @${pojo.importType("org.jboss.seam.annotations.In")}
      private transient ${pojo.importType("java.util.ResourceBundle")} resourceBundle;
to 
      @${pojo.importType("org.jboss.seam.annotations.In")}(create=true)
      private transient ${pojo.importType("java.util.ResourceBundle")} resourceBundle;


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list