Portlet just wont show. Only <%@ page language etc displayed HELP!!

HI

No matter what I do I can’t get the portlet I’m developing to display even a simple hello world text in the view.jsp.

It was working fine then out of nowhere this shows up:

<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1” pageEncoding=“ISO-8859-1” isELIgnored=“false” %> <%@ taglib uri=“http://java.sun.com/portlet_2_0” prefix=“portlet” %>
<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1” pageEncoding=“ISO-8859-1” isELIgnored=“false” %> <%@ taglib uri=“http://java.sun.com/portlet_2_0” prefix=“portlet”%> <%@ taglib uri=“http://java.sun.com/jsp/jstl/core” prefix=“c”%> <%@ taglib uri=“http://liferay.com/tld/portlet” prefix=“liferay-portlet” %> <%@ taglib uri=“http://liferay.com/tld/ui” prefix=“liferay-ui” %> <%@ taglib uri=“http://liferay.com/tld/theme” prefix=“liferay-theme” %> <%@ page import=“com.endeca.portlet.util.EndecaWindowState” %> <%@ page import=“javax.portlet.PortletRequest” %>

Ive restaretd tomcat, undeployed portlet, stripped down to the bare essentials of the code. Nothing seems to work.

Has anyone experienced this before???

This does not seem to have anything to do with Vaadin, just JSP portlets, so you might have better luck getting an answer e.g. on
the Liferay forum
.

That said, if it did work previously, make sure you clear all Tomcat working and temporary directories for your portlet - sometimes old files in them cause problems.