How to pass values from view to controller in grails

前端 未结 1 687
一个人的身影
一个人的身影 2020-12-22 05:02

I need to pass the Id value to my controller to execute the action. Currently this is what I have in my controller.

    def StartServer() {
    amazonWebServ         


        
1条回答
  •  情歌与酒
    2020-12-22 05:58

    • createLink
    • remoteLink
    • remoteFunction

    Use anyone from above according to your need. I bet you will also get samples/questions/answers here in SO related to the same requirement if you search.

    0 讨论(0)
提交回复
热议问题