using WebWork (which also extends Velocity) I am using the valid code:
#bodytag (Form "action='addPressetext.action'" "method='post'")
#tag (Checkbox "name='checkbox'" "label='A checkbox'"
#end
and it shows an error at #end. How do I make veloedit know this is correct. It is a subclass of AbstractTagDirective.
Thanks
josh
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
using WebWork (which also extends Velocity) I am using the valid code:
#bodytag (Form "action='addPressetext.action'" "method='post'")
#tag (Checkbox "name='checkbox'" "label='A checkbox'"
#end
and it shows an error at #end. How do I make veloedit know this is correct. It is a subclass of AbstractTagDirective.
Thanks
josh