...
[15:02:18 CDT(-0500)] <EricDalquist> but it works for the action request version of that?
[15:02:45 CDT(-0500)] <cwaymire> the mvc controller using a RequestMapping works
[15:03:06 CDT(-0500)] <EricDalquist> just out of curiousity
[15:03:06 CDT(-0500)] <cwaymire> at first I tried using an ActionMapping/RenderMapping pair but I need/want to return json
[15:03:12 CDT(-0500)] <EricDalquist> can you try doing this one: https://gist.github.com/anonymous/5207946
[15:03:23 CDT(-0500)] <EricDalquist> but change the ActionReq/Res to ResourceReq/Res
[15:03:35 CDT(-0500)] <EricDalquist> and use a resourceurl instead of an actionurl to call it
[15:03:41 CDT(-0500)] <EricDalquist> just to see if that makes any difference
[15:03:42 CDT(-0500)] <EricDalquist> if not