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