Show success_message when running an ajax function/process
694309Aug 29 2010 — edited Aug 30 2010Hello all!
I am running APEX 4.0 first off.
I have a page created that shows a list of addresses for a user. I have an icon for each row. This icon indicates whether this address is the user's primary address or not. If it is their primary address it is a yellow star, if it isn't it is a blue star. If you click on a blue star it runs some ajax/on demand process/etc. and sets the row clicked to the new primary. After doing this I refresh the report region using the $a_report function.
I would also like to set a success message and show it without having to reload the page. Is there a function that allows for this?
Thanks in advance! As always, I appreciate the help!