Apex not displaying success message [message #569518] |
Mon, 29 October 2012 02:14 |
|
Sangeethahg
Messages: 8 Registered: June 2012 Location: Bangalore
|
Junior Member |
|
|
Hi,
I am using Apex 4.1.1.00.23, Windows XP.
I created a simple region on a page wherein, the region contains an text field and a button. I created a process - When the button is clicked then the text field should be made blank and display a successful message. It worked fine. But, I also wanted a report (with search option) on the same page on a different region. When I created this report region with search option, the first region is having a problem, i.e., it is not showing up the successful message. Please let me know why this is happening and how to overcome this problem.
Thanks in advance.
|
|
|
Re: Apex not displaying success message [message #569525 is a reply to message #569518] |
Mon, 29 October 2012 03:50 |
c_stenersen
Messages: 255 Registered: August 2007
|
Senior Member |
|
|
My guess then would be that the process which makes the field blank and shows the success message doesn't run. Does it still make the field blank? If not, check your conditions and at what time the branches are run (before/after processing)
It might be that this search added a branch without conditions that runs before the processing. Have a look and see if that might be the source of your problem.
[Updated on: Mon, 29 October 2012 03:52] Report message to a moderator
|
|
|
|