A
alanmiles100
If I want to initialize my view only once with initial values,
where should I do it?
ActionForm's reset-method seems not to be the right place because it is
called every time if the view has e.g. a submit button. Action class
seems to be called too late. Where should I handle first initialization
of the view? Can anyone please tell me,
Cheers!
where should I do it?
ActionForm's reset-method seems not to be the right place because it is
called every time if the view has e.g. a submit button. Action class
seems to be called too late. Where should I handle first initialization
of the view? Can anyone please tell me,
Cheers!