Can you provide some architecture/design advice in regard to using SiteMesh capabilities versus partial templates or other gsp capabilities for smaller grails sites?
Thanks
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.
I don’t see why you wouldn’t use Grails’ built-in SiteMesh layouts for almost everything that deals with standard laying-out of pages (especially on smaller sites, where performance is probably a non-issue).
By not using it, you’d be working against what Grails is providing for you as a convenience.