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 question: Use getValue()Because that will return the rawinput which is set when defaultFormProcessing is set to false.johanOn 8/18/06, 
Tymur Porkuyan [EMAIL PROTECTED] wrote:
I have two questions. First one is what is the difference betweengetValue and getInput? Second one is how can I retrieve the valueentered to the form component if defaultFormProcessing is set tofalse?These questions have arisen when I was trying to implement an editable
multi-page table that was remembering changes while user navigatesacross the pages. I created page navigation links as SubmitLinks withdefaultFormProcessing set to false. After each navigation values areread from inputs (although I'm not sure if I do read them in a right
way) and models are updated manually.This was necessary because the table's form has lots of validation onit and this validation shouldn't pop up when navigationg betweenpages.Maybe, there is an easier way to do this?
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[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 was remembering changes while user navigates
across the pages. I created page navigation links as SubmitLinks with
defaultFormProcessing set to false. After each navigation values are
read from inputs (although I'm not sure if I do read them in a right
way) and models are updated manually.

This was necessary because the table's form has lots of validation on
it and this validation shouldn't pop up when navigationg between
pages.

Maybe, there is an easier way to do this?

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user