How do I edit the views produced from Roo / gvNIX?
I've got these cool form and table views that they produced thanks to following the tutorials, but I want to fine tune them.
I've tried using the Vaadin plugin in eclipse, but it doesn't seem to recognize jspx.
I've also tried editing with Web Page Editor but eclipse gives me an error. e.g from the tutorial, src/main/webapp/WEB-INF/views/sets/*.jspx I just get this: Failed to create the part's controls 1
I have been able to get the Web Page Editor to work in another Roo project, however, I just need some help in figuring out how to get it do what I want. For example, I have a nice form generated by Roo for a basic address entity, where create.jspx allows inputs for: street number, street name, city, state and post code. Having each of these as form-wide fields looks pretty silly. For example, how do I configure the view so that I have the separate fields for city, state, postcode on one line? Is this something I should do as a section in the standard.css or another css file?
(Using Roo 2.0.0.M1 & gvNIX 2.0.0.M1, Java 1.8, Postgress 9.4, Eclipse Mars.1 - but I think my question is very basic.)