
1 2 3 4 5 6 7 8 |
<html> <head> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=index.action"> </head> <body> <p>Loading ...</p> </body> </html> |
1 2 3 |
<welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list> |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> <html> <head> <title>Message store</title> </head> <body> <s:actionerror/> </body> </html> |
Selamat mencoba,
salam berbagi,
wijaksana
Pages: 1 2