grails標籤學習(一)

2021-05-17 18:16:32 字數 1472 閱讀 3608

昨天用

grails

標籤實現類似

google

自動提示功能,發現

grails

標籤真是很酷。開始學習他:

actionsubmit

action

預設時,預設與

value同名

checkbox

collect

name: $

效果:

name: giftname1

name: giftname2

name: dane cook

name: dane cook "live tolaugh" men's baseball jersey 4

name: dane cook "live tolaugh" men's baseball jersey 5

name: dane cook "live tolaugh" men's baseball jersey 6

name: dane cook "live tolaugh" men's baseball jersey 7

name: dane cook "live tolaugh" men's baseball jersey 8

name: weiweitest

name: dane cook "live tolaugh" men's baseball jersey 10

each//

用區間時要用括號括起來

//內部有動態標籤時,

var是必須有的

$

createlink

link

類似)

等價與:

currencyselect貨幣下拉列表

datepicker

日期選擇器

findall

stephenking's books:

title:$

grails 的一些命令,中文亂碼,頁面標籤等

二 中文亂碼 grails檔案建立後的預設編碼是 gb2312 修正方法是使用支援utf8編輯的editor,比如ultraedit。開啟源 後請選擇 檔案 轉換 ascii到utf 8編輯 然後正常輸入漢字儲存即可。ultraedit還有一 項設定在 高階 配置 左面樹形選單 檔案處理 unico...

Grails學習筆記之GORM

1.關聯查詢 假設有以下領域物件 class account class transaction def c account.createcriteria def now new date def results c.list eq transaction.id 1 as long 如果是關聯的id...

Grails學習筆記 Web層設計

grails採用了controller action模式來處理請求,乙個controller可以包含多個action。controller action可以直接響應請求,或者委託給view來處理。可以將action理解為乙個處理請求的方法,而controller是一組相關action的集合。如use...