-
Mar 19th, 2011, 08:21 AM
#1
create an entity
I am having trouble getting to go to a specific url after creating an entity.
why does Roo try to convert all parameters of entity creation into encodable url values.
can someone explain how
"redirect:/aUser/" + aUser.getId();
should lead us into
http://fooApp/aUser/1005
and not
http://fooApp/aUser/1005?a=b&c=d&e=f&g=h
-
Mar 21st, 2011, 06:24 AM
#2
Post the relevant roo commands that you've used. They are in the log.roo in the base of your project.
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