Hello All,

I'm new to Spring Roo and I found it very useful. I have 2 entities in my application, Experiment and Story. Experiment can contain several stories. I have build a view for displaying a story.

Can I directly reuse that view to render the stories that are contained in an experiment's view? If yes, how to do it?

Thanks.