|
|
This post has NOT been accepted by the mailing list yet.
Guys: I'm in the DOM and I have a need for Ajax. I need to do something like this:
var formElement = document.createElement("g:formRemote");
Will this work ? Can I create DOM elements for grails <g:something> tags ? Thanks.
|