aoathout

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: Table empty after server-side redirect #94704
    aoathout
    Participant

    Ok, I just got this working. I thought is was related to sitemesh and artifacts being included from the main template layout. But it came down to the 'url' and 'editurl' options on the grid not pointing to a full path. During initial render I was using just the action name of the grails controller ('itemList') which worked great. but after redirect things broke. When I changed to 'url' and 'editurl' to use the grails createLink tag url=${createLink(action: 'itemList')} things worked after the redirect.

    in reply to: Table empty after server-side redirect #94703
    aoathout
    Participant

    bodyjar said:Is your redirect is a javascript browser back or a http redirect (3xx) ?


    It is a http redirect. The grails redirect call uses HttpServletReponse.sendRedirect() behind the scenes.

Viewing 2 replies - 1 through 2 (of 2 total)

Stay connected with us in your favorite flavor!