Take a look at,
http://framework.zend.com/manual/en/zend.controller.actionhelpers.html#zend.controller.actionhelpers.flashmessenger
José de Menezes Soares Neto wrote:
> Hi again friends,
>
> I did a form, but when I submit it, if there is an error, ok, it shows
> me the errors, but if success, the form goes back to a page (indicated
> by me), but I would like to show a message of success, but I dont
> wanna create a page for this, only a div or something like that (like
> alert("success!!"), but its too ugly).
>
> Any suggestions for this?
>
> best regards,
>
> José de Menezes