I don't understand what you expect at what time.
So at render time the text is "" (or null) and this is what you expect?
Because the pojo object text property is "" or null?

Then after a form submit when you have type something in it it is still null?

Ofcourse must the form be submitten, how else would text be transfered from the browser to the server??

johan


On 10/31/05, Chantal Ackermann <[EMAIL PROTECTED]> wrote:
Hello Johan,

the text property of the POJO and the ModelObject are both null. At
page rendering and at page submit time. What I want to know is - why
are they null when I've just entered text into the TextField? Why is
the text not read? Is it because the textfield is added as part of a
Form and it will only be submitted when the Form itself gets submitted?

INFO  - NaviPage                   - TextField Model:
Model:classname=[wicket.model.PropertyModel]:attached=false:
nestedModel=[null]:_expression_=[text]:propertyType=[null]
INFO  - NaviPage                   - TextField ModelObject: null
INFO  - NaviPage                   - TextField ModelObjectString:
DEBUG - NaviPage                   - text of IdString: null

Regards,
Chantal



Reply via email to