Index: /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample01.jsp
===================================================================
--- /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample01.jsp	(revision 2047)
+++ /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample01.jsp	(revision 2048)
@@ -53,5 +53,5 @@
 		</ul>
 		<hr />
-		<form action="sampleposteddata.jsp" method="get" target="_blank">
+		<form action="sampleposteddata.jsp" method="post" target="_blank">
 		<%
 			fckEditor.setValue("This is some <strong>sample text</strong>. You are using <a href=\"http://www.fckeditor.net\">FCKeditor</a>.");
Index: /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample02.jsp
===================================================================
--- /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample02.jsp	(revision 2047)
+++ /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample02.jsp	(revision 2048)
@@ -47,5 +47,5 @@
 		All other sample pages will use this method.
 		<hr />
-		<form action="sampleposteddata.jsp" method="get" target="_blank">
+		<form action="sampleposteddata.jsp" method="post" target="_blank">
 			<FCK:editor instanceName="EditorDefault">
 				<jsp:attribute name="value">This is some <strong>sample text
Index: /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample03.jsp
===================================================================
--- /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample03.jsp	(revision 2047)
+++ /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample03.jsp	(revision 2048)
@@ -77,5 +77,5 @@
 		</table>
 		<br />
-		<form action="sampleposteddata.jsp" method="get" target="_blank">
+		<form action="sampleposteddata.jsp" method="post" target="_blank">
 			<FCK:editor instanceName="EditorDefault">
 				<jsp:attribute name="value">This is some <strong>sample text
Index: /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample04.jsp
===================================================================
--- /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample04.jsp	(revision 2047)
+++ /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample04.jsp	(revision 2048)
@@ -63,5 +63,5 @@
 		</table>
 		<br />
-		<form action="sampleposteddata.jsp" method="get" target="_blank">
+		<form action="sampleposteddata.jsp" method="post" target="_blank">
 			<FCK:editor instanceName="EditorDefault" toolbarSet="${param.toolbar}">
 				<jsp:attribute name="value">This is some <strong>sample text
Index: /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample05.jsp
===================================================================
--- /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample05.jsp	(revision 2047)
+++ /FCKeditor.Java/trunk/java-demo/src/main/webapp/jsp/sample05.jsp	(revision 2048)
@@ -75,5 +75,5 @@
 		</table>
 		<br />
-		<form action="sampleposteddata.jsp" method="get" target="_blank">
+		<form action="sampleposteddata.jsp" method="post" target="_blank">
 			<FCK:editor instanceName="EditorDefault">
 				<jsp:attribute name="value">This is some <strong>sample text
