Re: [Wicket-user] getValue(), getInput(), and defaultFormProcessing

2006-08-19 Thread Johan Compagner
getValue() is the rawinput or the value of the model as a string.and rawinput is pretty much the same ais getInputgetInput() is really just getting the input that the browser did sent And a developer really doesn't really have to call this method in normal cases. and that also answers your next

[Wicket-user] getValue(), getInput(), and defaultFormProcessing

2006-08-18 Thread Tymur Porkuyan
I have two questions. First one is what is the difference between getValue and getInput? Second one is how can I retrieve the value entered to the form component if defaultFormProcessing is set to false? These questions have arisen when I was trying to implement an editable multi-page table that