Sitemesh seems donot work in Grails portlet

View: New views
1 Messages — Rating Filter:   Alert me  

Sitemesh seems donot work in Grails portlet

by tran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Anyone uses grails portlet plugin (http://grails.org/plugin/portlets)?
I just have tried it for 2 months. Yesterday I tried to use sitemesh for portlet views, so I added the following codes in view.gsp
   <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta name="layout" content="main" />
        <title>Show Book</title>
    </head>

But it seems to me that sitemesh does not have an effect to these view.

I tried to post issues in JIRA (http://jira.codehaus.org/browse/GRAILSPLUGINS/component/13896), but it seems that the authors dont look to it anymore.