VelocityViewServlet and HTML form

2007-08-07 Thread Patrick Olivier
Hi, I'm trying to modify the simple example provided with velocity tools 1.3 ( simple.war ). What i want to do is to add an html form in the index.vm template : ... form method=post action=index.vm input type=text name=message value=$!toytool.message input type=submit value=Send /form ... When

Re: VelocityViewServlet and HTML form

2007-08-07 Thread Claude Brisson
Le mardi 07 août 2007 à 09:56 +0200, Patrick Olivier a écrit : Hi, I'm trying to modify the simple example provided with velocity tools 1.3 ( simple.war ). What i want to do is to add an html form in the index.vm template : ... form method=post action=index.vm input type=text

Re: VelocityViewServlet and HTML form

2007-08-07 Thread Malcolm Edgar
Hi Patrick, If you are doing a lot of form work, you may find the Click Framework useful. Its a web framework which uses Velocity for rendering, and has extensive form support. regards Malcolm Edgar http://click.sourceforge.net On 8/7/07, Claude Brisson [EMAIL PROTECTED] wrote: Le mardi 07

integrating velocity and groovy

2007-08-07 Thread rzo
Hello, for those interested in velocity and groovy: I have implemented a simple integration between velocity and groovy. More information and java source may be found on the groovy mailing list: http://archive.groovy.codehaus.org/user/20070807104403.318080%40gmx.net Comments and suggestions

Re: integrating velocity and groovy

2007-08-07 Thread Nathan Bubna
This looks cool! This would be a good thing to link to on our Wiki. Perhaps on http://wiki.apache.org/velocity/ContributedCode Thanks for sharing! On 8/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, for those interested in velocity and groovy: I have implemented a simple