Grails Domain Class String List -


i try make string list in grails. part therefore are:

class name{ static hasmany = [names: string] } 

i created controller class , added there:

static scaffold = name 

so far working on in view there name of string can not add inputs list.

so therefore i'm looking solution, hope can help.

thanks in advance!

you question not clear because of want.

if have understood question here answers :

1.if use scaffolding true grails automatically generate pages , codes based on domain configuration, if need more inputs said add more domain variables like.i.e

  class name{     static hasmany = [names: string]     //to see more inputs add them here     string description    } 

you have 1 domain called name , did expect see other more inputs need other more member variables or property's.. if not satisfied component grails created fro can change on .gsp file.

great resource here http://goo.gl/f7xv8i

let me know of further assistance...


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -