Parameters for HTML Views

Parameters for HTML Views

I'd like to propose the ability to also add integer parameters to an html view. In attempting to pass ID number, I'm forced to convert it to a string, pass that string via url to the view, and then convert the string back into a number. I see no technical issues passing numbers via url strings, do you?

Seems like a real runaround.

When adding parameters, one expects some options to specif what variable type it is.



John M. Whitney