hi -
I created an app and one of my entities is an 'Organization'. Here's the commands I used to create:
The problem is when after I create an Organization with a name of 'Test-Organization', the list (show.jspx) chops off some of the data. Only the value of 'Test Organ' is displayed. This is also true for the description field.Code:entity --class ~.domain.Organization --testAutomatically field string --fieldName name --notNull --sizeMin 5 --sizeMax 25 field string --fieldName description --notNull --sizeMin 5 --sizeMax 25
Ideas on how to fix so the entire value is displayed ?
thanks


Reply With Quote