Created
October 13, 2015 09:12
Sender
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %> | |
<portlet:defineObjects /> | |
<portlet:actionURL name="processFood" var="actionUrl"></portlet:actionURL> | |
<form action="<%=actionUrl %>" method="POST"> | |
<h3><input type="radio" name="foodType" value="veg">Vegetarian<br><br></h3> | |
<h3><input type="radio" name="foodType" value="non-veg">Non - Vegetarian<br><br></h3> | |
<input type="submit" name="Submit" value="Submit"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment