PDA

View Full Version : Using AbstractWizardForm Controller


maverick_rahul
Oct 11th, 2006, 07:34 AM
Hi,

One of my class extends this controller. The request comes to the formBackingObject() in the form of POST. In formBackingObject() I am trying to render the form object which i am oing successfully but when that object returns from this method it doesnt calls the first page of the wizard. It just hangs up somewhere.
On debugging I found

BaseCommandController:340 - Creating new command of class[InfoForm]
and after this I believe the page should be rendered with the form object, but i am not getting the first page of the wizard.

Can anyone help me out in this.

Thanks in advance.