hey all, If i build a normal form (e.g. user register) - how could i save the input http parameters in my page object / model object? I found some examples to use a ValueMap as properties model or Model (wicket class) to save the input values. I dont which variant will be a good to do this. How to use a pojo class (with a good design way) for the gui. This step builds up the gui layer without a persistence layer - or should i use the same model classes (pojo's) for both features?
I'll very thankful for some tips or links to examples, tutorials about my specified problem. Thx in advance Daniel
