Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html	(revision 840)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html	(revision 846)
@@ -77,9 +77,9 @@
 					<table border="0" cellspacing="0" cellpadding="0">
 						<tr>
-							<td><input type="radio" name="rating_id" id="necessity" value="1" checked/><label for="necessity">Í×</label>¡¡<input type="radio" name="rating_id" id="unnecessary" value="2" /><label for="unnecessary">ÉÔÍ×</label></td>
+							<td><input type="radio" name="rating_id" id="necessity" value="1" <{if $arrForm.rating_id == 1}>checked<{/if}> /><label for="necessity">Í×</label>¡¡<input type="radio" name="rating_id" id="unnecessary" value="2" <{if $arrForm.rating_id == 2}>checked<{/if}> /><label for="unnecessary">ÉÔÍ×</label></td>
 						</tr>
 						<tr><td height="15"></td></tr>
 						<tr>
-							<td><textarea name="comment" style="width: 99%; height:150px;"></textarea></td>
+							<td><textarea name="comment" style="width: 99%; height:150px;"><{$arrForm.comment}></textarea></td>
 						</tr>
 						<tr><td height="10"></td></tr>
Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php	(revision 842)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php	(revision 846)
@@ -79,4 +79,5 @@
 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4));
 
+$xoopsTpl->assign('arrForm', $_POST);
 $xoopsTpl->assign('arrStatus', $arrStatus);
 $xoopsTpl->assign('arrCat', $arrCategory);
