<?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 for VolkomenJuist.nl</title>
	<atom:link href="http://www.volkomenjuist.nl/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volkomenjuist.nl/blog</link>
	<description>Juist! Volkomen Juist!</description>
	<lastBuildDate>Tue, 20 Jul 2010 14:25:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on AjaxTabbedPanel &#8211; Store state when switching tabs by Stefanovich</title>
		<link>http://www.volkomenjuist.nl/blog/2009/12/01/ajaxtabbedpanel-store-state-when-switching-tabs/comment-page-1/#comment-3128</link>
		<dc:creator>Stefanovich</dc:creator>
		<pubDate>Tue, 20 Jul 2010 14:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=331#comment-3128</guid>
		<description>Wicket can handle nested forms. See https://cwiki.apache.org/WICKET/nested-forms.html</description>
		<content:encoded><![CDATA[<p>Wicket can handle nested forms. See <a href="https://cwiki.apache.org/WICKET/nested-forms.html" rel="nofollow">https://cwiki.apache.org/WICKET/nested-forms.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AjaxTabbedPanel &#8211; Store state when switching tabs by Gerbrand van Dieijen</title>
		<link>http://www.volkomenjuist.nl/blog/2009/12/01/ajaxtabbedpanel-store-state-when-switching-tabs/comment-page-1/#comment-3081</link>
		<dc:creator>Gerbrand van Dieijen</dc:creator>
		<pubDate>Mon, 12 Jul 2010 14:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=331#comment-3081</guid>
		<description>Hello,

Stefanovich, thanks for the posting!

Bert, the example can only work when the tabbedpanel is inside a form, because newLink returns a submit button.
Forms can&#039;t be nested in HTML, so the tabs inside the tabbedpanel can&#039;t contain a separate form.

To have a form object, you could pass the form you could extend AjaxTabbedPanel, and then pass you&#039;re own form to the constructor:

class MyAjaxTabbedPanel extends AjaxTabbedPanel {
 Form m_form;

 MyAjaxTabbedPanel(String id,List tabs,Form m_form) {
   super(id,tabs);
   this.m_form=m_form;

 ...


   @Override
    protected WebMarkupContainer newLink(String linkId, final int index) {


 }

If I have some time left, I&#039;ll post a working example on my on weblog (as I&#039;m currently trying to get tabs working).
  
}</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Stefanovich, thanks for the posting!</p>
<p>Bert, the example can only work when the tabbedpanel is inside a form, because newLink returns a submit button.<br />
Forms can&#8217;t be nested in HTML, so the tabs inside the tabbedpanel can&#8217;t contain a separate form.</p>
<p>To have a form object, you could pass the form you could extend AjaxTabbedPanel, and then pass you&#8217;re own form to the constructor:</p>
<p>class MyAjaxTabbedPanel extends AjaxTabbedPanel {<br />
 Form m_form;</p>
<p> MyAjaxTabbedPanel(String id,List tabs,Form m_form) {<br />
   super(id,tabs);<br />
   this.m_form=m_form;</p>
<p> &#8230;</p>
<p>   @Override<br />
    protected WebMarkupContainer newLink(String linkId, final int index) {</p>
<p> }</p>
<p>If I have some time left, I&#8217;ll post a working example on my on weblog (as I&#8217;m currently trying to get tabs working).</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion pre-commit hook by Sanjeeb</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/13/subversion-pre-commit-hook/comment-page-1/#comment-2512</link>
		<dc:creator>Sanjeeb</dc:creator>
		<pubDate>Fri, 07 May 2010 05:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=211#comment-2512</guid>
		<description>Thanks a lot...Can we get the file names to be committed and rename them?</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230;Can we get the file names to be committed and rename them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install IPKG on Synology DS209+ by Nachoblog &#187; Instalación de ipkg en un NAS Synology DiskStation DS209+II</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/comment-page-1/#comment-2189</link>
		<dc:creator>Nachoblog &#187; Instalación de ipkg en un NAS Synology DiskStation DS209+II</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=197#comment-2189</guid>
		<description>[...] ﻿http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/ jkhk      Categories: Linux Tags:         Comentarios (0) Referencias (0) Dejar un comentario Referencia [...]</description>
		<content:encoded><![CDATA[<p>[...] ﻿http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/ jkhk      Categories: Linux Tags:         Comentarios (0) Referencias (0) Dejar un comentario Referencia [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install IPKG on Synology DS209+ by Gag</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/comment-page-1/#comment-1905</link>
		<dc:creator>Gag</dc:creator>
		<pubDate>Wed, 17 Feb 2010 22:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=197#comment-1905</guid>
		<description>Thanks Per</description>
		<content:encoded><![CDATA[<p>Thanks Per</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install IPKG on Synology DS209+ by Per</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/comment-page-1/#comment-1792</link>
		<dc:creator>Per</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=197#comment-1792</guid>
		<description>And it works on my DS409+, with this package

http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/syno-e500-bootstrap_1.2-7_powerpc.xsh

No reboot was need

/Per</description>
		<content:encoded><![CDATA[<p>And it works on my DS409+, with this package</p>
<p><a href="http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/syno-e500-bootstrap_1.2-7_powerpc.xsh" rel="nofollow">http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/syno-e500-bootstrap_1.2-7_powerpc.xsh</a></p>
<p>No reboot was need</p>
<p>/Per</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AjaxTabbedPanel &#8211; Store state when switching tabs by bert</title>
		<link>http://www.volkomenjuist.nl/blog/2009/12/01/ajaxtabbedpanel-store-state-when-switching-tabs/comment-page-1/#comment-1389</link>
		<dc:creator>bert</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=331#comment-1389</guid>
		<description>Hi,

thanks for this post. I have 2 questions:
 
 * where is the m_form coming from
 * TabbedComponent is the Component holding your TabbedPanel?

In my usecase, i have a form in each of the tabs and would like to push the data into the model on tab switch. If i understood you right, the above code is inside a 
AjaxTabbedPanel tabPanel = new AjaxTabbedPanel(&quot;tabsPanel&quot;, tabs) {
 ..
}
and i do not have any form there .. 

Any hints would be very helpful 

Thanks, Bert</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for this post. I have 2 questions:</p>
<p> * where is the m_form coming from<br />
 * TabbedComponent is the Component holding your TabbedPanel?</p>
<p>In my usecase, i have a form in each of the tabs and would like to push the data into the model on tab switch. If i understood you right, the above code is inside a<br />
AjaxTabbedPanel tabPanel = new AjaxTabbedPanel(&#8220;tabsPanel&#8221;, tabs) {<br />
 ..<br />
}<br />
and i do not have any form there .. </p>
<p>Any hints would be very helpful </p>
<p>Thanks, Bert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symbolic Links on Synology DS209+ by silverback</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/comment-page-1/#comment-980</link>
		<dc:creator>silverback</dc:creator>
		<pubDate>Wed, 11 Nov 2009 15:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=189#comment-980</guid>
		<description>Hmmm, why didn&#039;t you use /etc/fstab ??
see: http://www.tuxfiles.org/linuxhelp/fstab.html
That&#039;s the way to go for ux systems I guess.

e.g. put this in /etc/fstab:

/volumeUSB1/usbshare/usb-music/  /volume1/video/usb-video/  none bind 0 2</description>
		<content:encoded><![CDATA[<p>Hmmm, why didn&#8217;t you use /etc/fstab ??<br />
see: <a href="http://www.tuxfiles.org/linuxhelp/fstab.html" rel="nofollow">http://www.tuxfiles.org/linuxhelp/fstab.html</a><br />
That&#8217;s the way to go for ux systems I guess.</p>
<p>e.g. put this in /etc/fstab:</p>
<p>/volumeUSB1/usbshare/usb-music/  /volume1/video/usb-video/  none bind 0 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install IPKG on Synology DS209+ by Kay</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/comment-page-1/#comment-959</link>
		<dc:creator>Kay</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=197#comment-959</guid>
		<description>Fantastic!

I can confirm this works for the DS 109+</description>
		<content:encoded><![CDATA[<p>Fantastic!</p>
<p>I can confirm this works for the DS 109+</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install IPKG on Synology DS209+ by Claus</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/09/install-ipkg-on-synology-ds209/comment-page-1/#comment-831</link>
		<dc:creator>Claus</dc:creator>
		<pubDate>Thu, 08 Oct 2009 06:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=197#comment-831</guid>
		<description>Thank you! The file is now version 7, so you need to use &quot;syno-e500-bootstrap_1.2-7_powerpc.xsh&quot; (change &quot;5&quot; to &quot;7&quot; three places in the above instructions)

-claus</description>
		<content:encoded><![CDATA[<p>Thank you! The file is now version 7, so you need to use &#8220;syno-e500-bootstrap_1.2-7_powerpc.xsh&#8221; (change &#8220;5&#8243; to &#8220;7&#8243; three places in the above instructions)</p>
<p>-claus</p>
]]></content:encoded>
	</item>
</channel>
</rss>
