in my application am showing a popup div form.from that popup form am submitting which controller calls webservice and return the popup automatically closes. Am using ajax->submit for button.I should not close the popup form if an error occur from the controller.
How to do this.Also i need to show the relevant error mesage below the particular input box.How to show the $form->error manually
thanks