hi experts
I encountered a very odd problem when trying to show up an error message... and hope someone can help me out.
I defined a standard action in the view, and wrote some lines of code to check the input data in the predefined method
WDDOBEFOREACTION
which will call a method from component controller, and that method will call message_mananger->report_t100_message to show up an E type message if any error happened. But the problem is the program does not stop there but go into the action handler(ONACTIONACT_XXX).
I think it should actually stop and show up the message rather than get into the action handler because of the action is standar...
can anyone help?
many tkx