source: ComponentRegistry/trunk/ComponentRegistry/src/main/webapp/testManipulateOldPublicComponent.jsp @ 5549

Last change on this file since 5549 was 5549, checked in by olhsha@mpi.nl, 10 years ago

Added group service. Tested via the tomcat on loclahots (test URI and postman), old unit tests are adjusted and work well. Todo: retest on localhost tomcat, look at run-time exceptions, add new unit tests, adjust front-end

File size: 697 bytes
Line 
1<%-- 
2    Document   : testManipulateComponent
3    Created on : Aug 1, 2014, 3:44:30 PM
4    Author     : olhsha
5--%>
6
7<%@page contentType="text/html" pageEncoding="UTF-8"%>
8<!DOCTYPE html>
9<html>
10    <head>
11        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12        <title>Manipulate component</title>
13    </head>
14    <body>
15        <h3>Manipulate Old Public Component clarin.eu:cr1:c_1349361150637</h1>
16        <form action="rest/registry/components/clarin.eu:cr1:c_1349361150637" method="post">
17        <input type="text" 
18               id="method" 
19               name="method">
20        <button type="submit">Send</button>
21        </form>
22       
23    </body>
24</html>
Note: See TracBrowser for help on using the repository browser.