<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problem with Netbeans 6.0 integration "]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/13.page</link>
		<description><![CDATA[Latest messages posted in the topic "Problem with Netbeans 6.0 integration "]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ Hi,

I'm having a problem with the Icefaces integration for Netbeans 6.0. It isn't really a problem, but more a nuissance. When I drop a commandbutton or commandlink on the designer, and then try to edit the java code by double clicking or right-clicking the button, the corresponding action-event code in the backing bean isn't created automatically (as it is in a regular visual web project). 

As I said, more of a nuissance then a problem, as you can always add the code manually, but the strange thing is that this only seems to happen with certain components. Double clicking on an inputtext component for instance does automatically open up the Java editor and adds the necessary code. 

Also, when I try to add the action-tags in the properties-pane for a commandbutton, it doesn't accept this. Again, minor nuissance since I can always add this in the JSP editor directly, but even after doing this, it doesn't show up in the properties pane.

Am I the only one experiencing this, or does anybody else have this problem? I'm using Netbeans 6.0, the 1.6.1. runtime libraries for Netbeans and the project integration plugin. When starting a new project, I select Icefaces visual web project.

Regards,

GuntherD]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#28551</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#28551</link>
				<pubDate><![CDATA[Fri, 7 Dec 2007 07:00:48]]> GMT</pubDate>
				<author><![CDATA[ GuntherD]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ I am facing a similar problem. Any solution???]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#28554</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#28554</link>
				<pubDate><![CDATA[Fri, 7 Dec 2007 08:31:46]]> GMT</pubDate>
				<author><![CDATA[ athermughal]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ Could see the same problem with jsf 1.2 (j2ee1.5). 
created jira for this one:
http://jira.icefaces.org/browse/ICE-2480

thanks for pointing out.  

In the mean time, If you do not use jsf 1.2, you could try the jsf 1.1 with Tomcat 5.5 server. 

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#28572</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#28572</link>
				<pubDate><![CDATA[Fri, 7 Dec 2007 12:19:02]]> GMT</pubDate>
				<author><![CDATA[ frank.ye]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ I don't have such type of problem in netbeans. There may be some problem with your netbeans installation. I am perfectly achieving same behaviour as in Visual Web Pack for Project Woodstock.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#28624</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#28624</link>
				<pubDate><![CDATA[Sun, 9 Dec 2007 23:48:23]]> GMT</pubDate>
				<author><![CDATA[ amersohail794]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ I encountered the same problem with the ICEfaces button on NetBeans visual designer.

As a side note, I have come to realize integrating JSF components in an IDE visual designer is still the holy grail in Java IDE. I have tried ICEfaces visual designer on NetBeans and Eclipse and found the visual designer support for ICEfaces on these IDE are rudimentary -- I still have to do a lot of manual coding. The default JSF Components that comes with NetBeans 6.0 (ie. sun-rave) still does not have as many components or features as compared to ICEfaces.

Oracle ADF Faces has an extensive range of components and features and the visual designer is very well integrated in JDeveloper. In fact, in my opinion, ADF Faces on JDeveloper is the best integrated JSF components visual designer in the market. The down side is ADF Faces does not yet integrate well with other IDE visual designers.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#29668</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#29668</link>
				<pubDate><![CDATA[Mon, 14 Jan 2008 15:32:50]]> GMT</pubDate>
				<author><![CDATA[ choywk]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ I have the same problem. In fact NetBeans throws this exception:

java.lang.NullPointerException
	at org.netbeans.modules.visualweb.insync.faces.MethodBindEvent.getHandlerName(MethodBindEvent.java:99)
	at org.netbeans.modules.visualweb.insync.faces.MethodBindEvent.<init>(MethodBindEvent.java:66)
	at org.netbeans.modules.visualweb.insync.faces.MethodBindEventSet.bindEvents(MethodBindEventSet.java:160)
	at org.netbeans.modules.visualweb.insync.faces.MethodBindEventSet.<init>(MethodBindEventSet.java:109)
	at org.netbeans.modules.visualweb.insync.faces.FacesBean.newCreatedEventSet(FacesBean.java:296)
	at org.netbeans.modules.visualweb.insync.beans.Bean.setEventSet(Bean.java:524)
	at org.netbeans.modules.visualweb.insync.live.BeansDesignEvent.ensureEventSet(BeansDesignEvent.java:91)
	at org.netbeans.modules.visualweb.insync.live.BeansDesignEvent.initEvent(BeansDesignEvent.java:110)
	at org.netbeans.modules.visualweb.insync.live.BeansDesignEvent.setHandlerName(BeansDesignEvent.java:130)
	at org.netbeans.modules.visualweb.insync.models.FacesModel.createEventHandler(FacesModel.java:1369)
	at org.netbeans.modules.visualweb.insync.models.FacesModel.openEventHandler(FacesModel.java:1327)
	at org.netbeans.modules.visualweb.insync.models.FacesModel.openDefaultHandler(FacesModel.java:1319)
	at org.netbeans.modules.visualweb.designer.jsf.JsfForm.editEventHandlerForComponent(JsfForm.java:2699)
	at org.netbeans.modules.visualweb.designer.jsf.ui.JsfDesignerListener.editEventHandler(JsfDesignerListener.java:229)
	at org.netbeans.modules.visualweb.designer.jsf.ui.JsfDesignerListener.handleUserAction(JsfDesignerListener.java:168)
	at org.netbeans.modules.visualweb.designer.jsf.ui.JsfDesignerListener.handleUserAction(JsfDesignerListener.java:137)
	at org.netbeans.modules.visualweb.designer.jsf.ui.JsfDesignerListener.userActionPerformed(JsfDesignerListener.java:93)
Caused: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:449)
Caused: java.lang.reflect.UndeclaredThrowableException
	at $Proxy25.userActionPerformed(Unknown Source)
	at org.netbeans.modules.visualweb.designer.WebForm.fireUserActionPerformed(WebForm.java:3187)
	at org.netbeans.modules.visualweb.designer.InlineEditor.checkInitialDoubleClick(InlineEditor.java:646)
	at org.netbeans.modules.visualweb.designer.FormComponentEditor$Handler.mouseClicked(FormComponentEditor.java:636)
	at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
	at java.awt.Component.processMouseEvent(Component.java:5520)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
	at java.awt.Component.processEvent(Component.java:5282)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3984)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3819)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3901)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1791)
	at java.awt.Component.dispatchEvent(Component.java:3819)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Thanks]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#29781</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#29781</link>
				<pubDate><![CDATA[Thu, 17 Jan 2008 12:55:43]]> GMT</pubDate>
				<author><![CDATA[ gmnbo]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ Im facing the same problem. 
I'd love to use ICEfaces instead of Woodstock but there is no way getting it working for me.

@amersohail794
Could you please specifiy that? 

<blockquote>I don't have such type of problem in netbeans. There may be some problem with your netbeans installation. I am perfectly achieving same behaviour as in Visual Web Pack for Project Woodstock.
&nbsp;
		</blockquote>

I did a clean install (complete) on a linux-machine. No other problems than that.
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#29808</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#29808</link>
				<pubDate><![CDATA[Fri, 18 Jan 2008 09:47:48]]> GMT</pubDate>
				<author><![CDATA[ mithridates]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ I wonder why is it taking so long from any one in the ICEFaces team to answer this question? It is a very simple task, just drop a button and try to add an action event, that's it!!!. Even if they think that all these people are doing something wrong and their product is perfect, they should say that. Why making the product free at the very beginning? ]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#29816</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#29816</link>
				<pubDate><![CDATA[Fri, 18 Jan 2008 12:13:46]]> GMT</pubDate>
				<author><![CDATA[ gmnbo]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ If you select J2ee 1.4, and using Tomcat 6.0. The action attribute works as expected since it is using JSF 1.1. 

This exception is related to JSF 1.2 design time where a action handler is used. We are currently working on a new bundle ...

thanks for your interestes,
Frank




]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#29852</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#29852</link>
				<pubDate><![CDATA[Fri, 18 Jan 2008 17:42:42]]> GMT</pubDate>
				<author><![CDATA[ frank.ye]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ J2EE is no option for us, as we are developing EE 5 on glassfish.

Can You provide a schedule for the new bundle?

We are currently redesigning our applications and it would be great, if we could use ICEfaces for the UI in NB6 now.

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#29896</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#29896</link>
				<pubDate><![CDATA[Mon, 21 Jan 2008 03:14:09]]> GMT</pubDate>
				<author><![CDATA[ mithridates]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ The ICEfaces 1.7 NetBeans integration will offer improved support for JSF 1.2 projects. Current plan is deliver this in late February.

We are currently working through these issues and will update this thread if useful workarounds are identified (other than using JSF 1.1 in your project).

Sorry for any inconvenience this may cause.

Regards,
 Ken]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#29931</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#29931</link>
				<pubDate><![CDATA[Mon, 21 Jan 2008 14:24:15]]> GMT</pubDate>
				<author><![CDATA[ ken.fyten]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ Thanks for the info.
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#29944</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#29944</link>
				<pubDate><![CDATA[Tue, 22 Jan 2008 02:10:04]]> GMT</pubDate>
				<author><![CDATA[ mithridates]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ Hi All,
         Previously i used Toolbar in flex ,with icefaces which component i have to select (like same as toolbar in flex)..I have a 4 buttons and have to put the all the buttons into a single component ,with which component i will get the rich look...

Thanks]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#30604</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#30604</link>
				<pubDate><![CDATA[Fri, 8 Feb 2008 02:34:30]]> GMT</pubDate>
				<author><![CDATA[ sitaramaraju]]></author>
			</item>
			<item>
				<title>Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ Hello Gunther,

I haven't worked with IceFaces before and don't really know how this generated code should look.
Could you post an example of what is need ?
It would help a lot until the fix is released.
I guess it is some attribute to the button tag & some kind of connection code in the controller class.

Thanks for any help.
// Mikael

<p></p>

		<cite>GuntherD wrote:</cite><br>
		<blockquote>Hi,

I'm having a problem with the Icefaces integration for Netbeans 6.0. It isn't really a problem, but more a nuissance. When I drop a commandbutton or commandlink on the designer, and then try to edit the java code by double clicking or right-clicking the button, the corresponding action-event code in the backing bean isn't created automatically (as it is in a regular visual web project). 

As I said, more of a nuissance then a problem, as you can always add the code manually, but the strange thing is that this only seems to happen with certain components. Double clicking on an inputtext component for 
instance does automatically open up the Java editor and adds the necessary code. 

Also, when I try to add the action-tags in the properties-pane for a commandbutton, it doesn't accept this. Again, minor nuissance since I can always add this in the JSP editor directly, but even after doing this, it doesn't show up in the properties pane.

Am I the only one experiencing this, or does anybody else have this problem? I'm using Netbeans 6.0, the 1.6.1. runtime libraries for Netbeans and the project integration plugin. When starting a new project, I select Icefaces visual web project.

Regards,

GuntherD&nbsp;
		</blockquote>]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#32153</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#32153</link>
				<pubDate><![CDATA[Tue, 18 Mar 2008 04:23:06]]> GMT</pubDate>
				<author><![CDATA[ thorman]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ Hello,
I installed NetBeans 6.0 and install ICEfaces-1.6.2-libs-NetBeans6 and ICEfaces-NetBeans6-IDE-v3.0.0.1 and after that created a Visual Web ICEfaces project
And ran the project and got the following errors.I omitted the stack trace for convenience.It is better to say in the past ,my VWP project worked but now neither VWP project nor ICEfaces project run.What must i do?

executePhase(RESTORE_VIEW 1,com.sun.faces.context.FacesContextImpl@17467e5) threw exception
java.lang.UnsupportedOperationException
        at java.util.Collections$UnmodifiableMap.remove(Collections.java:1288)
        at com.icesoft.faces.application.D2DViewHandler.createView(D2DViewHandler.java:181)
        at com.sun.facelets.FaceletViewHandler.createView(FaceletViewHandler.java:777)

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#32172</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#32172</link>
				<pubDate><![CDATA[Tue, 18 Mar 2008 10:14:29]]> GMT</pubDate>
				<author><![CDATA[ masterc]]></author>
			</item>
			<item>
				<title>Re:Problem with Netbeans 6.0 integration </title>
				<description><![CDATA[ The original thread is a problem with edit property with commandButton under jsf 12,  it is fixed with new 1.7 bundle target Netbeans 6.0.1.

The problem that you are described here is different where FaceletViewHandler is used with Visual Web Project. 

If only Visual Web ICEfaces framework is selected, the project should work as expected.

Please start a new thread. The original related jsf 12 environment is fixed with the new bundle.




]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/6567.page#32191</guid>
				<link>http://www.icefaces.org/JForum/posts/list/6567.page#32191</link>
				<pubDate><![CDATA[Tue, 18 Mar 2008 14:38:47]]> GMT</pubDate>
				<author><![CDATA[ frank.ye]]></author>
			</item>
	</channel>
</rss>