If you configure that form to do a get post,
Do you see then all the values in the url (you shouldn't redirect then
to see it)
Because this look almost like a link click that invokes that form submit.
OR you really don't have the fields inside the form on youre html side.
johan
Philip A. Chapman wrote:
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,
-------------------------------------------------------
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