spring ide enabled, jsp polish
This commit is contained in:
13
spring-webflow-samples/itemlist/.springWebflow
Normal file
13
spring-webflow-samples/itemlist/.springWebflow
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<webflow-project-description>
|
||||
<configs>
|
||||
<config>
|
||||
<file>src/main/webapp/WEB-INF/itemlist.xml</file>
|
||||
<name>itemlist</name>
|
||||
</config>
|
||||
<config>
|
||||
<file>src/main/webapp/WEB-INF/itemlist-alternate.xml</file>
|
||||
<name>itemlist-alternate</name>
|
||||
</config>
|
||||
</configs>
|
||||
</webflow-project-description>
|
||||
@@ -1,21 +0,0 @@
|
||||
<%@ page contentType="text/html" %>
|
||||
<%@ page session="false" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Create an item list</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="<c:url value='/style.css'/>" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="logo">
|
||||
<img src="<c:url value='/images/spring-logo.jpg'/>" alt="Spring Logo">
|
||||
</div>
|
||||
|
||||
<div id="navigation">
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user