<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: GWT UiBinder – Passing Parameters to Widgets</title>
	<atom:link href="http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=gwt-uibinder-passing-parameters-to-widgets</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Raghu</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-4606</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Wed, 31 Aug 2011 03:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-4606</guid>
		<description>Very good article.</description>
		<content:encoded><![CDATA[<p>Very good article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Lundag</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-3840</link>
		<dc:creator>Oliver Lundag</dc:creator>
		<pubDate>Thu, 19 May 2011 04:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-3840</guid>
		<description>Hi, 
How can I integrate spring+mybatis to ext-gwt framework?

I created a simple project using spring frame work,java and MyBatis persistence. 

how can I use ext-gwt to display the result in a browser?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
How can I integrate spring+mybatis to ext-gwt framework?</p>
<p>I created a simple project using spring frame work,java and MyBatis persistence. </p>
<p>how can I use ext-gwt to display the result in a browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irene</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-3671</link>
		<dc:creator>irene</dc:creator>
		<pubDate>Tue, 17 May 2011 18:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-3671</guid>
		<description>I bumped into the NullPointerException noted above.  NP for the fix, but how to debug? Where do I find the source code for MyPanel_MyPanelUiBinderImpl.java:20?

09:19:50.084 [ERROR] [passparamtowidget] Unable to load module entry point class com.jeffdouglas.client.PassParamToWidget (see associated exception for details)

java.lang.NullPointerException: null
    at com.jeffdouglas.client.MyPanel_MyPanelUiBinderImpl.createAndBindUi(MyPanel_MyPanelUiBinderImpl.java:20)
    at com.jeffdouglas.client.MyPanel_MyPanelUiBinderImpl.createAndBindUi(MyPanel_MyPanelUiBinderImpl.java:1)
    at com.jeffdouglas.client.MyPanel.&lt;init&gt;(MyPanel.java:30)
    at com.jeffdouglas.client.PassParamToWidget.onModuleLoad(PassParamToWidget.java:11)</description>
		<content:encoded><![CDATA[<p>I bumped into the NullPointerException noted above.  NP for the fix, but how to debug? Where do I find the source code for MyPanel_MyPanelUiBinderImpl.java:20?</p>
<p>09:19:50.084 [ERROR] [passparamtowidget] Unable to load module entry point class com.jeffdouglas.client.PassParamToWidget (see associated exception for details)</p>
<p>java.lang.NullPointerException: null<br />
    at com.jeffdouglas.client.MyPanel_MyPanelUiBinderImpl.createAndBindUi(MyPanel_MyPanelUiBinderImpl.java:20)<br />
    at com.jeffdouglas.client.MyPanel_MyPanelUiBinderImpl.createAndBindUi(MyPanel_MyPanelUiBinderImpl.java:1)<br />
    at com.jeffdouglas.client.MyPanel.&lt;init&gt;(MyPanel.java:30)<br />
    at com.jeffdouglas.client.PassParamToWidget.onModuleLoad(PassParamToWidget.java:11)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-3177</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 10 Apr 2011 16:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-3177</guid>
		<description>Hello Jeff,
thanks for your tutorials, it helped me a lot to understand basics of GWT and web development. 
What I&#039;d need is to pass an argument to the entry point from the URL. Something like: http://127.0.0.1:8888/GWT1.html?id=55
To know that id is 55. Is it possible? 

Thank you.</description>
		<content:encoded><![CDATA[<p>Hello Jeff,<br />
thanks for your tutorials, it helped me a lot to understand basics of GWT and web development.<br />
What I&#8217;d need is to pass an argument to the entry point from the URL. Something like: <a href="http://127.0.0.1:8888/GWT1.html?id=55" rel="nofollow">http://127.0.0.1:8888/GWT1.html?id=55</a><br />
To know that id is 55. Is it possible? </p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-3085</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Thu, 24 Mar 2011 06:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-3085</guid>
		<description>how can we change the color of a textbox in runtime...By using css i cant change it...</description>
		<content:encoded><![CDATA[<p>how can we change the color of a textbox in runtime&#8230;By using css i cant change it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clothar</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-2441</link>
		<dc:creator>Clothar</dc:creator>
		<pubDate>Mon, 17 Jan 2011 21:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-2441</guid>
		<description>Is there anyway that I can pass a parameter using UIBinder to a builtin Widget such as SplitLayoutPanel ? SplitLayoutPanel has a constructor parameter of splitterSize that can be set when creating the SplitLayoutPanel in java, i.e. new SplitLayoutPanel(5) will create a SplitLayoutPanel with a 5pixel wide splitter bar. Is it possible to do this using only UIBinder annotations ?  With out directly calling the constructor in Java.
Maybe there should be constructor parameter type that we can reference in XML , for example  etc ...... 
Thanks
CF</description>
		<content:encoded><![CDATA[<p>Is there anyway that I can pass a parameter using UIBinder to a builtin Widget such as SplitLayoutPanel ? SplitLayoutPanel has a constructor parameter of splitterSize that can be set when creating the SplitLayoutPanel in java, i.e. new SplitLayoutPanel(5) will create a SplitLayoutPanel with a 5pixel wide splitter bar. Is it possible to do this using only UIBinder annotations ?  With out directly calling the constructor in Java.<br />
Maybe there should be constructor parameter type that we can reference in XML , for example  etc &#8230;&#8230;<br />
Thanks<br />
CF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tagor</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-2238</link>
		<dc:creator>Tagor</dc:creator>
		<pubDate>Wed, 15 Dec 2010 21:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-2238</guid>
		<description>I am getting javas-cript error on my browser..... when try this example</description>
		<content:encoded><![CDATA[<p>I am getting javas-cript error on my browser&#8230;.. when try this example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GWT UiBinder – Passing Objects to Widgets &#124; Jeff Douglas - Technology, Coding and Bears... OH MY!</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-995</link>
		<dc:creator>GWT UiBinder – Passing Objects to Widgets &#124; Jeff Douglas - Technology, Coding and Bears... OH MY!</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-995</guid>
		<description>[...] couple of weeks ago I wrote a GWT 2.0 tutorial for passing simple values to a widget and this is the (promised) follow up on how to pass an object to a widget. For more info on working [...]</description>
		<content:encoded><![CDATA[<p>[...] couple of weeks ago I wrote a GWT 2.0 tutorial for passing simple values to a widget and this is the (promised) follow up on how to pass an object to a widget. For more info on working [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amjad hussein</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-813</link>
		<dc:creator>Amjad hussein</dc:creator>
		<pubDate>Thu, 03 Jun 2010 01:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-813</guid>
		<description>Why did you add the key word &#039;provided=true&#039;  in the line  @UiField(provided=true) ? You didn&#039;t add that in other locations.</description>
		<content:encoded><![CDATA[<p>Why did you add the key word &#8216;provided=true&#8217;  in the line  @UiField(provided=true) ? You didn&#8217;t add that in other locations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.jeffdouglas.com/2010/02/05/gwt-uibinder-passing-parameters-to-widgets/comment-page-1/#comment-440</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 24 Mar 2010 14:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=2100#comment-440</guid>
		<description>I get an error trying to run this.  NullPointerException in line 26 of MyPanel.java.  initWidget(uiBinder.createAndBuildUi(this)

I had to change the first line of the MyPanel constructor to be:
myField = new Hidden() to get it to work.</description>
		<content:encoded><![CDATA[<p>I get an error trying to run this.  NullPointerException in line 26 of MyPanel.java.  initWidget(uiBinder.createAndBuildUi(this)</p>
<p>I had to change the first line of the MyPanel constructor to be:<br />
myField = new Hidden() to get it to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

