Results 1 to 2 of 2

Thread: create an entity

  1. #1

    Default 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

  2. #2
    Join Date
    Aug 2010
    Location
    Goteborg, Sweden
    Posts
    434

    Default

    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
  •