<?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: Autocomplete with an Object</title>
	<atom:link href="http://www.mysticcoders.com/blog/autocomplete-with-an-object/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/</link>
	<description>to our success!</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:29:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sander Postma</title>
		<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/comment-page-1/#comment-3686</link>
		<dc:creator>Sander Postma</dc:creator>
		<pubDate>Mon, 30 Jan 2012 18:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=156#comment-3686</guid>
		<description>How do I preset a value? I have a an item in the PropertyModel I pass in, but when I load the page I only see the remove button. My choice is not loaded based on the id I have in the PropertyModel. I tried adding these properties to the builder:
			customerACBuilder.idType(Integer.class);
			customerACBuilder.idProperty(&quot;customerId&quot;);
but with no luck.</description>
		<content:encoded><![CDATA[<p>How do I preset a value? I have a an item in the PropertyModel I pass in, but when I load the page I only see the remove button. My choice is not loaded based on the id I have in the PropertyModel. I tried adding these properties to the builder:<br />
			customerACBuilder.idType(Integer.class);<br />
			customerACBuilder.idProperty(&#8220;customerId&#8221;);<br />
but with no luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Majid Mehmood</title>
		<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/comment-page-1/#comment-3487</link>
		<dc:creator>Majid Mehmood</dc:creator>
		<pubDate>Sun, 21 Aug 2011 09:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=156#comment-3487</guid>
		<description>Hi,

I have a requirement to show user images along with their names in the auto suggested list.

How should I do it using Auto Complete Components. Any ideas ?

Regards
Majid</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a requirement to show user images along with their names in the auto suggested list.</p>
<p>How should I do it using Auto Complete Components. Any ideas ?</p>
<p>Regards<br />
Majid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confluence: Development</title>
		<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/comment-page-1/#comment-3486</link>
		<dc:creator>Confluence: Development</dc:creator>
		<pubDate>Wed, 02 Mar 2011 17:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=156#comment-3486</guid>
		<description>&lt;strong&gt;Wicket...&lt;/strong&gt;

Description Wicket is a Java web framework. It goes against some common features in other frameworks. Wicket has no XML configuration. Wicket has no code in its HTML. Each page/component is a combination of a Java class and an HTML page or fragment.......</description>
		<content:encoded><![CDATA[<p><strong>Wicket&#8230;</strong></p>
<p>Description Wicket is a Java web framework. It goes against some common features in other frameworks. Wicket has no XML configuration. Wicket has no code in its HTML. Each page/component is a combination of a Java class and an HTML page or fragment&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Hiller</title>
		<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/comment-page-1/#comment-3485</link>
		<dc:creator>Steve Hiller</dc:creator>
		<pubDate>Fri, 14 May 2010 17:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=156#comment-3485</guid>
		<description>ObjectAutoCompleteField component inside a ListView

http://apache-wicket.1842946.n4.nabble.com/Wicket-Stuff-ObjectAutoCompleteField-component-inside-a-ListView-td2197427.html#a2197427</description>
		<content:encoded><![CDATA[<p>ObjectAutoCompleteField component inside a ListView</p>
<p><a href="http://apache-wicket.1842946.n4.nabble.com/Wicket-Stuff-ObjectAutoCompleteField-component-inside-a-ListView-td2197427.html#a2197427" rel="nofollow">http://apache-wicket.1842946.n4.nabble.com/Wicket-Stuff-ObjectAutoCompleteField-component-inside-a-ListView-td2197427.html#a2197427</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Hiller</title>
		<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/comment-page-1/#comment-3484</link>
		<dc:creator>Steve Hiller</dc:creator>
		<pubDate>Wed, 12 May 2010 11:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=156#comment-3484</guid>
		<description>I realize I may have big misunderstanding here. Does ObjectAutoCompleteField  return an object (such as Person) when a selection is made? Or is it just the selected object&#039;s ID?

Thanks</description>
		<content:encoded><![CDATA[<p>I realize I may have big misunderstanding here. Does ObjectAutoCompleteField  return an object (such as Person) when a selection is made? Or is it just the selected object&#8217;s ID?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Hiller</title>
		<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/comment-page-1/#comment-3483</link>
		<dc:creator>Steve Hiller</dc:creator>
		<pubDate>Tue, 11 May 2010 19:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=156#comment-3483</guid>
		<description>Great explanation! I have a question about modeling. I have a form that is backed with a CompoundPropertyModel but the ObjectAutoCompleteField is not filling a property in the form&#039;s model. I call builder.build(&quot;someField&quot;) without providing a model since I have the CompoundPropertyModel in the form. Is there something else I need to do?

Thanks in advance!!</description>
		<content:encoded><![CDATA[<p>Great explanation! I have a question about modeling. I have a form that is backed with a CompoundPropertyModel but the ObjectAutoCompleteField is not filling a property in the form&#8217;s model. I call builder.build(&#8220;someField&#8221;) without providing a model since I have the CompoundPropertyModel in the form. Is there something else I need to do?</p>
<p>Thanks in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dani</title>
		<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/comment-page-1/#comment-3482</link>
		<dc:creator>Dani</dc:creator>
		<pubDate>Thu, 18 Mar 2010 11:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=156#comment-3482</guid>
		<description>great art. Helpful to me</description>
		<content:encoded><![CDATA[<p>great art. Helpful to me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sswinsburg</title>
		<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/comment-page-1/#comment-3481</link>
		<dc:creator>sswinsburg</dc:creator>
		<pubDate>Sat, 30 Jan 2010 00:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=156#comment-3481</guid>
		<description>Hi Ash,

It looks like its in as a feature request here:
http://wicketstuff.org/jira/browse/WSO-1

cheers,
Steve</description>
		<content:encoded><![CDATA[<p>Hi Ash,</p>
<p>It looks like its in as a feature request here:<br />
<a href="http://wicketstuff.org/jira/browse/WSO-1" rel="nofollow">http://wicketstuff.org/jira/browse/WSO-1</a></p>
<p>cheers,<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://www.mysticcoders.com/blog/autocomplete-with-an-object/comment-page-1/#comment-3480</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=156#comment-3480</guid>
		<description>Thanks for the tip. Is there a way to select multiples from the list?</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. Is there a way to select multiples from the list?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

