Web Flow 中的 Grails 属性表达式而不是域对象?
我们目前正在尝试使用 Grails Web Flows 构建一些东西。
我们正在 Flow 中设置一个对象(使用 flow.objectName = objectInstance),但是当我们尝试在 Flow 的下一步中访问它(使用 flow.objectName)时,该 Object 并未设置,而是有一个 org .codehaus.groovy....PropertyExpression,它没有我们想要使用的方法。
我们用来设置和获取的代码在其他情况下也有效,我们找不到任何差异。
- 什么是属性表达式?
- 我们做错了什么,Webflows 经常发生的任何线索或问题吗?
预先感谢您抽出时间。
We are currently trying to build some stuff with Grails Web Flows.
We are setting an object in the Flow (using flow.objectName = objectInstance), but when we try to access it in the next step of the Flow (using flow.objectName), the Object is not set, but instead there is a org.codehaus.groovy..... .PropertyExpression, that has none of the methods we want to use.
The Code we used to set and get works in other cases, and we cannot find any differences.
- What is a Property Expression?
- What are we doing wrong, any clues or Problems that happen often with Webflows?
Thank you in advance for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的 Webflow DSL 语法正确。
例如
Make sure your Webflow DSL syntax is correct.
For example