Skip to content

Instantly share code, notes, and snippets.

@Pudding124
Created April 21, 2020 06:41
Show Gist options
  • Save Pudding124/787ec38465d36810e977ba823f6070b9 to your computer and use it in GitHub Desktop.
Save Pudding124/787ec38465d36810e977ba823f6070b9 to your computer and use it in GitHub Desktop.
<%--
Created by IntelliJ IDEA.
User: surpr
Date: 2020/4/20
Time: 下午 01:16
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Title</title>
</head>
<body>
<h1>Registered State</h1>
<s:form action="carSaveAction">
<s:textfield key="name"></s:textfield>
<s:textfield key="number"></s:textfield>
<s:submit></s:submit>
</s:form>
<h1><s:property value="state"/></h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment