How do I go about programmatically creating new HTML pages (views) in grails from the controller and then fill it with data from the database. The data and name of the pages will be different for each new page but the formatting of all the pages is exactly the same.
Is there any library in grails that does that?
Snippets are welcome. Seems that it's described on every basic tutorial for grails. Did you read any? As I see you alredy knowns what is it Controller, View (GSP), HTML, MVC. Any specific question? Any problems with passing data to view?
以上就是generate new html files on server- grails的详细内容,更多请关注web前端其它相关文章!