Urgent Help - Prime faces with RAD 7.5

UI Components for JSF
Post Reply
shiva1248
Posts: 23
Joined: 21 Jun 2011, 20:27

21 Jun 2011, 21:08

Hi

I would like to user Primefaces with websphere portal and would like to user RAD 7.5 as IDE.

Question # 1 : Will there be any issues using prime faces with websphere portal 6.1 ?
Question # 2 : I tried to create a sample page using prime faces in RAD 7.5 and i'm getting cannot find tag library

Cannot find the tag library descriptor for "http://primefaces.prime.com.tr/ui"


Here is the code
<%@taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%><%@taglib
uri="http://www.ibm.com/xmlns/prod/websphere ... ient-model"
prefix="portlet-client-model"%>



<%@taglib
uri="http://primefaces.prime.com.tr/ui" prefix="p" %>
<%@taglib
uri="http://java.sun.com/portlet" prefix="portlet"%><%@taglib
uri="http://java.sun.com/jsf/core" prefix="f"%><%@page language="java"
contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"
session="false"%><portlet-client-model:init>
<portlet-client-model:require module="ibm.portal.xml.*" />
<portlet-client-model:require module="ibm.portal.portlet.*" />
</portlet-client-model:init>
<portlet:defineObjects />
<f:view><p>Place content here.</p>

<p:accordionPanel>
<p:tab title="First Tab Title">
<h:outputText value= "Lorem"/>
...More content for first tab
</p:tab>
<p:tab title="Second Tab Title">
<h:outputText value="Ipsum" />
</p:tab>
//any number of tabs
</p:accordionPanel>

</f:view>

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: Google [Bot] and 15 guests