Hy guys.
I have a simple problem here.
in my order class i have OrderStatus field, which is an enum in the database. (Can be "Under process" or Dispatched)
My problem is when im using...
Type: Posts; User: sigi77; Keyword(s):
Hy guys.
I have a simple problem here.
in my order class i have OrderStatus field, which is an enum in the database. (Can be "Under process" or Dispatched)
My problem is when im using...
Hy.
Im continuing a spring web flow, using execution key. (a paypal payment order basically) and would need to read query strings from get. &TokenID and &PayerID
this is how the URL looks like...
Im bringing up this topic.
I tried Dwolgars solution in many differences but its not working.
Forwarding and paying on paypal site is OK now with the DoExecute method posted earlier.
I think im...
thats something i need also from time to time...
One solution for this is to perform backup command in spring roo shell.(when everything is working fine)
after you can overwrite the files with...
ok, just delete the method, and roo copies it back to its place... nice
Hy
I pushed in some stuff from one AspectJ file, and now i want to put it back to its place.
I tried AspectJ refactoring -- Pull out ITD but im missing.
Target Aspect is empty, browse also. if...
OK. this can be easy done by editing the menu.jspx.
<div xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:menu="urn:jsptagdir:/WEB-INF/tags/menu"...
OK, i found an interesting example in Spring cook book. (On page 325 according to original page numbers.)
There is a section named: Configuring web request security.
I tried the example, without...
Hy guys!
Im very new to Roo, so maybe i will have some basic questions.
I have a simple problem, i want to protect some views from different Role-s.
for example: a user could only access create...