Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがホームページ (index.gsp) にいるかどうかを確認するヘッダー テンプレートがあります。<g:set var="isHome" value="${params.get("controller") == null}" /> で試してみました
しかし、それはコントローラーがないエラーにも当てはまります。助言がありますか?