moving-map-portlet/src/main/webapp/html/form-compile/form-map.jsp

13 lines
417 B
Plaintext

<%@include file="../init.jsp"%>
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
<portlet:defineObjects />
<portlet:actionURL name="addEntry" var="addEntryURL" />
<aui:form action="<%= addEntryURL %>" method="post" name="myForm">
<aui:input label="My Text Input" name="myTextInput" type="text"
value='<%= "My Text Value" %>' />
<aui:button type="submit" />
</aui:form>