From: Randy Date: 2008-06-18T18:28:58+09:00 Subject: Re: Amrita : how to define the field VALUE of the tag INPUT. Hi Paul, On 18 juin, 10:02, Paul McMahon wrote: >However, I am guessing you want to do something like this: You 're right ! Thanks for your reply, I can continue my work :) Have a good day. Randy > require "amrita/template" > s = "" > template = Amrita::TemplateText.new(s) > template.expand(STDOUT, { :my_value => Amrita.a(:value => 'a default')})