-
Sep 29th, 2011, 11:12 PM
#1
Extending roo - create a new view besides CRUD jspx
Hello everyone:
I just started to use roo and I find it extremely useful, but I have issues regarding creating new views. As a default, I do a web mvc all --package myPackage and I get a web application with four jspx files per each entity:
create
list
show
update
I would like to have another one, called xmlRepresentation, that would be created as well per each entity. It should be a plain xml representation of the object:
<Person>
<firstName>John</firstName>
<lastName>Doe</lastName>
</Person>
Is there any documentation, some clues anyone can help me with?
Thanks for everything!!
Alejandro
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules