Re: People who familiar with Roo generated GWT apps please help

2011-01-09 Thread Mike.G
thanks very much, with your guide i managed to finish it in less 10 minutes. and i've saved your blog too it's so helpful! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroup

Re: People who familiar with Roo generated GWT apps please help

2011-01-09 Thread Thomas Broyer
There are 2 "display regions": one for the list and one for the details/edit views. So you first have to remove one of them. The "content" of these display regions is managed by ActivityManager-s (one per display region), associated to an ActivityMapper each (whose code has been generated by Roo

People who familiar with Roo generated GWT apps please help

2011-01-09 Thread Mike.G
hi all: i'm using Roo+GWT to make my apps, i removed Spring related code because i don't familiar with that. now seem everything works fine, but i met some difficulties when i have to make some changes to UI. As we know by default, the Entity detail view and edit view are displayed under the E