Skip to content

Instantly share code, notes, and snippets.

@chanwit
Created November 8, 2011 10:10
Show Gist options
  • Select an option

  • Save chanwit/1347409 to your computer and use it in GitHub Desktop.

Select an option

Save chanwit/1347409 to your computer and use it in GitHub Desktop.
package helloworld
import org.zkoss.zk.grails.*
class HelloComposer extends GrailsComposer {
def afterCompose = { wnd ->
}
def world() {
alert("Hello World")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment