作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
以下代码列出了一些产品:
<table>
<g:each in="${productTypeList}" status="i" var="productTypeInstance">
<tr class="${(i % 2) == 0 ? 'odd' : 'even'}">
<td>${fieldValue(bean: productTypeInstance, field: "name")}</td>
<td>${fieldValue(bean: productTypeInstance, field: "id")}</td>
<td><g:remoteField style="font-family:monospace" name="addProduct" action="addProduct"
id="${fieldValue(bean: productTypeInstance, field: "id")}" size="2"
maxlength="2"/></td>
<td><g:remoteField style="font-family:monospace" name="addProduct" action="addProduct"
id="${i}" size="2"
maxlength="2"/></td>
</tr>
</g:each>
</table>
最佳答案
哦,开枪。它是fieldValue函数中“id”的引用。 IntelliJ过去常常指出这类错误,但最新版本11似乎没有。我猜想过分依赖IDE可能会惹上麻烦。将不得不向IntelliJ提交错误。
关于grails - grails-remoteField/fieldValue我在做什么错?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8513374/
我无法在附加行中显示“真”、“假”、"is"和“否”按钮。 我在这里有一个应用程序:Application 请按照以下步骤使用应用程序: 1。当你打开应用程序时,你会看到一个绿色的加号按钮,点击 在此
我是一名优秀的程序员,十分优秀!