On 2/21/18 5:14 PM, Craig Dillabaugh wrote:

The page renders fine (basicreport.dt) but the year and budget_id variables are empty (as you can see when I try to dump them out). Any ideas what am I doing wrong?

See here:

http://vibed.org/api/vibe.http.server/HTTPServerRequest

form - Contains the parsed parameters of a HTML POST form request.
query - Contains all form fields supplied using the query string.

Use query, not form.

-Steve