Reputation: 117
I want to create a custom finder in my roo application. Most of the previous questions recommend creating the finders in the java classes, but I couldn't find the code to implement that and how to use it in my views or auto create the view.
Upvotes: 1
Views: 48
Reputation: 1973
Create your finders using finder add command.
Then customize the JSP page, the controller handler method and the finder method as needed.
Upvotes: 1