marcospereira on 03/05/09
Last Edited at 03/05/09 11:18am
def w=new FileWriter('t',true)w.println(request.t)w.close()html.html{ form {input(name:'t')} new File('t').eachLine{p{it}}}
Report this snippet Tweet
Comment:
You need to login to post a comment.