<?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: Modify Where Wicket Loads HTML Templates</title>
	<atom:link href="http://www.mysticcoders.com/blog/modify-where-wicket-loads-html-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysticcoders.com/blog/modify-where-wicket-loads-html-templates/</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: Jorge</title>
		<link>http://www.mysticcoders.com/blog/modify-where-wicket-loads-html-templates/comment-page-1/#comment-3463</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Thu, 03 Jun 2010 16:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=27#comment-3463</guid>
		<description>This could help ...

WebApplicationPath paths = new WebApplicationPath(getServletContext());
		paths.add(&quot;&quot;);
		paths.add(&quot;/html&quot;);
		paths.add(&quot;/images&quot;);
        paths.add(&quot;/js&quot;);
        paths.add(&quot;/styles&quot;);
      getResourceSettings().setResourceStreamLocator(new ResourceStreamLocator(paths));</description>
		<content:encoded><![CDATA[<p>This could help &#8230;</p>
<p>WebApplicationPath paths = new WebApplicationPath(getServletContext());<br />
		paths.add(&#8220;&#8221;);<br />
		paths.add(&#8220;/html&#8221;);<br />
		paths.add(&#8220;/images&#8221;);<br />
        paths.add(&#8220;/js&#8221;);<br />
        paths.add(&#8220;/styles&#8221;);<br />
      getResourceSettings().setResourceStreamLocator(new ResourceStreamLocator(paths));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele Dellafiore</title>
		<link>http://www.mysticcoders.com/blog/modify-where-wicket-loads-html-templates/comment-page-1/#comment-3462</link>
		<dc:creator>Daniele Dellafiore</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=27#comment-3462</guid>
		<description>Any idea about how to achieve this also for css or other files stored under src/main/resources/com/myapp/... ?</description>
		<content:encoded><![CDATA[<p>Any idea about how to achieve this also for css or other files stored under src/main/resources/com/myapp/&#8230; ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

