1
我使用Grails 1.2.1,Groovy 1.7.7。對於此行的GSP代碼...在GSP中編寫此文件的正確方法是什麼?
<g:if test="${not empty sessionScope.adminUser}">
我得到這個錯誤,
2011-03-21 09:15:38,960 [http-8080-5] ERROR StackTrace - Sanitizing stacktrace:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, Users_davea_Documents_workspace_sts_2_6_0_SR1_socialmediaproxy_grails_app_views_index_gsp: 34: expecting ')', found 'empty' @ line 34, column 17.
1 error
什麼是我應該用我的GSP文件的語法是否正確?謝謝, - 戴夫
謝謝。>(沒有意識到引用會話的正確方式實際上只是「會話」)。 - 戴夫 –
Dave
2011-04-07 15:01:09
偉大的工作。 – Rishi 2011-04-12 13:34:06