| edu.iu.uis.eden.web.StrutsRequestProcessor
StrutsRequestProcessor | public class StrutsRequestProcessor extends RequestProcessor (Code) | | A RequestProcessor implementation for Struts which handles saving and retrieving
ActionForm s when leaving one context in the web GUI for another and then
returning. This uses the
StrutsRequestProcessor.DOC_FORM_KEY_ATTRIBUTE to store the saved forms.
author: bmcgough author: rkirkend author: ahamid |
isConvertNullWorkaroundNeeded | protected boolean isConvertNullWorkaroundNeeded()(Code) | | In KEW we set the convertNull property to "true" on the Struts ActionServlet. However, if an application which is running
KEW as an embedded Struts Module has it set to false or is using some customizations to BeanUtils this will
cause problems. We need to detect when this case occurs, then register context sensitive converters which will convert
properly inside of the KEW web application.
|
|
|