I've been trying to make some simple changes to my GWT/GAE app, but keep getting frustrated.
I'd like to change some of the TextBox edit fields to TextArea (or maybe even Rich Text Area). I've tried a few things that don't work. How can I do this?
I'm also frustrated by the ordering of fields. I've moved some of my accessors into my entity .java from the .aj to add some logic. These fields always end up at the top of the view no matter the order of the properties in the entity.
Dan


Reply With Quote
