Hai,<br><br>I want to display one message box from teeda page Class.<br><br>For Example,in EmployeeCreatePage after creating a record in DB,<br>i want to show,「登録しました」in message box. And return to EmployeeListPage.<br><br>
<br><br>public Class doCreate(){<br><br>.........................<br>.........................<br>.........................<br><br><b>//i need to show on message box from here</b><br><br>return EmployeeListPage.class;<br>
}<br><br>Is it possible in teeda?<br><br>please give any other solution for acheiving this?<br><br>Thanks in advance,<br>トマス<br><br>