grails - Image from layout not showing in some views -
i have problem layout or views, have logo in header of layout, everytime go view logo not show, looks broken image. have no idea why happenning annoying.
try use resource tag this:
<img src="${resource(dir:'path_to_file', file:'file_name')}">
Comments
Post a Comment