Nino Saturnino Martinez Vazquez Wael schrieb:
I guess he could also solve this by having one constructor for ajax and
another for non ajax in his panel.. That would mean only one panel.. It
depends on what he wants..
Wicket in a nutshell letting OO concerns up to you:)
well, thats the trouble ;)
I have a complex objectgraph over currently 15 entities that goes into a
single complex form and where I need a bunch of ModalWindows to display
little forms to give additional input/ manipulating method for the
mainform, so the mainform doesnt get too complex all over.
And the trouble is now the point where to start and how to have many
ModalWindows holding smaller Form's each without creating too much
manually... gave me now some headache for the last days.