$B>.NS(B $B$5$s!"(B<br><br>Thanks for your kind reply..<br><br>I got the solution for my problem.<br><br>Thanks,<br>$B%H%^%9(B<br><br><br><br><div class="gmail_quote">2009/6/4 Koichi Kobayashi <span dir="ltr">&lt;<a href="mailto:koichik@improvement.jp">koichik@improvement.jp</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">$B>.NS(B (koichik) $B$G$9!%(B<br>
<br>
Date: &nbsp; &nbsp;Thu, 4 Jun 2009 15:38:38 +0900<br>
From: &nbsp; &nbsp;thomas &lt;<a href="mailto:jp.mcy.10@gmail.com">jp.mcy.10@gmail.com</a>&gt;<br>
To: &nbsp; &nbsp; &nbsp;<a href="mailto:seasar-user@ml.seasar.org">seasar-user@ml.seasar.org</a><br>
Subject: [Seasar-user:17621] [Teeda-$B%a%C%;!<%8%\%C%/%9(B]<br>
<div class="im"><br>
&gt; For Example,in EmployeeCreatePage after creating a record in DB,<br>
&gt; i want to show,$B!VEPO?$7$^$7$?!W(Bin message box. And return to EmployeeListPage.<br>
<br>
<br>
</div>public class EmployeeCreatePage {<br>
 &nbsp;...<br>
 &nbsp;@RedirectScope<br>
 &nbsp;public boolean showMessage;<br>
<br>
 &nbsp;public Class doCreate() {<br>
 &nbsp; &nbsp;...<br>
 &nbsp; &nbsp;showMessage = true;<br>
 &nbsp; &nbsp;return EmployeeListPage.class;<br>
 &nbsp;}<br>
}<br>
<br>
public class EmployeeListPage {<br>
 &nbsp;...<br>
 &nbsp;public boolean showMessage;<br>
}<br>
<br>
employeeList.html<br>
<br>
&lt;body&gt;<br>
 &nbsp;&lt;div id=&quot;isShowMessage&quot;&gt;<br>
 &nbsp; &nbsp;&lt;script type=&quot;text/javascript&quot;&gt;<br>
 &nbsp; &nbsp;//&lt;![CDATA[<br>
 &nbsp; &nbsp; &nbsp;window.alert(&quot;$BEPO?$7$^$7$?(B&quot;)<br>
 &nbsp; &nbsp;//]]&gt;<br>
 &nbsp; &nbsp;&lt;/script&gt;<br>
 &nbsp;&lt;/div&gt;<br>
 &nbsp;...<br>
<br>
<br>
--<br>
&lt;component name=&quot;koichik&quot;&gt;<br>
 &nbsp; &nbsp;&lt;property name=&quot;fullName&quot;&gt;&quot;Koichi Kobayashi&quot;&lt;/property&gt;<br>
 &nbsp; &nbsp;&lt;property name=&quot;email&quot;&gt;&quot;<a href="mailto:koichik@improvement.jp">koichik@improvement.jp</a>&quot;&lt;/property&gt;<br>
 &nbsp; &nbsp;&lt;property name=&quot;blog&quot;&gt;&quot;<a href="http://d.hatena.ne.jp/koichik" target="_blank">http://d.hatena.ne.jp/koichik</a>&quot;&lt;/property&gt;<br>
&lt;/component&gt;<br>
<br>
_______________________________________________<br>
Seasar-user mailing list<br>
<a href="mailto:Seasar-user@ml.seasar.org">Seasar-user@ml.seasar.org</a><br>
<a href="https://ml.seasar.org/mailman/listinfo/seasar-user" target="_blank">https://ml.seasar.org/mailman/listinfo/seasar-user</a><br>
</blockquote></div><br>