@RooWebFinder issue with Roo 1.2.2
I am new to Roo and Apache Tiles both, I am using @RooWebFinder annotation to generate finder page and menu. Menu is generated on the left, but when I click on that, It shows jspx of "create" entity rather than showing me finder arguments.
I see all the code generated including findBy*.jspx etc. But Since I dont know Apache Tiles, I can not debug easily.
Any help would be appreciated !
Thanks,
** Update : I have found that this issue appears only when finder is using all entity members as arguments. For example, if user entity has firstName and lastName. findByFirstNameAndLastName would show "create" form rather than finderForm. Much better but still a bug.