Send parameter from view to controller via link in Grails

pragmus

For example, I've this string in GSP:

<td>${cafeeInfo.cafeeName}</td>

How can I send value to the controller via parameter? I know how to do it with form, but to my mind in this case better method is possible.

Gregg
<g:link action="???" controller="???" params="[param1: value1]">Whatever</g:link>

Here is some Documentation

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Send a modified json from the view to controller

From Dev

How to send id from view to Controller CodeIgniter via form_open_multipart

From Dev

Send post from view to controller

From Dev

angularJS send parameter from template to controller

From Dev

How to send Checkbox checked Values to Formcollection Parameter in controller from aspx view

From Dev

Send array data from laravel view to controller

From Dev

send @Model from view to controller with ajax

From Dev

Grails controller - link to select element from .gsp file

From Dev

Grails send data from service to view

From Dev

Write Html with a Link to the view from the controller

From Dev

How to send data from view to controller

From Dev

Unable to send JSON response from grails controller to jQuery datatable

From Dev

How to send array from jQuery and display it in grails controller?

From Dev

Passing parameter from view to controller to factory in AngularJS

From Dev

Controller action not receiving parameter from view

From Dev

Send data from view to controller in opencart

From Dev

Send parameter from html to method in controller

From Dev

Rails: how to send a string from controller to view?

From Dev

Rendering PDF from controller to view in Grails

From Dev

Laravel: Send multidimentional array from view to controller?

From Dev

Send id to controller from view in option tag

From Dev

creating link for grails view from javascript

From Dev

How to send value from view to controller?

From Dev

Pass parameter from a view to a controller

From Dev

How to send a text message or a link from controller to view?

From Dev

Passing information from universal link into view controller

From Dev

How Send parameter in controller to view in Laravel 8 Mail

From Dev

How to send 2 values from view to controller

From Dev

How to pass correctly parameter from view to controller?

Related Related

  1. 1

    Send a modified json from the view to controller

  2. 2

    How to send id from view to Controller CodeIgniter via form_open_multipart

  3. 3

    Send post from view to controller

  4. 4

    angularJS send parameter from template to controller

  5. 5

    How to send Checkbox checked Values to Formcollection Parameter in controller from aspx view

  6. 6

    Send array data from laravel view to controller

  7. 7

    send @Model from view to controller with ajax

  8. 8

    Grails controller - link to select element from .gsp file

  9. 9

    Grails send data from service to view

  10. 10

    Write Html with a Link to the view from the controller

  11. 11

    How to send data from view to controller

  12. 12

    Unable to send JSON response from grails controller to jQuery datatable

  13. 13

    How to send array from jQuery and display it in grails controller?

  14. 14

    Passing parameter from view to controller to factory in AngularJS

  15. 15

    Controller action not receiving parameter from view

  16. 16

    Send data from view to controller in opencart

  17. 17

    Send parameter from html to method in controller

  18. 18

    Rails: how to send a string from controller to view?

  19. 19

    Rendering PDF from controller to view in Grails

  20. 20

    Laravel: Send multidimentional array from view to controller?

  21. 21

    Send id to controller from view in option tag

  22. 22

    creating link for grails view from javascript

  23. 23

    How to send value from view to controller?

  24. 24

    Pass parameter from a view to a controller

  25. 25

    How to send a text message or a link from controller to view?

  26. 26

    Passing information from universal link into view controller

  27. 27

    How Send parameter in controller to view in Laravel 8 Mail

  28. 28

    How to send 2 values from view to controller

  29. 29

    How to pass correctly parameter from view to controller?

HotTag

Archive