2007/12/13, Frank W. Zammetti <[EMAIL PROTECTED]>: > > return mapping.findForward("JSONResultType");
I don't like this syntax, because it mixes the concept of forward (to a page) with the rendering of the ActionForm. Probably a more specific ActionMapping method, or different types of ActionForwards, could be better. Antonio