[jboss-jira] [JBoss JIRA] Closed: (JBIDE-345) Error: "Cannot get value for expression '#{XXX.pageTitle}'"
Max Andersen (JIRA)
jira-events at jboss.com
Thu Aug 3 05:03:11 EDT 2006
[ http://jira.jboss.com/jira/browse/JBIDE-345?page=all ]
Max Andersen closed JBIDE-345.
------------------------------
Fix Version/s: 2.0.0.Beta1
Resolution: Done
thanks, fixed. See also in the hibernate tools project. See http://opensource.atlassian.com/projects/hibernate/browse/HBX-721
> 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 Obenauf
> Fix For: 2.0.0.Beta1
>
>
> 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