[jboss-user] [JBoss Portal] - Re: jboss-portletcontainer-2.0.0 with jbossas42 the art of r
terroene
do-not-reply at jboss.com
Wed Jul 2 06:21:26 EDT 2008
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#4161998
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161998
More information about the jboss-user
mailing list