private void _updateFavorites(ActionRequest req, ActionResponse res)
throws Exception {
// Getting the http request
ActionRequestImpl reqImpl = (ActionRequestImpl) req;
HttpServletRequest httpReq = reqImpl.getHttpServletRequest();
String activity = ParamUtil.getString(req, "favorite_activity");
String bibleVerse = ParamUtil.getString(req, "favorite_bible_verse");
String food = ParamUtil.getString(req, "favorite_food");
String movie = ParamUtil.getString(req, "favorite_movie");