Hi there! How do I get a var value which is being passed by post into a controller by its name?
I mean, I don't want to get the values using request.args(0), because I'll be stuck with the index. I'd rather do something like "request.args['dnsClass'], for example. Any hints? vars:dnsClass:INownername: --

