<?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 SuggestBox backed by DTO Model</title>
	<atom:link href="http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/</link>
	<description>Eggsylife</description>
	<lastBuildDate>Sun, 06 May 2012 01:43:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tank Removal NJ</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-327</link>
		<dc:creator>Tank Removal NJ</dc:creator>
		<pubDate>Sun, 04 Dec 2011 05:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-327</guid>
		<description>Cracking article.</description>
		<content:encoded><![CDATA[<p>Cracking article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: اختصاص فضا</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-326</link>
		<dc:creator>اختصاص فضا</dc:creator>
		<pubDate>Sat, 12 Nov 2011 14:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-326</guid>
		<description>Very well executed article!</description>
		<content:encoded><![CDATA[<p>Very well executed article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zied Hamdi</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-302</link>
		<dc:creator>Zied Hamdi</dc:creator>
		<pubDate>Tue, 17 May 2011 16:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-302</guid>
		<description>You can also use a ready to use library with a recognition mecanism of known values (when the user types a value that is equal to a toString( DTO value ) in your Suggest box implementation, then the DTO is passed when you call getValue().

This is not the only feature, there are many extention points, to have complex representations of your DTO, multivalued selection, icons on your values etc... I recommand you take a look at this lib: http://code.google.com/p/advanced-suggest-select-box/

Best Regards,
Zied Hamdi</description>
		<content:encoded><![CDATA[<p>You can also use a ready to use library with a recognition mecanism of known values (when the user types a value that is equal to a toString( DTO value ) in your Suggest box implementation, then the DTO is passed when you call getValue().</p>
<p>This is not the only feature, there are many extention points, to have complex representations of your DTO, multivalued selection, icons on your values etc&#8230; I recommand you take a look at this lib: <a href="http://code.google.com/p/advanced-suggest-select-box/" rel="nofollow">http://code.google.com/p/advanced-suggest-select-box/</a></p>
<p>Best Regards,<br />
Zied Hamdi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-282</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Tue, 08 Feb 2011 16:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-282</guid>
		<description>Hi,
Thanks a lot for this, it&#039;s very helpful.
I have an issue though. What if a user refuses to click on the suggest but type a valid entry? This could happen with any suggest in a form, the user knows what he wants, type it, then go to another field without bothering clicking on the suggest. In that case the event is never trigger and we have no way to retrieve the ID.
Do you have any solution for this?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks a lot for this, it&#8217;s very helpful.<br />
I have an issue though. What if a user refuses to click on the suggest but type a valid entry? This could happen with any suggest in a form, the user knows what he wants, type it, then go to another field without bothering clicking on the suggest. In that case the event is never trigger and we have no way to retrieve the ID.<br />
Do you have any solution for this?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cometta</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-119</link>
		<dc:creator>cometta</dc:creator>
		<pubDate>Sun, 18 Jul 2010 12:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-119</guid>
		<description>i want to add a submit button. how do i get the entries keyed into the suggestionbox by user?

submitButton.addClickHandler(new ClickHandler() {
    			@Override
    			public void onClick(ClickEvent event) {
    				
    				
    	               //    box.WhatMethodtocalltogetEntriesSelectedByUser..?
    				
    			}
    		});</description>
		<content:encoded><![CDATA[<p>i want to add a submit button. how do i get the entries keyed into the suggestionbox by user?</p>
<p>submitButton.addClickHandler(new ClickHandler() {<br />
    			@Override<br />
    			public void onClick(ClickEvent event) {</p>
<p>    	               //    box.WhatMethodtocalltogetEntriesSelectedByUser..?</p>
<p>    			}<br />
    		});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Altug</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-118</link>
		<dc:creator>Altug</dc:creator>
		<pubDate>Thu, 17 Jun 2010 19:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-118</guid>
		<description>Hi,

That&#039;s absolutely no problem. You were not too slow or too late :)

I am writing a blogpost about how I solved the issue and I&#039;m referencing your post. Thank you very much again.

You can see the post here: http://altuginplainenglish.blogspot.com/2010/06/gwt-suggestbox-filled-with-any-object.html

Best wishes,
Altug</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>That&#8217;s absolutely no problem. You were not too slow or too late <img src='http://eggsylife.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am writing a blogpost about how I solved the issue and I&#8217;m referencing your post. Thank you very much again.</p>
<p>You can see the post here: <a href="http://altuginplainenglish.blogspot.com/2010/06/gwt-suggestbox-filled-with-any-object.html" rel="nofollow">http://altuginplainenglish.blogspot.com/2010/06/gwt-suggestbox-filled-with-any-object.html</a></p>
<p>Best wishes,<br />
Altug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-117</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 11 Jun 2010 21:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-117</guid>
		<description>Hi there,

Sorry I haven&#039;t replied sooner.

Thank you for your comments glad you have got your issue sorted :)</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Sorry I haven&#8217;t replied sooner.</p>
<p>Thank you for your comments glad you have got your issue sorted <img src='http://eggsylife.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Altug</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-116</link>
		<dc:creator>Altug</dc:creator>
		<pubDate>Fri, 11 Jun 2010 10:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-116</guid>
		<description>Hello again,

I found the functionality solution. In the Oracle Class, the added items were too few. Now I changed it to &quot;suggestions.get(i).getDisplayString().toLowerCase().contains(prefixToMatch)&quot; and it also takes some other items in the suggestion.

Thank you very much for your blogpost.

Best wishes,
Altug</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>I found the functionality solution. In the Oracle Class, the added items were too few. Now I changed it to &#8220;suggestions.get(i).getDisplayString().toLowerCase().contains(prefixToMatch)&#8221; and it also takes some other items in the suggestion.</p>
<p>Thank you very much for your blogpost.</p>
<p>Best wishes,<br />
Altug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Altug</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-115</link>
		<dc:creator>Altug</dc:creator>
		<pubDate>Thu, 10 Jun 2010 10:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-115</guid>
		<description>Hello,

first of all, thank you very much for your post. It helped me so much.

My problem(s) is(are) as follows: I am filling my  SuggestBox which takes some objects and they it is being filled correctly. Then, if I want to use it, it always shows me one suggestion at a time, despite extending MultiWordSuggestOracle. I do not get the other suggestions match with the query. Secondly, the white space does not work for me, I always get the first letters matching. And thirdly, I do not get the bold matching query in the suggestion&#039;s displaystring.

any idea how I can fix these?

Thanks in advance,
Altug</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>first of all, thank you very much for your post. It helped me so much.</p>
<p>My problem(s) is(are) as follows: I am filling my  SuggestBox which takes some objects and they it is being filled correctly. Then, if I want to use it, it always shows me one suggestion at a time, despite extending MultiWordSuggestOracle. I do not get the other suggestions match with the query. Secondly, the white space does not work for me, I always get the first letters matching. And thirdly, I do not get the bold matching query in the suggestion&#8217;s displaystring.</p>
<p>any idea how I can fix these?</p>
<p>Thanks in advance,<br />
Altug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-52</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 09:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-52</guid>
		<description>Hi there,

Glad you found it useful and thank you for the nice comments.

I wrote the post when GWT was on version 1.4 - I think since then they have improved the event handling so well done for sorting that out

Eggsy</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Glad you found it useful and thank you for the nice comments.</p>
<p>I wrote the post when GWT was on version 1.4 &#8211; I think since then they have improved the event handling so well done for sorting that out</p>
<p>Eggsy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

