I have been trying to hack around to customize a GWT + Roo test project and so far from my very primitive customized gui, I can call the simple count, findById methods without problem. But I hit a road block when I try to implement some simple search function by addition a finder to the domain class and try to call it thru the requestFactory.ABCRequest().findABCByNameLike(...). Turns out the new finder method just didn't get picked up Roo and auto generate the part of the code that facilitate the call from the GWT client. I can see the finder itself is created in the ABC_Roo_Finder.aj file and can be accessed from server side code, just not available on the client side thru the requestFactory.
Anyone has any solution as to why the new finder, created thru Roo, is no included in the requestFactory? Thanks, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
