XML class UserController { def list() { def users = User.list() withFormat { html userList: users xml { render users as XML } } } } If the preferred format ...
確定! 回上一頁