您好,登錄后才能下訂單哦!
在gsp頁面中增加以下代碼
<body> <g:each in="${grailsApplication.domainClasses}" var="dc"> ## -------------- ${dc.logicalPropertyName} -----------------------<br/> <g:each in="${dc.properties?.sort { it.name }}" var="f" status="i"> <% def propLabel = dc.logicalPropertyName + "." + f.name + ".label" def propI18n = message(message: propLabel) %> <g:if test="${i == 0}"> <% def domainLabel = dc.logicalPropertyName + ".label" def domainI18n = message(message: domainLabel) %> ${domainLabel}=${domainI18n.equals(domainLabel) ? '' : domainI18n}<br/> </g:if> <g:if test="${!'version'.equals(f.name)}"> ${propLabel}=${propI18n.equals(propLabel) ? '' : propI18n}<br/> </g:if> </g:each> <br/> </g:each> </body>
會列出所有的字段,以及i18n對比
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。