I’m working on a Grails 2 app, which has HTML 5 based scaffolding. For non HTML 5 browsers, will the gsp tags generate non HTML 5 or can we not use Grails 2 in that case? Or is there a way to disable HTML 5?
Share
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.
HTML5 will be rendered no matter what. Its not really Grails job to determine what to do in every browser. You have a couple of options:
browsers
something else.
Obviously, #1 would be preferred.