When i try to use getter in spring roo project and command `mvn tomcat:run` It can't to run. And have an error:
Mar 19, 2012 10:39:13 PM org.apache.catalina.loader.WebappClassLoader...
Type: Posts; User: bluecolon; Keyword(s):
When i try to use getter in spring roo project and command `mvn tomcat:run` It can't to run. And have an error:
Mar 19, 2012 10:39:13 PM org.apache.catalina.loader.WebappClassLoader...
I have little project about salary management and i hav some problem about "How to reset salary(or set some field) to default value when end month" how to coding with time? And how to set field to...
I'm newbie in spring roo
I want to rearrange fields get a field ids to first. I swap positions between userName field and ids field and try to run webUI but webUI still as before(the first is...
I found the error message when i'm run roo.sh
[Fatal Error] :490:6: The processing instruction target matching "[xX][mM][ lL]" is not allowed.
pls help me thanks in advanced. :D
I'm newbie in roo. now i can create a prototype. but i don't know how to handles computations in roo.
e.g
I have three int fields a, b and c.
if set input
a = 3
b=12
then
c= a+b = 15 << how to...