Hi all,
Sorry for the late response. I used Stripes 1.5 to communicate with an angular
1.5 frontend which posts with a json body by wrapping the HTTPServletRequest.
I created a wiki page with the
codehttps://stripesframework.atlassian.net/wiki/display/STRIPES/Read+JSON+Requests+with+Stripes+1.5
Hi Jon,
If you are using the master branch, you can create a RestActionBean which
will take the incoming JSON and parse it into ActionBean fields.
If you are not using the master branch, you can a @Before method on your
ActionBean which is executed before binding and validation. That method
extr