hi,

in the submit logic the getModel().getObject() is an empty string although I 
set it via textfield:

final Button tagSubmit = new Button("tagSubmit", Model.of("")) {
            @Override
            public void onSubmit() {
                    tagTitle.getModel().getObject() // it is empty!!
                }
            }

        };


that's the textfield:

final TextField<String> tagTitle = new TextField<String>("tagTitle", 
Model.of(""));




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to