Hi,

I've noticed that when submitting a (stateless) Form page the onSubmit()  
method of the form is only called once all the Page components have all been 
created, and likewise any model objects relating to the form are only populated 
once the page components have been rendered. 

This means that it is hard to create dynamic content in the page that is 
dependent on the contents of the submitted form without "reloading the page" 
using 
setResponsePage(MyPage.class, pageParams) at the end of the onSubmit() call of 
the form.

Has anyone else noticed this and is there a way around it? i.e. can the models 
be populated before the page components are created?

Rgs
Joel

Reply via email to