How can I provide a value for "windowDef"??????
The jsps in the demo folder use the same markup like I do (my code):
| <%@ page contentType="text/html" %>
| <%@ page language="java" %>
| <%@ taglib prefix="xportal" tagdir="/WEB-INF/tags/portal"
%>
| <%@ taglib uri="/WEB-INF/portal.tld" prefix="portal" %>
| <%@ page isELIgnored="false" %>
|
|
| <%@ include file="/layouts/header.jsp" %>
| <link rel="stylesheet"
href="${pageContext.request.contextPath}/css/debugger.css"
type="text/css"/>
| <script type="text/javascript"
src="${pageContext.request.contextPath}/js/debugger.js"></script>
| <portal:page>
| <xportal:1column>
| <jsp:attribute name="leftcol">
| <xportal:portlet name="Kundensuche"
applicationName="PortletShell" id="Kundensuche"/>
| </jsp:attribute>
| </xportal:1column>
| </portal:page>
| <%@ include file="/layouts/footer.jsp" %>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161998#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...