conpota$B$H?=$7$^$9!#(B<br><br>Teeda1.0.7$B$r;HMQ$7$F$$$^$9!#(B<br>$BI85-$N7o!"0J2<$N$h$&$J>l9g$G$9!#(B<br><br>-- first.html --<br>&lt;form id=&quot;firstForm&quot;&gt;<br>&nbsp; &lt;input type=&quot;text&quot; id=&quot;hoge&quot; value=&quot;hoge1&quot;/&gt;<br>&nbsp; &lt;input type=&quot;submit&quot; id=&quot;doSecond&quot;/&gt;
<br>&lt;/form&gt;<br><br>-- firstPage.java --<br>private String hoge;<br>public String doSecond() {<br>&nbsp; return &quot;second&quot;;<br>}<br><br>-- second.html --<br>&lt;te:include te:src=&quot;/***/include.html&quot;/&gt;
<br><br>-- include.html --<br>&lt;span id=&quot;hoge&quot;/&gt;<br><br>-- includePage.java --<br>private String hoge;<br><br>first.html$B$+$i%5%V%_%C%H$7$F(Bhoge$B$NCM$,<!$N(Bsecond.html$B$K%$%s%/%k!<%I$7$?(Binclude.html$B$KI=<($5$l$FM_$7$$$N$G$9!#(B<br>second.html?hoge=hoge1
<br>$B$H$9$k$H$&$^$/$$$/$N$G$9$,!"A0$N%Z!<%8$+$i%5%V%_%C%H$5$l$?>l9g$O%@%a$N$h$&$G$9!#(B<br>$B$J$K$+$h$$J}K!$O$J$$$G$7$g$&$+!)(B<br><br>-- <br>conpota &lt;<a href="mailto:conpota@gmail.com">conpota@gmail.com</a>&gt;