Customizar campos gerados pelo scaffolding
11/09/2018 22:01
class Aluno {
String nomeAluno
String sexo
String email
String nomeMae
String nomePai
Integer telefone1
Integer telefone2
Integer cpf
Integer rg
Integer idade
Date matricula
Date trancamento
Pagamento pagamento
static constraints = {
}
}
?
[b]aluno.nomeAluno.label=Nome do Aluno[/b]
<f:all bean="aluno" except="nomeAluno,idade"/>
Para se registrar, clique aqui.