jordi fita mas
2883438157
I implemented the Valuer and Scanner interfaces to InputField and SelectField for better passing values between the database and Go. I had a conflict with the Value name and renamed the struct member to Val. I also had to change the attributes array to be of type template.HTMLAttr or html/template would replace `form="newtax"` attribute to `zgotmplz="newtax"` because it deems it “unsafe”. I do not like having to use template.HTMLAttr when assigning values, but i do not know what else i can do now. |
||
---|---|---|
.. | ||
company.go | ||
contacts.go | ||
db.go | ||
form.go | ||
locale.go | ||
logger.go | ||
login.go | ||
profile.go | ||
recover.go | ||
router.go | ||
template.go |