# File src/Form.rb, line 106
                        def handleResponse(context)
                                value = context.getBinding(@bindings["value"])
                                type = @attributes["type"]
                                context.response << openTag("type", type,
                                                                                         "name", context.elementID,
                                                                                         "value", value,context)
                        end