* set .pageaction = false transparently in cbi SimpleForm constructor

This commit is contained in:
Steven Barth 2008-11-01 17:10:50 +00:00
parent af51f7718e
commit e29810c534

View file

@ -436,6 +436,7 @@ function SimpleForm.__init__(self, config, title, description, data)
self.data = data or {}
self.template = "cbi/simpleform"
self.dorender = true
self.pageaction = false
end
function SimpleForm.parse(self, ...)