Hi,
You most probably want to put user's info on top of the page, get idea from footer.jspx.
Type: Posts; User: ebrahim; Keyword(s):
Hi,
You most probably want to put user's info on top of the page, get idea from footer.jspx.
OOps, didn't see the second page of the thread. I was able to install it on 1.1.4 :)
Hi Michael,
Just as another buzz, did you have time to look into the addon?
Many Thanks
Thanks camiloporto, very helpful reply. I had done exactly the same, a test class in root package of test folder and the same problem. After removing the test class everything work like a charm.
Hi everybdy,
How can I override functionality of @RooEntity for all my entities? I have to change delete so that instead of removing from database just make the entity inactive, and consequently I...
After reading chapter 3 of ROO reference: http://static.springsource.org/spring-roo/reference/html/architecture.html#architecture-overview I noticed that I was wrong in the original post. I have to...
I'm newbie and so impressed by the power of ROO and GWT together.
I setup a new GWT apllication in STS using ROO and it is working perfectly. But when I change the UI in ~.client.managed.ui package...