I wanted to use a configurable list of select options for my create.gsp as follows:
1) in Config.groovy:
catagory_list = ["Wedding", "Birthdays", "Celebrations", "Cupcakes"]
2) Then I created...
Type: Posts; User: sankumanis; Keyword(s):
I wanted to use a configurable list of select options for my create.gsp as follows:
1) in Config.groovy:
catagory_list = ["Wedding", "Birthdays", "Celebrations", "Cupcakes"]
2) Then I created...