gpt4 book ai didi

grails - 使用操作字段导航到另一个 View

转载 作者:行者123 更新时间:2023-12-02 15:29:07 25 4
gpt4 key购买 nike

我有 3 个 View 类(class)。他们是 Person, Animal and Building (这是 3 个文件夹,每个文件夹中都有一个名为 show.gsp 的 View )。从 Person View 中,我想导航到 Animal看法。我怎样才能从下面的代码中做到这一点。

<td><g:link action="show" id="${rx.id}">${fieldValue(bean: rx, field: "name")}</g:link></td>

最佳答案

您还需要指定目标 Controller :

<g:link controller="animal" action="show" id="${rx.id}">${fieldValue(bean: rx, field: "name")}</g:link>

关于grails - 使用操作字段导航到另一个 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22631298/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com