You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by wo...@apache.org on 2010/05/18 17:52:01 UTC

svn commit: r945717 - in /portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view: generic-search-query-content-view.jsp simple-search-query-content-view.jsp

Author: woonsan
Date: Tue May 18 15:52:01 2010
New Revision: 945717

URL: http://svn.apache.org/viewvc?rev=945717&view=rev
Log:
changing the form method to post

Modified:
    portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/generic-search-query-content-view.jsp
    portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/simple-search-query-content-view.jsp

Modified: portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/generic-search-query-content-view.jsp
URL: http://svn.apache.org/viewvc/portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/generic-search-query-content-view.jsp?rev=945717&r1=945716&r2=945717&view=diff
==============================================================================
--- portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/generic-search-query-content-view.jsp (original)
+++ portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/generic-search-query-content-view.jsp Tue May 18 15:52:01 2010
@@ -34,7 +34,7 @@ limitations under the License.
 <h1>Content search query</h1>
 <hr/>
 
-<form action="<portlet:actionURL/>">
+<form method="POST" action="<portlet:actionURL/>">
 Query:
 <input type="text" name="query" value="${query}" />
 <input type="submit" name="submit" value="Search"/>

Modified: portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/simple-search-query-content-view.jsp
URL: http://svn.apache.org/viewvc/portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/simple-search-query-content-view.jsp?rev=945717&r1=945716&r2=945717&view=diff
==============================================================================
--- portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/simple-search-query-content-view.jsp (original)
+++ portals/applications/sandbox/content/trunk/src/main/webapp/WEB-INF/view/simple-search-query-content-view.jsp Tue May 18 15:52:01 2010
@@ -34,7 +34,7 @@ limitations under the License.
 <h1>Simple search query</h1>
 <hr/>
 
-<form action="<portlet:actionURL/>">
+<form method="POST" action="<portlet:actionURL/>">
 Enter XPath Query:<br/>
 <textarea name="fullQueryJcrExpression" style="WIDTH: 90%" cols="80" rows="4">${fullQueryJcrExpression}</textarea>
 <br/>