-
Oct 26th, 2012, 01:06 PM
#1
@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.
Last edited by sudhirkd; Oct 28th, 2012 at 02:02 PM.
Reason: more accurate problem
-
Oct 29th, 2012, 04:13 PM
#2
Turns out that it was happening because the changes were not getting refreshed in embedded tcServer ! Looks like pushing changes to server is not straight-forward.As per STS and Roo documentation, changes should get pushed automatically. But I have to do following ,
tcServer stop
project mvn clean
project mvn install
tcServer clean
project remove from tcServer
project add again
Tags for this Thread
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