here is the controller:
public class Index {
@Get
public void get(){}
}
So when I run the app, the page is blank. So I do a view page source
on firefox and here is all it shows:
<?xml version="1.0" encoding="UTF-8"?>
What is going on or what am I missing. I did an update from SVN
yesterday.
Thanks.
<html>
<head>
<title>TODO supply a title</title>
</head>
<body>
<p>
TODO write content
</p>
</body>
</html>
Here is what I get in the browser:
<#text text="<> ">
--
To unsubscribe, reply using "remove me" as the subject.