Grails word separating -


i using take param user after want separate strings check words existing or not in database. code/algorithm should use separate words string param?

you should send words array parameter, e.g.

?word=hello&word=world&word=something&word=else 

in controller can retrieve words list of strings with

list<string> allwords = params.list('word') 

Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -