Thursday May 08, 2008

The Portal Pack 2.0 final version for NetBeans 6.1 is now available for download. It supports the new JSR 286 portlet specification.There are many new features which will help developers to write portlets quickly using JSR 286(Portlet 2.0) features. These plug-ins are also available at NetBeans 6.1 Auto-Update Center and
with Java Tools Bundle Update 5 .

 

 
Some highlights of this release are :

To know how to develop portlet using Portal Pack 2.0 read this article.

In the next few days, I will be blogging about some specific features in Portal Pack 2.0 . So keep watching this space :)

Comments:

Hi All,

I am Fairly new to this environment, i have followed the steps for integrating netbeans 6.1, plugins for openportal portlet container and glassfish-v2ur2 , everything installed fine.

however in the IDE i have 2 issue so far,

1) my "renderRequest" Object is not identified it say's "cannot find symbol",
i have included <portlet:defineObjects/> at the top ,is there a BUG still.

2)
<portlet:renderURL var="aURL"><portlet:param name="showReviewPage" value="showReview"/></portlet:renderURL>
<a href="<%=aURL.toString() %>" review</a>

aURL cannot be identified. it simply say's cannot find symbol.

all the taglibs are there for portlet2.0 and my taglib URI is below

<%@taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%> this is the one i am using .

there is a workaround by simply saying

RenderRequest renderRequest = (RenderRequest)request.getAttribute(javax.portlet.request) or something like this.
but i would like to know why the above 2 scenarios does not work.

Posted by dula on August 29, 2008 at 05:10 AM IST #

Check this forum post

http://forums.sun.com/thread.jspa?messageID=10402306

Posted by satya on August 29, 2008 at 12:41 PM IST #

Post a Comment:
  • HTML Syntax: NOT allowed