Everyone,

I am having trouble with the value of various controls on a form not
being posted to a model.  I have put debugging code in the model so that
when the value is set to null, it gives me some info.  The following are
two lines, not 4:


Path: 5:border:selectionForm:submitterAll
Parameters: {interface=IFormSubmitListener, path=5:border:selectionForm}


The above is the results of this code:


if (logger.isDebugEnabled()) {
        logger.debug("Path: " + component.getPath());
        Map map = component.getRequest().getParameterMap();
        logger.debug("Parameters: " + map);
}



If I am reading this correctly, the parameters contain no values for the
 23 controls on the form.  Am I reading this right?  Where do I go from
here to debug the problem.


Thanks,
-- 
Philip A. Chapman

Application Development:
Java, Visual Basic (MCP), PostgreSQL, MySQL, MSSQL
Linux, Windows 9x, Windows NT, Windows 2000, Windows XP

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to