Quantcast

How to create grails tags using DOM Scripting ?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How to create grails tags using DOM Scripting ?

Tommy
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.
Loading...