$BJFNSMM(B<br><br>conpota$B$G$9!#(B<br>example$B$r;n$7$F<+J,$G0J2<$N$h$&$K:n$C$?$N$G$9$,!"$&$^$/$$$+$J$+$C$?$N$G<ALd$7$^$7$?!#(B<br><br>$B"#(Btest1.html<br>&lt;html xmlns:m=&quot;<a href="http://www.seasar.org/maya">http://www.seasar.org/maya</a>&quot;&gt;<br>&lt;head&gt;<br>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=Windows-31j&quot;/&gt;
<br>&lt;title&gt;test1&lt;/title&gt;<br>&lt;/head&gt;<br>&lt;body&gt;<br>&nbsp;&nbsp;&nbsp; &lt;form&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type=&quot;text&quot; id=&quot;message&quot; m:value=&quot;#{test1Dto.message}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; value=&quot;calculate&quot; m:action=&quot;#{
test1Action.calculate}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/form&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br>$B"#(BTest1ActionImpl<br>public class Test1ActionImpl implements Test1Action {<br><br>&nbsp;&nbsp;&nbsp; private Test1Dto test1Dto;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; public String calculate() {
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return &quot;test1_next&quot;;<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; public void setTest1Dto(Test1Dto test1Dto) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.test1Dto = test1Dto;<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>$B"#(Btest1_next.html<br>&lt;html xmlns:m=&quot;<a href="http://www.seasar.org/maya">
http://www.seasar.org/maya</a>&quot;&gt;<br>&lt;head&gt;<br>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=Windows-31j&quot;/&gt;<br>&lt;title&gt;test1_next&lt;/title&gt;<br>&lt;/head&gt;<br>
&lt;body&gt;<br>&nbsp;&nbsp;&nbsp; &lt;span m:value=&quot;#{test1_nextDto.message}&quot;/&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br>$B"#(BTest1_nextActionImpl<br>public class Test1_nextActionImpl implements Test1_nextAction {<br><br>&nbsp;&nbsp;&nbsp; private Test1Dto test1Dto;
<br><br>&nbsp;&nbsp;&nbsp; public void setTest1Dto(Test1Dto test1Dto) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.test1Dto = test1Dto;<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>$B"#(BTest1Dto<br>public class Test1Dto implements Serializable {<br><br>&nbsp;&nbsp;&nbsp; private String message;<br><br>&nbsp;&nbsp;&nbsp; public String getMessage() {
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return message;<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; public void setMessage(String message) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.message = message;<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>test1.html$B$N%$%s%W%C%H%\%C%/%9$KCM$rF~NO$7%5%V%_%C%H$9$k$H!"(B<br>test1_next.html$B$OI=<($5$l$^$9$,!"(Btest1_nextDto.message$B$,I=<($5$l$^$;$s!#!#(B
<br><br>$B0J>e$G$9!#$h$m$7$/$*4j$$CW$7$^$9!#(B<br><br><br><div><span class="gmail_quote">07/06/12 $B$K(B <b class="gmail_sendername"><a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a></b> &lt;<a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a>&gt; $B$5$s$O=q$-$^$7$?(B:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">$BJFNS$G$9!%(B<br><br>----- Original Message -----<br>From: &lt;<a href="mailto:conpota@gmail.com">
conpota@gmail.com</a>&gt;<br>Sent: Tuesday, June 12, 2007 12:02 PM<br><br><br>&gt; conpota$B$H?=$7$^$9!#(B<br>&gt;<br>&gt; S2JSF$B$G(BDTO$B$r;H$C$F%U%)!<%`$NCM$r<!2hLL$KH?1G$5$;$?$$$N$G$9$,!"$I$&$9$l$P$h$$$N(B<br>$B$G$7$g$&$+!)(B<br>&gt;<br>&gt; $BNc!K(B<br>&gt; index.html<br>&gt; &lt;html&gt;
<br>&gt; &lt;form action=&quot;next.html&quot;&gt;<br>&gt;&nbsp;&nbsp; &lt;input type=&quot;text&quot; name=&quot;text1&quot;/&gt;<br>&gt;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; value=&quot;$B<!$X(B&quot;/&gt;<br>&gt; &lt;/form&gt;<br>&gt; &lt;/html&gt;
<br>&gt;<br>&gt; next.html<br>&gt; &lt;html&gt;<br>&gt;&nbsp;&nbsp; &lt;h3&gt;$B$3$3$K(Bindex.html$B$N(Btext1$B$KF~NO$7$?CM$rI=<($7$?$$(B&lt;/h3&gt;<br>&gt; &lt;/html&gt;<br><br>s2jsf$B$N%I%-%e%a%s%H$d(Bexample$B$r%@%&%s%m!<%I$7$F(B<br>$BF0:n$5$;$k$N$,J,$+$j0W$$$H;W$$$^$9!#(B<br><br>example$B$N%5%s%W%k2r@b(B<br><a href="http://s2jsf.seasar.org/ja/example.html">
http://s2jsf.seasar.org/ja/example.html</a><br><br>example$B$O0J2<(BURL$B$N%@%&%s%m!<%IItJ,(B<br><a href="http://s2jsf.seasar.org/ja/index.html">http://s2jsf.seasar.org/ja/index.html</a><br><br>$B$h$m$7$/$*4j$$$7$^$9!#(B<br>---<br>$BJFNS(B $B@5L@(B<br><a href="mailto:yone@abby.co.jp">
yone@abby.co.jp</a><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">
https://ml.seasar.org/mailman/listinfo/seasar-user</a><br></blockquote></div><br><br clear="all"><br>-- <br>conpota &lt;<a href="mailto:conpota@gmail.com">conpota@gmail.com</a>&gt;