Why don't you set a breakpoint in form.onsubmitform that's where everything begins to get processed as far as the form goes. -Igor
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Philip A. Chapman > Sent: Thursday, August 18, 2005 10:43 PM > To: Wicket Users > Subject: [Wicket-user] Form value not being posted to model > > 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 > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
