Friday, October 14, 2011

Grails - user - Paragraphs

Grails - user - Paragraphs
What's the standard design solution for the following problem :

The application prompts the user for some text. This is entered in a text area. And it's easy to store it as a long String. But how to preserve the line breaks to keep the separate paragraphs ? Should the text be stored as String[] ? Should the controller convert the text area String into String[] ?

No comments:

Post a Comment