|
|
|
The code:
<jsp:root
xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
>
<jsp:directive.page contentType="text/html"/>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<title>Simple jspx page</title>
</head>
<body>
<f:view>
Te<div>start typing here</div>xt
<h:panelGrid columns="3">
</h:panelGrid>
Te<div>start typing here</div>xt
Some very long textSome very long text Some very long text Some very long text Some very long text
</f:view>
</body>
</html>
</jsp:root>
Whitespaces in jspx has java language for some reason
|
||||||||||||||||||||||||||||||||||||||||||||
I wonder when ; could be useful filter ...