0

Using Spring ROO - I have a field in my JSPX file in which I set the range of characters as 15 to 200. So when the user enters a value with 200 characters - while displaying it is coming as a straight line instead of word wrap functionality. Can anyone please tell about how to add the word-wrap to the JSPX file. Following is my existing code

<table:column id="c_Text" property="queryText" render="false" z="user-managed"/>
user1514499
  • 762
  • 7
  • 26
  • 63

1 Answers1

2

I don't know about JSPX but this can be easily done with CSS since it will be displayed in a browser.

AhHatem
  • 1,415
  • 3
  • 14
  • 23