
As you know from previous Netbeans versions, when you add a control from palette, control bindings were created without asking you. With Netbeans 6.1 you can add/remove these binding by using context menu.
If you want to play and make some modifications, you need :
Just deploying you need :
Before deploying this sample portlet you must copy some files to {Glassfish dir}/domains/domain1/lib directory and restart Glassfish server. These files are :
1. Open liferay-portal-dependencies-5.0.1.zip and extract portal-kernel.jar and portal-service.jar (don't use portlet.jar) to {Glassfish dir}/domains/domain1/lib.
2. Find "portlet-api-2.0.jar" and "portlettaglib.jar" under the directory {user dir}\.netbeans\6.1\modules\ext\portalpack and copy them to {Glassfish dir}/domains/domain1/lib.
Enjoy :)