Skip to content

Instantly share code, notes, and snippets.

@techisbeautiful
Created June 3, 2023 08:34
Show Gist options
  • Save techisbeautiful/7ed96de45375d351b40b2d91d5c0b275 to your computer and use it in GitHub Desktop.
Save techisbeautiful/7ed96de45375d351b40b2d91d5c0b275 to your computer and use it in GitHub Desktop.
Rapid Development
<%@ taglib prefix="html" uri="http://struts.apache.org/tags-html" %>
<html:form action="/login">
<html:text property="username" />
<html:password property="password" />
<html:submit value="Login" />
</html:form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment