在我看來,我設置了pageProperty
,標記爲content
,但是,Grails 1.3.6 ifPageProperty
未檢測到我的邊欄pageProperty
。有什麼想法嗎?Grails未記錄的方法ifPageProperty實際上工作嗎?
layout.gsp
<g:ifPageProperty name="page.sidebar">
<aside id="sidebar">
<g:pageProperty name="page.sidebar" />
</aside>
</g:ifPageProperty>
view.gsp
<html>
<head>
<title>My Account Title</title>
</head>
<body>
<content tag="sidebar">
<h4>Sidebar</h4>
<p>Hola. This is a sidebar test!</p>
</content>
<h1>Content Heading</h1>
</body>
</html>
PS。如果你想知道我在哪裏設置我的佈局,它將在控制器中設置。
你好,請在Grails的吉拉報告錯誤。我檢查了ifPageProperty的源代碼,並且有一個錯誤。 – 2011-02-09 22:51:20