hi everybody,
I have a problem regarding the posting of page in web dynpro.I have 2 views. in first view,after the click of button , i am checking for the validation of the input field in the * ' wddobeforeaction method ' * and if error is occurring then i want to print the error message on the same screen for the input field.But as i have jointed these two views , my error message is printing on the other page.I want it to print on same page and the untill and unless the all the input data is correct,the page should not be posted.
I have use
CALL METHOD l_message_manager->REPORT_SUCCESS
for the message printing .
Thanks in Advance.