History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-19640
Type: Task Task
Status: Open Open
Priority: Minor Minor
Assignee: Nikolay Chashnikov
Reporter: Mike Aizatsky
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Use another index.jsp template for new JSF project

Created: 31 Jul 07 17:27   Updated: 27 Sep 07 23:37
Component/s: J2EE.JSF
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
<%--
  Created by IntelliJ IDEA.
  User: mike
  Date: Jul 31, 2007
  Time: 5:22:39 PM
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
  <head><title>Simple jsp page</title></head>
  <body>

  <f:view>
      <h:outputLabel value="Hello, world"/>
  </f:view>

  </body>
</html>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.