Products
Services
Training
Case Studies
Community
Downloads
Documentation
Grails - Japanese GSP Tag - if
Get Started
Installation
Quick Start
IDE Setup
Tutorials
Screencasts
Reference
Documentation
FAQs
Roadmap
Community
Testimonials
Issue Tracker
Source code
Plugins
Mailing Lists
Nabble Forums
Edit
View Info
?? - if
?? Description
The logical if tag if ??????
????? Parameters
test
- ?????? The expression to test
? Examples
<g:if test=
"${name == 'fred'}"
>
Hello ${name}!
</g:if>
Close