how to call a method onchange in tag in grails. onchange display the product information.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by brian d foy, ЯegDwight, Igor Artamonov, Sankar Ganesh, Mark Linus Jan 19 at 16:25
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
you can use javascript framework to do ajax call to your server, or use formRemote (Grails feature) http://grails.org/doc/2.1.0/ref/Tags/formRemote.html |
|||
|
|