I upgraded MonoRail to the latest version and now $HtmlHelper.InputFile and $HtmlHelper.DateTime don’t get parsed. Were these removed and are there equivalents for these now?
Thanks,
Justin
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
$HtmlHelper.InputFile is now $FormHelper.FileField.
It appears that $HtmlHelper.DateTime is gone, even though I see documentation for it and haven’t seen anything online indicating that it has been removed. I ended up replacing it with a textbox and using a jQuery date picker.