myGSP

阅读更多

1. two method to call another tab from one tab(^+^grails)

1.1 url= ''
1.2 url="${r2k.categoryUrl(category:cat, retailerName:retailer?.name?:'')}"

 

2. use the global variable

  

 

3. cannot taglib embed taglib 

xx

  

i guest that is because the GSP don't know the taglib render order, use this can be one solution

xx

 another solution tips, method-style syntax like below 1.

你可能感兴趣的:(Grails,GSP)