<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-25133</id>
	<title>Nabble - Wicket - User</title>
	<updated>2009-11-23T16:15:14Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Wicket---User-f25133.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket---User-f25133.html" />
	<subtitle type="html">User discussion at wicket.apache.org.
&lt;br&gt;&lt;br&gt;&lt;b&gt;This forum has been marked read only due to spam. Please subscribe to the list to ask questions.&lt;/b&gt;&lt;br&gt;&lt;br&gt;If you have a question regarding how to do something in your application, then typically you should join the user list. There are over 500 subscribers to that list, across different timezones, so probably your question will be answered within a hour or so, sometimes even within minutes.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26488513</id>
	<title>Re: Wicket Form Resubmit</title>
	<published>2009-11-23T16:15:14Z</published>
	<updated>2009-11-23T16:15:14Z</updated>
	<author>
		<name>jthomerson</name>
	</author>
	<content type="html">What do you mean by invalid? &amp;nbsp;Typically if there is a validation error, the
&lt;br&gt;form can be resubmitted without problem.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Jeremy Thomerson
&lt;br&gt;&lt;a href=&quot;http://www.wickettraining.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.wickettraining.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 8:54 AM, Rowe, Richard A (N-Onyx Government
&lt;br&gt;Services) &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488513&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.a.rowe@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; How do I allow my user to resubmit a form that was marked as &amp;quot;invalid&amp;quot; on
&lt;br&gt;&amp;gt; the first attempt once the invalid fields have been corrected. Wicket
&lt;br&gt;&amp;gt; appears to not resubmit the form. Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rick
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-Form-Resubmit-tp26479487p26488513.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26488382</id>
	<title>Re: Adding markup to ListView containing tag?</title>
	<published>2009-11-23T16:03:03Z</published>
	<updated>2009-11-23T16:03:03Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">&amp;nbsp;&amp;lt;div id=&amp;quot;triage-items&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;div id=&amp;quot;triage-1&amp;quot; wicket:id=&amp;quot;listview&amp;quot;&amp;gt;fancy markup here&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;class mypage extends webpage implements iheadercontributor {
&lt;br&gt;&lt;br&gt;public mypage() {
&lt;br&gt;&amp;nbsp; add(new listview(&amp;quot;listview,...) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; protected item newitem(string id, int idx) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;return new item(id, idx) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; protected oncomponenttag(tag) { tag.put(&amp;quot;class&amp;quot;,&amp;quot;fancyitem&amp;quot;); }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;};
&lt;br&gt;&amp;nbsp; &amp;nbsp;});
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;renderhead(resp) {
&lt;br&gt;resp.renderondomreadyjavascript(&amp;quot;$(&amp;quot;.fancyitem.whatever_jquery_thing_you_want&amp;quot;);
&lt;br&gt;}
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 2:41 PM, Loritsch, Berin C.
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488382&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Berin.Loritsch@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; What I would like is to be able to have markup like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;div id=&amp;quot;triage-items&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;  &amp;lt;div id=&amp;quot;triage-1&amp;quot;&amp;gt;fancy markup here&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;  &amp;lt;div id=&amp;quot;triage-2&amp;quot;&amp;gt;fancy markup here&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Along with this, to provide javascript effects on hover/focus for the
&lt;br&gt;&amp;gt; individual items in the list.  The problem is that I can't do this with
&lt;br&gt;&amp;gt; Wicket easily.  I basically get markup like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;div&amp;gt;fancy markup here&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;div&amp;gt;fancy markup here&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I attempted to create a panel with a panel with the ListView to do what
&lt;br&gt;&amp;gt; I wanted, but it ended up looking like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;div&amp;gt;&amp;lt;div&amp;gt;fancy markup here&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;div&amp;gt;&amp;lt;div&amp;gt;fancy markup here&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Which is no-where near what I want.  I'm trying to work with the &amp;quot;Wicket
&lt;br&gt;&amp;gt; in Action&amp;quot; book and the short section on repeating lists doesn't provide
&lt;br&gt;&amp;gt; enough to help me get it working.  All my attempts at writing the &amp;quot;id&amp;quot;
&lt;br&gt;&amp;gt; attribute using the examples in the book don't work (no ID is ever
&lt;br&gt;&amp;gt; created).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can anyone help my sanity?  While I do care about the markup, it's less
&lt;br&gt;&amp;gt; important than the end target of adding the AJAX effects to the items in
&lt;br&gt;&amp;gt; the list.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488382&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488382&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488382&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488382&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-markup-to-ListView-containing-tag--tp26488079p26488382.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26487875</id>
	<title>E-Com, wicket based</title>
	<published>2009-11-23T15:15:47Z</published>
	<updated>2009-11-23T15:15:47Z</updated>
	<author>
		<name>Alex Rass</name>
	</author>
	<content type="html">Hi.
&lt;br&gt;&lt;br&gt;Anyone has any recommendations for a Wicket based e-commerce solution?
&lt;br&gt;(Paid or OpenSource.)
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;- Alex.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26487875&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26487875&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WicketStuff-JMX-tp26485821p26487875.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26488079</id>
	<title>Adding markup to ListView containing tag?</title>
	<published>2009-11-23T14:41:45Z</published>
	<updated>2009-11-23T14:41:45Z</updated>
	<author>
		<name>Loritsch, Berin C.</name>
	</author>
	<content type="html">What I would like is to be able to have markup like this:
&lt;br&gt;&lt;br&gt;&amp;lt;div id=&amp;quot;triage-items&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;div id=&amp;quot;triage-1&amp;quot;&amp;gt;fancy markup here&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;div id=&amp;quot;triage-2&amp;quot;&amp;gt;fancy markup here&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;Along with this, to provide javascript effects on hover/focus for the
&lt;br&gt;individual items in the list. &amp;nbsp;The problem is that I can't do this with
&lt;br&gt;Wicket easily. &amp;nbsp;I basically get markup like this:
&lt;br&gt;&lt;br&gt;&amp;lt;div&amp;gt;fancy markup here&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;lt;div&amp;gt;fancy markup here&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;I attempted to create a panel with a panel with the ListView to do what
&lt;br&gt;I wanted, but it ended up looking like this:
&lt;br&gt;&lt;br&gt;&amp;lt;div&amp;gt;&amp;lt;div&amp;gt;fancy markup here&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;lt;div&amp;gt;&amp;lt;div&amp;gt;fancy markup here&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;Which is no-where near what I want. &amp;nbsp;I'm trying to work with the &amp;quot;Wicket
&lt;br&gt;in Action&amp;quot; book and the short section on repeating lists doesn't provide
&lt;br&gt;enough to help me get it working. &amp;nbsp;All my attempts at writing the &amp;quot;id&amp;quot;
&lt;br&gt;attribute using the examples in the book don't work (no ID is ever
&lt;br&gt;created).
&lt;br&gt;&lt;br&gt;Can anyone help my sanity? &amp;nbsp;While I do care about the markup, it's less
&lt;br&gt;important than the end target of adding the AJAX effects to the items in
&lt;br&gt;the list.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488079&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488079&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-markup-to-ListView-containing-tag--tp26488079p26488079.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26486289</id>
	<title>Re: WicketStuff JMX</title>
	<published>2009-11-23T13:31:33Z</published>
	<updated>2009-11-23T13:31:33Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">i think it fell apart
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 1:30 PM, Martijn Dashorst
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martijn.dashorst@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Wasn't it integrated into wicket-jmx? Or did that fall apart with
&lt;br&gt;&amp;gt; Gerolf going AWOL?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Martijn
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;igor.vaynberg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; i guess its waiting for someone with time to bring it back up to speed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -igor
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rodrigo.benenson@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello there !
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there any news on WicketStuff JmxPanel ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It seems to be broken for a while now
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It seems that in the past there was some consensus on keeping
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wicket-jmx and jmxpanel up to date.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Anyone has tried to fix this ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rodrigob.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ps: thanks for wicket !
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Become a Wicket expert, learn from the best: &lt;a href=&quot;http://wicketinaction.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketinaction.com&lt;/a&gt;&lt;br&gt;&amp;gt; Apache Wicket 1.4 increases type safety for web applications
&lt;br&gt;&amp;gt; Get it now: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/1.4.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/1.4.0&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486289&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WicketStuff-JMX-tp26485821p26486289.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26486248</id>
	<title>Re: WicketStuff JMX</title>
	<published>2009-11-23T13:30:00Z</published>
	<updated>2009-11-23T13:30:00Z</updated>
	<author>
		<name>Martijn Dashorst</name>
	</author>
	<content type="html">Wasn't it integrated into wicket-jmx? Or did that fall apart with
&lt;br&gt;Gerolf going AWOL?
&lt;br&gt;&lt;br&gt;Martijn
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486248&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;igor.vaynberg@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; i guess its waiting for someone with time to bring it back up to speed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -igor
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486248&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rodrigo.benenson@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello there !
&lt;br&gt;&amp;gt;&amp;gt; Is there any news on WicketStuff JmxPanel ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It seems to be broken for a while now
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It seems that in the past there was some consensus on keeping
&lt;br&gt;&amp;gt;&amp;gt; wicket-jmx and jmxpanel up to date.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anyone has tried to fix this ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; rodrigob.
&lt;br&gt;&amp;gt;&amp;gt; ps: thanks for wicket !
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486248&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486248&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486248&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486248&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Become a Wicket expert, learn from the best: &lt;a href=&quot;http://wicketinaction.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketinaction.com&lt;/a&gt;&lt;br&gt;Apache Wicket 1.4 increases type safety for web applications
&lt;br&gt;Get it now: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/1.4.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/1.4.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486248&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486248&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WicketStuff-JMX-tp26485821p26486248.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485908</id>
	<title>Re: WicketStuff JMX</title>
	<published>2009-11-23T13:10:39Z</published>
	<updated>2009-11-23T13:10:39Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">i guess its waiting for someone with time to bring it back up to speed.
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485908&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rodrigo.benenson@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello there !
&lt;br&gt;&amp;gt; Is there any news on WicketStuff JmxPanel ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems to be broken for a while now
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems that in the past there was some consensus on keeping
&lt;br&gt;&amp;gt; wicket-jmx and jmxpanel up to date.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anyone has tried to fix this ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; rodrigob.
&lt;br&gt;&amp;gt; ps: thanks for wicket !
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485908&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485908&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485908&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485908&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WicketStuff-JMX-tp26485821p26485908.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485821</id>
	<title>WicketStuff JMX</title>
	<published>2009-11-23T13:05:11Z</published>
	<updated>2009-11-23T13:05:11Z</updated>
	<author>
		<name>rodrigob</name>
	</author>
	<content type="html">Hello there !
&lt;br&gt;Is there any news on WicketStuff JmxPanel ?
&lt;br&gt;&lt;br&gt;It seems to be broken for a while now
&lt;br&gt;&lt;a href=&quot;http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;It seems that in the past there was some consensus on keeping
&lt;br&gt;wicket-jmx and jmxpanel up to date.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Anyone has tried to fix this ?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;rodrigob.
&lt;br&gt;ps: thanks for wicket !
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485821&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485821&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WicketStuff-JMX-tp26485821p26485821.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485417</id>
	<title>Re: Can @SpringBeans be optional?</title>
	<published>2009-11-23T12:39:52Z</published>
	<updated>2009-11-23T12:39:52Z</updated>
	<author>
		<name>James Carman-3</name>
	</author>
	<content type="html">That's not a dependency injection thing. &amp;nbsp;It's a &amp;quot;design pattern&amp;quot;
&lt;br&gt;called the &amp;quot;Null Object&amp;quot; pattern.
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 12:38 PM, Loritsch, Berin C.
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485417&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Berin.Loritsch@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Technically speaking from the Dependency Injection koolaid doctrine, the
&lt;br&gt;&amp;gt; best way to solve the problem is to have a &amp;quot;null&amp;quot; implementation of your
&lt;br&gt;&amp;gt; service that does nothing.  The code you are writing doesn't have to
&lt;br&gt;&amp;gt; have complex if/else logic as it's able to assume the service is always
&lt;br&gt;&amp;gt; there.  The null implementation is wired in for the app that doesn't use
&lt;br&gt;&amp;gt; it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Alternatively, create your accessor (getRememberMeService()) in the
&lt;br&gt;&amp;gt; session that will access the ApplicationContext itself.  It will
&lt;br&gt;&amp;gt; determine if the bean exists or not and return the appropriate value.
&lt;br&gt;&amp;gt; Since it allows for lazy initialization, it also addresses any issues
&lt;br&gt;&amp;gt; from the ApplicationContext not being set up in time during unit
&lt;br&gt;&amp;gt; testing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Anthony DePalma [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485417&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fatefree@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Monday, November 23, 2009 6:47 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485417&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Can @SpringBeans be optional?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Often with spring I give some of my services extra features if they are
&lt;br&gt;&amp;gt; configured in the xml for it, but otherwise if they are null they are
&lt;br&gt;&amp;gt; simply
&lt;br&gt;&amp;gt; ignored. I'm running into an issue with my websession, that one of my
&lt;br&gt;&amp;gt; apps
&lt;br&gt;&amp;gt; can use the RememberMeService but another cannot. However, I'd like to
&lt;br&gt;&amp;gt; have
&lt;br&gt;&amp;gt; one abstractwebsession they can share, but unfortunately I'll get an
&lt;br&gt;&amp;gt; exception when starting the app without the rememberMeService defined in
&lt;br&gt;&amp;gt; the
&lt;br&gt;&amp;gt; xml. It wouldn't make sense to define one to satisfy the error.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only solution I had so far was to inject it into the application
&lt;br&gt;&amp;gt; class,
&lt;br&gt;&amp;gt; where i can do so without @springbeans and thus a service can be null,
&lt;br&gt;&amp;gt; but
&lt;br&gt;&amp;gt; is there any way I can configure springbeans to not throw an error on
&lt;br&gt;&amp;gt; startup for optional services?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485417&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485417&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485417&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485417&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-%40SpringBeans-be-optional--tp26476595p26485417.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485048</id>
	<title>Re: Custom error page interfering with page expired</title>
	<published>2009-11-23T12:13:41Z</published>
	<updated>2009-11-23T12:13:41Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">&amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp;public final Page onRuntimeException(final Page cause, final
&lt;br&gt;RuntimeException e) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Throwable t=e;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; while (t!=null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (t instanceof pageexpiredexception) { return
&lt;br&gt;super.onRuntimeException(cause, e); }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;t=t.getcause();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; return new ErrorPage(e);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 11:29 AM, Anthony DePalma &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485048&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fatefree@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; A while back I posted that I was having problems with what I thought
&lt;br&gt;&amp;gt; was the CryptedUrlWebRequestCodingStrategy. I've learn since that my
&lt;br&gt;&amp;gt; custom error handling was the problem, so I wanted to take a step back
&lt;br&gt;&amp;gt; and ask how I should be doing this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a requirement that on an internal error (besides a session
&lt;br&gt;&amp;gt; expired exception), users are redirected to an error page with a form
&lt;br&gt;&amp;gt; allowing them to submit some information. Unfortunately, I need to
&lt;br&gt;&amp;gt; save the error as well, so the easy way of using
&lt;br&gt;&amp;gt; getApplicationSettings().setInternalErrorPage(ErrorPage.class) is not
&lt;br&gt;&amp;gt; sufficient because I have no reference to the error in hand.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My error page takes an exception as a constructor argument, so what
&lt;br&gt;&amp;gt; should I do to allow the exception to be sent for regular errors, but
&lt;br&gt;&amp;gt; ignored for PageExpiredExceptions? Should I still be looking at a
&lt;br&gt;&amp;gt; custom request cycle?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PS, previously my request cycle (which killed my expired page) looked like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;        @Override
&lt;br&gt;&amp;gt;        public final Page onRuntimeException(final Page cause, final
&lt;br&gt;&amp;gt; RuntimeException e) {
&lt;br&gt;&amp;gt;                return new ErrorPage(e);
&lt;br&gt;&amp;gt;        }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried to check the instance of e for PageExpiredException and return
&lt;br&gt;&amp;gt; that page, but that seemed to cause an infinite loop.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485048&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485048&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485048&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485048&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-error-page-interfering-with-page-expired-tp26484362p26485048.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26484362</id>
	<title>Custom error page interfering with page expired</title>
	<published>2009-11-23T11:29:24Z</published>
	<updated>2009-11-23T11:29:24Z</updated>
	<author>
		<name>fatefree</name>
	</author>
	<content type="html">A while back I posted that I was having problems with what I thought
&lt;br&gt;was the CryptedUrlWebRequestCodingStrategy. I've learn since that my
&lt;br&gt;custom error handling was the problem, so I wanted to take a step back
&lt;br&gt;and ask how I should be doing this.
&lt;br&gt;&lt;br&gt;I have a requirement that on an internal error (besides a session
&lt;br&gt;expired exception), users are redirected to an error page with a form
&lt;br&gt;allowing them to submit some information. Unfortunately, I need to
&lt;br&gt;save the error as well, so the easy way of using
&lt;br&gt;getApplicationSettings().setInternalErrorPage(ErrorPage.class) is not
&lt;br&gt;sufficient because I have no reference to the error in hand.
&lt;br&gt;&lt;br&gt;My error page takes an exception as a constructor argument, so what
&lt;br&gt;should I do to allow the exception to be sent for regular errors, but
&lt;br&gt;ignored for PageExpiredExceptions? Should I still be looking at a
&lt;br&gt;custom request cycle?
&lt;br&gt;&lt;br&gt;PS, previously my request cycle (which killed my expired page) looked like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public final Page onRuntimeException(final Page cause, final
&lt;br&gt;RuntimeException e) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return new ErrorPage(e);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;I tried to check the instance of e for PageExpiredException and return
&lt;br&gt;that page, but that seemed to cause an infinite loop.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26484362&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26484362&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-error-page-interfering-with-page-expired-tp26484362p26484362.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26484296</id>
	<title>Re: javax.crypto.BadPaddingException on expired sessions using  CryptedUrlWebRequestCodingStrategy</title>
	<published>2009-11-23T11:24:17Z</published>
	<updated>2009-11-23T11:24:17Z</updated>
	<author>
		<name>fatefree</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;fatefree wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Re: javax.crypto.BadPaddingException on expired sessions using &amp;nbsp;CryptedUrlWebRequestCodingStrategy
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
As it turned out this was not caused by the cryptedurl coding strategy as I thought, but rather my custom request cycle was overriding onRuntimeException and returning its own error page, thus overriding the PageExpired page. This strategy worked fine when I removed my code.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/javax.crypto.BadPaddingException-on-expired-sessions-using--CryptedUrlWebRequestCodingStrategy-tp26190032p26484296.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482898</id>
	<title>Re: Reused Component with a form inside another form</title>
	<published>2009-11-23T09:51:13Z</published>
	<updated>2009-11-23T09:51:13Z</updated>
	<author>
		<name>Martijn Dashorst</name>
	</author>
	<content type="html">Wicket supports nested forms since 1.3 transparently.
&lt;br&gt;&lt;br&gt;Martijn
&lt;br&gt;&lt;br&gt;On Monday, November 23, 2009, Frank Silbermann
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482898&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;frank.silbermann@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; HTML doesn't like forms inside of forms.  What don't you just create an
&lt;br&gt;&amp;gt; address panel that belongs inside a form, but which does not provide its
&lt;br&gt;&amp;gt; own form?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Arnaud Garcia [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482898&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arnaud@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Monday, November 23, 2009 10:37 AM
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ...Patient has an Address.
&lt;br&gt;&amp;gt; Since an Address can be used somewhere else in the code, for adding a
&lt;br&gt;&amp;gt; new one, you  have to create a simple AdressPanel with a form
&lt;br&gt;&amp;gt; inside...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So, how can I reuse this component in the PatientPanel ? because in
&lt;br&gt;&amp;gt; this Panel I will also have a form, with also a submit button..
&lt;br&gt;&amp;gt; ...but how the form can be merged ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482898&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482898&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Become a Wicket expert, learn from the best: &lt;a href=&quot;http://wicketinaction.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketinaction.com&lt;/a&gt;&lt;br&gt;Apache Wicket 1.4 increases type safety for web applications
&lt;br&gt;Get it now: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/1.4.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/1.4.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482898&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482898&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reused-Component-with-a-form-inside-another-form-tp26481537p26482898.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26484620</id>
	<title>RE: Can @SpringBeans be optional?</title>
	<published>2009-11-23T09:38:30Z</published>
	<updated>2009-11-23T09:38:30Z</updated>
	<author>
		<name>Loritsch, Berin C.</name>
	</author>
	<content type="html">Technically speaking from the Dependency Injection koolaid doctrine, the
&lt;br&gt;best way to solve the problem is to have a &amp;quot;null&amp;quot; implementation of your
&lt;br&gt;service that does nothing. &amp;nbsp;The code you are writing doesn't have to
&lt;br&gt;have complex if/else logic as it's able to assume the service is always
&lt;br&gt;there. &amp;nbsp;The null implementation is wired in for the app that doesn't use
&lt;br&gt;it.
&lt;br&gt;&lt;br&gt;Alternatively, create your accessor (getRememberMeService()) in the
&lt;br&gt;session that will access the ApplicationContext itself. &amp;nbsp;It will
&lt;br&gt;determine if the bean exists or not and return the appropriate value.
&lt;br&gt;Since it allows for lazy initialization, it also addresses any issues
&lt;br&gt;from the ApplicationContext not being set up in time during unit
&lt;br&gt;testing.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Anthony DePalma [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26484620&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fatefree@...&lt;/a&gt;] 
&lt;br&gt;Sent: Monday, November 23, 2009 6:47 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26484620&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: Can @SpringBeans be optional?
&lt;br&gt;&lt;br&gt;Often with spring I give some of my services extra features if they are
&lt;br&gt;configured in the xml for it, but otherwise if they are null they are
&lt;br&gt;simply
&lt;br&gt;ignored. I'm running into an issue with my websession, that one of my
&lt;br&gt;apps
&lt;br&gt;can use the RememberMeService but another cannot. However, I'd like to
&lt;br&gt;have
&lt;br&gt;one abstractwebsession they can share, but unfortunately I'll get an
&lt;br&gt;exception when starting the app without the rememberMeService defined in
&lt;br&gt;the
&lt;br&gt;xml. It wouldn't make sense to define one to satisfy the error.
&lt;br&gt;&lt;br&gt;The only solution I had so far was to inject it into the application
&lt;br&gt;class,
&lt;br&gt;where i can do so without @springbeans and thus a service can be null,
&lt;br&gt;but
&lt;br&gt;is there any way I can configure springbeans to not throw an error on
&lt;br&gt;startup for optional services?
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26484620&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26484620&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-%40SpringBeans-be-optional--tp26476595p26484620.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482495</id>
	<title>Re: css not managed by wicket</title>
	<published>2009-11-23T09:28:16Z</published>
	<updated>2009-11-23T09:28:16Z</updated>
	<author>
		<name>Nicolas Melendez</name>
	</author>
	<content type="html">hi, consider use this annotations:
&lt;br&gt;&lt;a href=&quot;http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-merged-resources&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-merged-resources&lt;/a&gt;&lt;br&gt;&lt;br&gt;here a blog which explains the features it has:
&lt;br&gt;&lt;a href=&quot;http://techblog.molindo.at/2009/10/wicket-annotation-based-mounting-of-resources.html#more-128&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://techblog.molindo.at/2009/10/wicket-annotation-based-mounting-of-resources.html#more-128&lt;/a&gt;&lt;br&gt;&lt;br&gt;it will help i hope.
&lt;br&gt;bye
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 2:14 PM, Martin Makundi &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.makundi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Just put /style.css
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Otherwise wicket is trying to guess the relative url. In most cases it
&lt;br&gt;&amp;gt; guesses wrong so I have adopted the practice of using resource urls
&lt;br&gt;&amp;gt; relative to the root of the domain.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **
&lt;br&gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/11/23 Ilya German &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482495&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ilja.Germans@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt; Hello!
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'm trying to make my web application to use a .css stylesheet. As far as
&lt;br&gt;&amp;gt; I understood reading
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://cwiki.apache.org/WICKET/including-css-resources.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/WICKET/including-css-resources.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; and
&lt;br&gt;&amp;gt; &amp;gt; Wicket in Action book
&lt;br&gt;&amp;gt; &amp;gt; I should be able to make any html page to work in the following
&lt;br&gt;&amp;gt; configuration:
&lt;br&gt;&amp;gt; &amp;gt; say, Base.html includes:
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;style.css&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;/head&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; and to put the css file into &amp;quot;web app directory (root of your war file)&amp;quot;.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; So the deployed project structure (say, in tomcat) would be like this:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;tomcat webapps&amp;gt;/myapp
&lt;br&gt;&amp;gt; &amp;gt; --------------------------------------/META-INF
&lt;br&gt;&amp;gt; &amp;gt; --------------------------------------/WEB-INF
&lt;br&gt;&amp;gt; &amp;gt; ----------------------------------------------------/classes
&lt;br&gt;&amp;gt; &amp;gt; ----------------------------------------------------------------/pages
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------/Base.html
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------/Base.java
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------/Page1.html
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------/Page1.java
&lt;br&gt;&amp;gt; -&amp;gt; extends Base
&lt;br&gt;&amp;gt; &amp;gt; --------------------------------------/style.css
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; However, when I access my Page1 page in browser (which extends Base page
&lt;br&gt;&amp;gt; both in java and html and seems to be working), I see, that the URL to css
&lt;br&gt;&amp;gt; is rewritten to ../style.css, which tries to reach style.css directly in
&lt;br&gt;&amp;gt; &amp;lt;tomcat webapps&amp;gt; and doesn't find it there.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Could anyone explain me what am I doing wrong?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt; &amp;gt; Ilya
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482495&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482495&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/css-not-managed-by-wicket-tp26482057p26482495.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482229</id>
	<title>Re: css not managed by wicket</title>
	<published>2009-11-23T09:14:24Z</published>
	<updated>2009-11-23T09:14:24Z</updated>
	<author>
		<name>MartinM</name>
	</author>
	<content type="html">Just put /style.css
&lt;br&gt;&lt;br&gt;Otherwise wicket is trying to guess the relative url. In most cases it
&lt;br&gt;guesses wrong so I have adopted the practice of using resource urls
&lt;br&gt;relative to the root of the domain.
&lt;br&gt;&lt;br&gt;**
&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;2009/11/23 Ilya German &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482229&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ilja.Germans@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm trying to make my web application to use a .css stylesheet. As far as I understood reading
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://cwiki.apache.org/WICKET/including-css-resources.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/WICKET/including-css-resources.html&lt;/a&gt;&lt;br&gt;&amp;gt; and
&lt;br&gt;&amp;gt; Wicket in Action book
&lt;br&gt;&amp;gt; I should be able to make any html page to work in the following configuration:
&lt;br&gt;&amp;gt; say, Base.html includes:
&lt;br&gt;&amp;gt; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;style.css&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/head&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and to put the css file into &amp;quot;web app directory (root of your war file)&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So the deployed project structure (say, in tomcat) would be like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;tomcat webapps&amp;gt;/myapp
&lt;br&gt;&amp;gt; --------------------------------------/META-INF
&lt;br&gt;&amp;gt; --------------------------------------/WEB-INF
&lt;br&gt;&amp;gt; ----------------------------------------------------/classes
&lt;br&gt;&amp;gt; ----------------------------------------------------------------/pages
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------/Base.html
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------/Base.java
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------/Page1.html
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------/Page1.java -&amp;gt; extends Base
&lt;br&gt;&amp;gt; --------------------------------------/style.css
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However, when I access my Page1 page in browser (which extends Base page both in java and html and seems to be working), I see, that the URL to css is rewritten to ../style.css, which tries to reach style.css directly in &amp;lt;tomcat webapps&amp;gt; and doesn't find it there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could anyone explain me what am I doing wrong?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt; Ilya
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482229&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482229&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/css-not-managed-by-wicket-tp26482057p26482229.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482057</id>
	<title>css not managed by wicket</title>
	<published>2009-11-23T09:02:56Z</published>
	<updated>2009-11-23T09:02:56Z</updated>
	<author>
		<name>Ilya German</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;&lt;br&gt;I'm trying to make my web application to use a .css stylesheet. As far as I understood reading 
&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/WICKET/including-css-resources.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/WICKET/including-css-resources.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;and 
&lt;br&gt;Wicket in Action book
&lt;br&gt;I should be able to make any html page to work in the following configuration:
&lt;br&gt;say, Base.html includes:
&lt;br&gt;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;style.css&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;
&lt;br&gt;&lt;br&gt;and to put the css file into &amp;quot;web app directory (root of your war file)&amp;quot;.
&lt;br&gt;&lt;br&gt;So the deployed project structure (say, in tomcat) would be like this:
&lt;br&gt;&lt;br&gt;&amp;lt;tomcat webapps&amp;gt;/myapp
&lt;br&gt;--------------------------------------/META-INF
&lt;br&gt;--------------------------------------/WEB-INF
&lt;br&gt;----------------------------------------------------/classes
&lt;br&gt;----------------------------------------------------------------/pages
&lt;br&gt;-------------------------------------------------------------------------/Base.html
&lt;br&gt;-------------------------------------------------------------------------/Base.java
&lt;br&gt;-------------------------------------------------------------------------/Page1.html
&lt;br&gt;-------------------------------------------------------------------------/Page1.java -&amp;gt; extends Base
&lt;br&gt;--------------------------------------/style.css
&lt;br&gt;&lt;br&gt;However, when I access my Page1 page in browser (which extends Base page both in java and html and seems to be working), I see, that the URL to css is rewritten to ../style.css, which tries to reach style.css directly in &amp;lt;tomcat webapps&amp;gt; and doesn't find it there.
&lt;br&gt;&lt;br&gt;Could anyone explain me what am I doing wrong?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Ilya</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/css-not-managed-by-wicket-tp26482057p26482057.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481845</id>
	<title>Re: method assertWarningMessages</title>
	<published>2009-11-23T08:52:22Z</published>
	<updated>2009-11-23T08:52:22Z</updated>
	<author>
		<name>Bernard Lupin</name>
	</author>
	<content type="html">Hi again,
&lt;br&gt;This question seems to be simple, no ?
&lt;br&gt;Do I have to open a JIRA ?
&lt;br&gt;Bernard
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Bernard Lupin wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi all,
&lt;br&gt;Components have 3 methods to put information in a feedback panel : info(), warn() and error().
&lt;br&gt;&lt;br&gt;But in the WicketTester class, there are only 2 asserts available : assertInfoMessages() and assertErrorMessages().
&lt;br&gt;&lt;br&gt;How can I verify my warning messages ? I can't find an assertWarnMessages. Even googling 'wicket +assertWarnMessages' returns nothing.
&lt;br&gt;&lt;br&gt;Am I missing something ?
&lt;br&gt;&lt;br&gt;Many thanks,
&lt;br&gt;Bernard
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
&lt;br&gt;For additional commands, e-mail: users-help@wicket.apache.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/method-assertWarningMessages-tp26411632p26481845.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481807</id>
	<title>RE: Reused Component with a form inside another form</title>
	<published>2009-11-23T08:48:35Z</published>
	<updated>2009-11-23T08:48:35Z</updated>
	<author>
		<name>Frank Silbermann</name>
	</author>
	<content type="html">HTML doesn't like forms inside of forms. &amp;nbsp;What don't you just create an
&lt;br&gt;address panel that belongs inside a form, but which does not provide its
&lt;br&gt;own form?
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Arnaud Garcia [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481807&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arnaud@...&lt;/a&gt;] 
&lt;br&gt;Sent: Monday, November 23, 2009 10:37 AM
&lt;br&gt;&lt;br&gt;...Patient has an Address.
&lt;br&gt;Since an Address can be used somewhere else in the code, for adding a
&lt;br&gt;new one, you &amp;nbsp;have to create a simple AdressPanel with a form
&lt;br&gt;inside...
&lt;br&gt;&lt;br&gt;So, how can I reuse this component in the PatientPanel ? because in
&lt;br&gt;this Panel I will also have a form, with also a submit button..
&lt;br&gt;...but how the form can be merged ?
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481807&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481807&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reused-Component-with-a-form-inside-another-form-tp26481537p26481807.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481795</id>
	<title>Re: Can @SpringBeans be optional?</title>
	<published>2009-11-23T08:48:25Z</published>
	<updated>2009-11-23T08:48:25Z</updated>
	<author>
		<name>Martijn Dashorst</name>
	</author>
	<content type="html">Define a getter for your service that returns null by default, and in
&lt;br&gt;your Spring enabled session return the injected bean.
&lt;br&gt;&lt;br&gt;Martijn
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 12:46 PM, Anthony DePalma &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481795&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fatefree@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Often with spring I give some of my services extra features if they are
&lt;br&gt;&amp;gt; configured in the xml for it, but otherwise if they are null they are simply
&lt;br&gt;&amp;gt; ignored. I'm running into an issue with my websession, that one of my apps
&lt;br&gt;&amp;gt; can use the RememberMeService but another cannot. However, I'd like to have
&lt;br&gt;&amp;gt; one abstractwebsession they can share, but unfortunately I'll get an
&lt;br&gt;&amp;gt; exception when starting the app without the rememberMeService defined in the
&lt;br&gt;&amp;gt; xml. It wouldn't make sense to define one to satisfy the error.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only solution I had so far was to inject it into the application class,
&lt;br&gt;&amp;gt; where i can do so without @springbeans and thus a service can be null, but
&lt;br&gt;&amp;gt; is there any way I can configure springbeans to not throw an error on
&lt;br&gt;&amp;gt; startup for optional services?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Become a Wicket expert, learn from the best: &lt;a href=&quot;http://wicketinaction.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketinaction.com&lt;/a&gt;&lt;br&gt;Apache Wicket 1.4 increases type safety for web applications
&lt;br&gt;Get it now: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/1.4.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/1.4.0&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481795&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481795&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-%40SpringBeans-be-optional--tp26476595p26481795.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481792</id>
	<title>Re: Reused Component with a form inside another form</title>
	<published>2009-11-23T08:47:48Z</published>
	<updated>2009-11-23T08:47:48Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">a) wicket supports embedded forms and will handle that for you.
&lt;br&gt;b) there is no need to have the form inside addresspanel, you can have
&lt;br&gt;formcomponents only and then put the addresspanel into a form.
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 8:37 AM, Arnaud Garcia &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481792&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arnaud@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Suppose that you have a simple one to one relationship for example:
&lt;br&gt;&amp;gt; Patient has an Address.
&lt;br&gt;&amp;gt; Since an Address can be used somewhere else in the code, for adding a
&lt;br&gt;&amp;gt; new one, you  have to create a simple AdressPanel with a form
&lt;br&gt;&amp;gt; inside...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So, how can I reuse this component in the PatientPanel ? because in
&lt;br&gt;&amp;gt; this Panel I will also have a form, with also a submit button..
&lt;br&gt;&amp;gt; For the model, I think I can do something like
&lt;br&gt;&amp;gt; add(new AddressPanel(new PropertyModel(patientModel,&amp;quot;address&amp;quot;))
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but how the form can be merged ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for help
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Arnaud
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481792&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481792&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481792&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481792&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reused-Component-with-a-form-inside-another-form-tp26481537p26481792.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481722</id>
	<title>Re: Can @SpringBeans be optional?</title>
	<published>2009-11-23T08:44:44Z</published>
	<updated>2009-11-23T08:44:44Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">not right now. you can always file an rfe to add something like
&lt;br&gt;@SpringBean(optional=true)
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 3:46 AM, Anthony DePalma &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481722&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fatefree@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Often with spring I give some of my services extra features if they are
&lt;br&gt;&amp;gt; configured in the xml for it, but otherwise if they are null they are simply
&lt;br&gt;&amp;gt; ignored. I'm running into an issue with my websession, that one of my apps
&lt;br&gt;&amp;gt; can use the RememberMeService but another cannot. However, I'd like to have
&lt;br&gt;&amp;gt; one abstractwebsession they can share, but unfortunately I'll get an
&lt;br&gt;&amp;gt; exception when starting the app without the rememberMeService defined in the
&lt;br&gt;&amp;gt; xml. It wouldn't make sense to define one to satisfy the error.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only solution I had so far was to inject it into the application class,
&lt;br&gt;&amp;gt; where i can do so without @springbeans and thus a service can be null, but
&lt;br&gt;&amp;gt; is there any way I can configure springbeans to not throw an error on
&lt;br&gt;&amp;gt; startup for optional services?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481722&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481722&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-%40SpringBeans-be-optional--tp26476595p26481722.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481537</id>
	<title>Reused Component with a form inside another form</title>
	<published>2009-11-23T08:37:06Z</published>
	<updated>2009-11-23T08:37:06Z</updated>
	<author>
		<name>Arnaud Garcia-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;Suppose that you have a simple one to one relationship for example:
&lt;br&gt;Patient has an Address.
&lt;br&gt;Since an Address can be used somewhere else in the code, for adding a
&lt;br&gt;new one, you &amp;nbsp;have to create a simple AdressPanel with a form
&lt;br&gt;inside...
&lt;br&gt;&lt;br&gt;So, how can I reuse this component in the PatientPanel ? because in
&lt;br&gt;this Panel I will also have a form, with also a submit button..
&lt;br&gt;For the model, I think I can do something like
&lt;br&gt;add(new AddressPanel(new PropertyModel(patientModel,&amp;quot;address&amp;quot;))
&lt;br&gt;&lt;br&gt;but how the form can be merged ?
&lt;br&gt;&lt;br&gt;Thanks for help
&lt;br&gt;&lt;br&gt;Arnaud
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481537&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481537&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reused-Component-with-a-form-inside-another-form-tp26481537p26481537.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26481425</id>
	<title>Re: How to hide wicket related information from URL</title>
	<published>2009-11-23T08:30:56Z</published>
	<updated>2009-11-23T08:30:56Z</updated>
	<author>
		<name>Vipresh Sharma</name>
	</author>
	<content type="html">Thanks Buddy! you send me the right direction
&lt;br&gt;&lt;br&gt;Vipresh 
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 2009-11-23, at 7:38 AM, sajid7 wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; have a look at the following:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://day-to-day-stuff.blogspot.com/2008/10/wicket-extreme-consistent-urls.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://day-to-day-stuff.blogspot.com/2008/10/wicket-extreme-consistent-urls.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This has what you're looking for
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/How-to-hide-wicket-related-information-from-URL-tp26473196p26480233.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-to-hide-wicket-related-information-from-URL-tp26473196p26480233.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Wicket - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481425&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481425&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481425&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26481425&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-hide-wicket-related-information-from-URL-tp26473196p26481425.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26480233</id>
	<title>Re: How to hide wicket related information from URL</title>
	<published>2009-11-23T07:38:21Z</published>
	<updated>2009-11-23T07:38:21Z</updated>
	<author>
		<name>sajid7</name>
	</author>
	<content type="html">have a look at the following:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://day-to-day-stuff.blogspot.com/2008/10/wicket-extreme-consistent-urls.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://day-to-day-stuff.blogspot.com/2008/10/wicket-extreme-consistent-urls.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;This has what you're looking for</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-hide-wicket-related-information-from-URL-tp26473196p26480233.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26479487</id>
	<title>Wicket Form Resubmit</title>
	<published>2009-11-23T06:54:58Z</published>
	<updated>2009-11-23T06:54:58Z</updated>
	<author>
		<name>Rowe, Richard A (N-Onyx Government Services)</name>
	</author>
	<content type="html">How do I allow my user to resubmit a form that was marked as &amp;quot;invalid&amp;quot; on the first attempt once the invalid fields have been corrected. Wicket appears to not resubmit the form. Thanks.
&lt;br&gt;&lt;br&gt;Rick
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-Form-Resubmit-tp26479487p26479487.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26479019</id>
	<title>RE: setVisible(false) kills DraggableBehavior()</title>
	<published>2009-11-23T06:26:12Z</published>
	<updated>2009-11-23T06:26:12Z</updated>
	<author>
		<name>Craig McIlwee-2</name>
	</author>
	<content type="html">OK so I just read the entire thread.... now I see that you are adding the behavior to the new panel as well. &amp;nbsp;So you can probably ignore my last post.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Craig McIlwee [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;craig.mcilwee@...&lt;/a&gt;]
&lt;br&gt;Sent: Monday, November 23, 2009 9:17 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: RE: setVisible(false) kills DraggableBehavior()
&lt;br&gt;&lt;br&gt;Last time I checked, and it's been a while, the setOutputMarkupPlaceholderTag behavior was to create an element like &amp;quot;&amp;lt;div id='wicketId' style='not visible' /&amp;gt;&amp;quot; and then when you set it back to visible you end up with the proper html: &amp;quot;&amp;lt;div id='wicketId'&amp;gt;content here&amp;lt;/div&amp;gt;&amp;quot;. &amp;nbsp;I don't know anything about the draggable behavior but I assume it must be client-side stuff attached to the DOM node. &amp;nbsp;When you set the panel back to visible wicket will do an outer html replace and you end up with a new DOM node that doesn't have your draggable behavior attached.
&lt;br&gt;&lt;br&gt;BTW, this is a bit of speculation but sounds reasonable eh?
&lt;br&gt;&lt;br&gt;Craig
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: pieter claassen [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pieter.claassen@...&lt;/a&gt;]
&lt;br&gt;Sent: Monday, November 23, 2009 8:22 AM
&lt;br&gt;To: Martin Makundi
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: Re: setVisible(false) kills DraggableBehavior()
&lt;br&gt;&lt;br&gt;Note that in the AjaxLink I create a new replacement panel, add a dragging
&lt;br&gt;behavior to it and then replace the old one with it (code below). My
&lt;br&gt;question is that even though I add a draggable behavior to the new panel and
&lt;br&gt;do the proper replacement, it stops working as soon as I start of with an
&lt;br&gt;invisible panel (with setOutputMarkupPlaceholderTag(true)). I thought the
&lt;br&gt;whole objective of setOutputMarkupPlaceholderTag is to just to do an inline
&lt;br&gt;style change to invisible while holding the rest of the code including the
&lt;br&gt;component id's the same).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setQuestionFormatPanel(QuestionEditorPanel qfp){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; questioneditorpanel.replaceWith(qfp);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.questioneditorpanel=qfp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 2:00 PM, Martin Makundi &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.makundi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; This drabable code works fine until I set isVisible(false) on the panel I
&lt;br&gt;&amp;gt; &amp;gt; want to drag around. Then all ajax events from dragging the panel
&lt;br&gt;&amp;gt; &amp;gt; disappears.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you really expect to drag something that is not rendered on the browser?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **
&lt;br&gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Regards,
&lt;br&gt;&amp;gt; &amp;gt; Pieter
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Mon, Nov 23, 2009 at 1:34 PM, Martin Makundi &amp;lt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.makundi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; What is in draggablebehavior? That might be the problem.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; **
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Martin
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 2009/11/23 pieter claassen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pieter@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; The code below works but the moment that I set my questioneditorpanel
&lt;br&gt;&amp;gt; as
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; invisible to start with (even with the
&lt;br&gt;&amp;gt; setOutputMarkupPlaceholder(true)),
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; the the draggable behavior stops working. I don't know why this is
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; happening? Any tips on where to start looking?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Pieter
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; QuestionEditPanel.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; ==================
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; .....
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel=new Label(&amp;quot;questionformatpanel&amp;quot;,new
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Model(&amp;quot;AAAAAAAAAAAA&amp;quot;));
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.add(new DraggableBehavior());
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.setOutputMarkupId(true);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//questioneditorpanel.setVisible(false);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.setOutputMarkupPlaceholderTag(true);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; I replace each of the these questioneditorpanels with an ajax link and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; add a
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; new DraggableBehavior to each new QuestionEditorPanel as required.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AjaxFallbackLink editor = new AjaxFallbackLink(&amp;quot;editor&amp;quot;) {
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@Override
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public void onClick(AjaxRequestTarget target) {
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QuestionEditorPanel replacement=new
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; QuestionEditorPanel(&amp;quot;questionformatpanel&amp;quot;,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; questionmodel,templatemodel,panel);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;panel.setQuestionFormatPanel(replacement);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;replacement.add(new DraggableBehavior());
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;target.addComponent(replacement);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; musmato.com
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt; &amp;gt; musmato.com
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Pieter Claassen
&lt;br&gt;musmato.com
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479019&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/setVisible%28false%29-kills-DraggableBehavior%28%29-tp26477048p26479019.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26478875</id>
	<title>RE: setVisible(false) kills DraggableBehavior()</title>
	<published>2009-11-23T06:17:19Z</published>
	<updated>2009-11-23T06:17:19Z</updated>
	<author>
		<name>Craig McIlwee-2</name>
	</author>
	<content type="html">Last time I checked, and it's been a while, the setOutputMarkupPlaceholderTag behavior was to create an element like &amp;quot;&amp;lt;div id='wicketId' style='not visible' /&amp;gt;&amp;quot; and then when you set it back to visible you end up with the proper html: &amp;quot;&amp;lt;div id='wicketId'&amp;gt;content here&amp;lt;/div&amp;gt;&amp;quot;. &amp;nbsp;I don't know anything about the draggable behavior but I assume it must be client-side stuff attached to the DOM node. &amp;nbsp;When you set the panel back to visible wicket will do an outer html replace and you end up with a new DOM node that doesn't have your draggable behavior attached.
&lt;br&gt;&lt;br&gt;BTW, this is a bit of speculation but sounds reasonable eh?
&lt;br&gt;&lt;br&gt;Craig
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: pieter claassen [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478875&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pieter.claassen@...&lt;/a&gt;]
&lt;br&gt;Sent: Monday, November 23, 2009 8:22 AM
&lt;br&gt;To: Martin Makundi
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478875&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: Re: setVisible(false) kills DraggableBehavior()
&lt;br&gt;&lt;br&gt;Note that in the AjaxLink I create a new replacement panel, add a dragging
&lt;br&gt;behavior to it and then replace the old one with it (code below). My
&lt;br&gt;question is that even though I add a draggable behavior to the new panel and
&lt;br&gt;do the proper replacement, it stops working as soon as I start of with an
&lt;br&gt;invisible panel (with setOutputMarkupPlaceholderTag(true)). I thought the
&lt;br&gt;whole objective of setOutputMarkupPlaceholderTag is to just to do an inline
&lt;br&gt;style change to invisible while holding the rest of the code including the
&lt;br&gt;component id's the same).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setQuestionFormatPanel(QuestionEditorPanel qfp){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; questioneditorpanel.replaceWith(qfp);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.questioneditorpanel=qfp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 2:00 PM, Martin Makundi &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478875&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.makundi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; This drabable code works fine until I set isVisible(false) on the panel I
&lt;br&gt;&amp;gt; &amp;gt; want to drag around. Then all ajax events from dragging the panel
&lt;br&gt;&amp;gt; &amp;gt; disappears.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you really expect to drag something that is not rendered on the browser?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **
&lt;br&gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Regards,
&lt;br&gt;&amp;gt; &amp;gt; Pieter
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Mon, Nov 23, 2009 at 1:34 PM, Martin Makundi &amp;lt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478875&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.makundi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; What is in draggablebehavior? That might be the problem.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; **
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Martin
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 2009/11/23 pieter claassen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478875&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pieter@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; The code below works but the moment that I set my questioneditorpanel
&lt;br&gt;&amp;gt; as
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; invisible to start with (even with the
&lt;br&gt;&amp;gt; setOutputMarkupPlaceholder(true)),
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; the the draggable behavior stops working. I don't know why this is
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; happening? Any tips on where to start looking?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Pieter
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; QuestionEditPanel.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; ==================
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; .....
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel=new Label(&amp;quot;questionformatpanel&amp;quot;,new
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Model(&amp;quot;AAAAAAAAAAAA&amp;quot;));
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.add(new DraggableBehavior());
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.setOutputMarkupId(true);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//questioneditorpanel.setVisible(false);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.setOutputMarkupPlaceholderTag(true);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; I replace each of the these questioneditorpanels with an ajax link and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; add a
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; new DraggableBehavior to each new QuestionEditorPanel as required.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AjaxFallbackLink editor = new AjaxFallbackLink(&amp;quot;editor&amp;quot;) {
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@Override
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public void onClick(AjaxRequestTarget target) {
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QuestionEditorPanel replacement=new
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; QuestionEditorPanel(&amp;quot;questionformatpanel&amp;quot;,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; questionmodel,templatemodel,panel);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;panel.setQuestionFormatPanel(replacement);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;replacement.add(new DraggableBehavior());
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;target.addComponent(replacement);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; musmato.com
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478875&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478875&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt; &amp;gt; musmato.com
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Pieter Claassen
&lt;br&gt;musmato.com
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478875&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478875&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/setVisible%28false%29-kills-DraggableBehavior%28%29-tp26477048p26478875.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26478444</id>
	<title>Re: wicket + jdbc template app</title>
	<published>2009-11-23T05:54:14Z</published>
	<updated>2009-11-23T05:54:14Z</updated>
	<author>
		<name>idudko</name>
	</author>
	<content type="html">Thank you! I have just implement it! I am using c3p0 and SQL DAO
&lt;br&gt;without Spring or any Persistent framework.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478444&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478444&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wicket-%2B-jdbc-template-app-tp26151790p26478444.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26478079</id>
	<title>Re: Wicket datepicker disable weekdays</title>
	<published>2009-11-23T05:30:48Z</published>
	<updated>2009-11-23T05:30:48Z</updated>
	<author>
		<name>Cemilss</name>
	</author>
	<content type="html">Hi Leo...
&lt;br&gt;&lt;br&gt;Thanks... It helped me further on.
&lt;br&gt;&lt;br&gt;I made it work, in a non-wicket purely javascript version.
&lt;br&gt;&lt;br&gt;But something goes wrong in the wicket datepicker version.
&lt;br&gt;&lt;br&gt;I override the getAdditionalJavascript method for the DatePicker with the
&lt;br&gt;following:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; protected String getAdditionalJavascript() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String myRenderer = &amp;quot;var myCustomRenderer = function(workingDate,
&lt;br&gt;cell) {\n&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; + &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cell.innerHTML = 'x';\n&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; + &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; YAHOO.util.Dom.addClass(cell,
&lt;br&gt;'disallowed');\n&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; + &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return
&lt;br&gt;YAHOO.widget.Calendar.STOP_RENDER;\n}&amp;quot;;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return myRenderer + &amp;quot;\n YAHOO.wicket['&amp;quot; + getComponentMarkupId() +
&lt;br&gt;&amp;quot;DpJs'].addWeekdayRenderer(1, myCustomRenderer);&amp;quot;;
&lt;br&gt;&lt;br&gt;But for some reason i can't associate the customRenderer with the
&lt;br&gt;datepicker.
&lt;br&gt;&lt;br&gt;Any hint's on how to do that ?
&lt;br&gt;&lt;br&gt;I must admit i am relatively new to wicket.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;Muro
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 9:26 PM, Leo Erlandsson
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478079&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Leo.Erlandsson@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is certainly possible.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You need to use YUI Calendar Renderers. They are documented in the YUI Cal2
&lt;br&gt;&amp;gt; API Doc. You can find an example of what you are trying to achieve here
&lt;br&gt;&amp;gt; (thanks Google):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.stephaniebender.de/extras/yui/examples/calendar/render/1.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stephaniebender.de/extras/yui/examples/calendar/render/1.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Basically, you'll want to do this for all disallowed weekdays:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; var myCustomRenderer = function(workingDate, cell) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cell.innerHTML = &amp;quot;X&amp;quot;;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YAHOO.util.Dom.addClass(cell, &amp;quot;disallowed&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return YAHOO.widget.Calendar.STOP_RENDER;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; YAHOO.example.calendar.cal1.addWeekdayRenderer(1, myCustomRenderer);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This will put an X on all Sundays, making them disabled. Also, it will add
&lt;br&gt;&amp;gt; a
&lt;br&gt;&amp;gt; CSS class ('disallowed') that can be customized if you want to change the
&lt;br&gt;&amp;gt; appearance of disabled cells.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Wicket-datepicker-disable-weekdays-tp26444084p26447477.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Wicket-datepicker-disable-weekdays-tp26444084p26447477.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Wicket - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478079&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478079&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-datepicker-disable-weekdays-tp26444084p26478079.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26477944</id>
	<title>Re: setVisible(false) kills DraggableBehavior()</title>
	<published>2009-11-23T05:21:33Z</published>
	<updated>2009-11-23T05:21:33Z</updated>
	<author>
		<name>pieter claassen-2</name>
	</author>
	<content type="html">Note that in the AjaxLink I create a new replacement panel, add a dragging
&lt;br&gt;behavior to it and then replace the old one with it (code below). My
&lt;br&gt;question is that even though I add a draggable behavior to the new panel and
&lt;br&gt;do the proper replacement, it stops working as soon as I start of with an
&lt;br&gt;invisible panel (with setOutputMarkupPlaceholderTag(true)). I thought the
&lt;br&gt;whole objective of setOutputMarkupPlaceholderTag is to just to do an inline
&lt;br&gt;style change to invisible while holding the rest of the code including the
&lt;br&gt;component id's the same).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setQuestionFormatPanel(QuestionEditorPanel qfp){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; questioneditorpanel.replaceWith(qfp);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.questioneditorpanel=qfp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 2:00 PM, Martin Makundi &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477944&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.makundi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; This drabable code works fine until I set isVisible(false) on the panel I
&lt;br&gt;&amp;gt; &amp;gt; want to drag around. Then all ajax events from dragging the panel
&lt;br&gt;&amp;gt; &amp;gt; disappears.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you really expect to drag something that is not rendered on the browser?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **
&lt;br&gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Regards,
&lt;br&gt;&amp;gt; &amp;gt; Pieter
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Mon, Nov 23, 2009 at 1:34 PM, Martin Makundi &amp;lt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477944&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.makundi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; What is in draggablebehavior? That might be the problem.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; **
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Martin
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 2009/11/23 pieter claassen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477944&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pieter@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; The code below works but the moment that I set my questioneditorpanel
&lt;br&gt;&amp;gt; as
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; invisible to start with (even with the
&lt;br&gt;&amp;gt; setOutputMarkupPlaceholder(true)),
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; the the draggable behavior stops working. I don't know why this is
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; happening? Any tips on where to start looking?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Pieter
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; QuestionEditPanel.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; ==================
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; .....
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel=new Label(&amp;quot;questionformatpanel&amp;quot;,new
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Model(&amp;quot;AAAAAAAAAAAA&amp;quot;));
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.add(new DraggableBehavior());
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.setOutputMarkupId(true);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//questioneditorpanel.setVisible(false);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.setOutputMarkupPlaceholderTag(true);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; I replace each of the these questioneditorpanels with an ajax link and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; add a
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; new DraggableBehavior to each new QuestionEditorPanel as required.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AjaxFallbackLink editor = new AjaxFallbackLink(&amp;quot;editor&amp;quot;) {
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@Override
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public void onClick(AjaxRequestTarget target) {
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QuestionEditorPanel replacement=new
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; QuestionEditorPanel(&amp;quot;questionformatpanel&amp;quot;,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; questionmodel,templatemodel,panel);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;panel.setQuestionFormatPanel(replacement);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;replacement.add(new DraggableBehavior());
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;target.addComponent(replacement);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; musmato.com
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477944&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477944&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt; &amp;gt; musmato.com
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pieter Claassen
&lt;br&gt;musmato.com
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/setVisible%28false%29-kills-DraggableBehavior%28%29-tp26477048p26477944.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26477633</id>
	<title>Re: setVisible(false) kills DraggableBehavior()</title>
	<published>2009-11-23T05:00:15Z</published>
	<updated>2009-11-23T05:00:15Z</updated>
	<author>
		<name>MartinM</name>
	</author>
	<content type="html">&amp;gt; This drabable code works fine until I set isVisible(false) on the panel I
&lt;br&gt;&amp;gt; want to drag around. Then all ajax events from dragging the panel
&lt;br&gt;&amp;gt; disappears.
&lt;br&gt;&lt;br&gt;Do you really expect to drag something that is not rendered on the browser?
&lt;br&gt;&lt;br&gt;**
&lt;br&gt;Martin
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Pieter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 1:34 PM, Martin Makundi &amp;lt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477633&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.makundi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; What is in draggablebehavior? That might be the problem.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; **
&lt;br&gt;&amp;gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2009/11/23 pieter claassen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477633&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pieter@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; The code below works but the moment that I set my questioneditorpanel as
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; invisible to start with (even with the setOutputMarkupPlaceholder(true)),
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; the the draggable behavior stops working. I don't know why this is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; happening? Any tips on where to start looking?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Pieter
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; QuestionEditPanel.java
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; ==================
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; .....
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        questioneditorpanel=new Label(&amp;quot;questionformatpanel&amp;quot;,new
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Model(&amp;quot;AAAAAAAAAAAA&amp;quot;));
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        questioneditorpanel.add(new DraggableBehavior());
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        questioneditorpanel.setOutputMarkupId(true);
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        //questioneditorpanel.setVisible(false);
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;        questioneditorpanel.setOutputMarkupPlaceholderTag(true);
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I replace each of the these questioneditorpanels with an ajax link and
&lt;br&gt;&amp;gt;&amp;gt; add a
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; new DraggableBehavior to each new QuestionEditorPanel as required.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;         AjaxFallbackLink editor = new AjaxFallbackLink(&amp;quot;editor&amp;quot;) {
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;            @Override
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;            public void onClick(AjaxRequestTarget target) {
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;                QuestionEditorPanel replacement=new
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; QuestionEditorPanel(&amp;quot;questionformatpanel&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; questionmodel,templatemodel,panel);
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;                panel.setQuestionFormatPanel(replacement);
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;                replacement.add(new DraggableBehavior());
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;                target.addComponent(replacement);
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;            }
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; musmato.com
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477633&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477633&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt; musmato.com
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477633&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477633&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/setVisible%28false%29-kills-DraggableBehavior%28%29-tp26477048p26477633.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26477595</id>
	<title>Re: ExternalLink takes IModel&lt;String&gt; for label</title>
	<published>2009-11-23T04:57:43Z</published>
	<updated>2009-11-23T04:57:43Z</updated>
	<author>
		<name>Peter Dotchev</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-2588&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/WICKET-2588&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;igor.vaynberg wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;yep, so we cant fix it in 1.4.x, but add an rfe for 1.5
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Sun, Nov 22, 2009 at 2:24 PM, Peter Dotchev &amp;lt;dotchev@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi Wicketeers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I just noticed that this constructor
&lt;br&gt;&amp;gt;   public ExternalLink(final String id, final IModel&amp;lt;String&amp;gt; href, final
&lt;br&gt;&amp;gt; *IModel&amp;lt;String&amp;gt;* label)
&lt;br&gt;&amp;gt; takes  IModel&amp;lt;String&amp;gt; for label.
&lt;br&gt;&amp;gt; This is somewhat limiting since the model could hold a number or a date for
&lt;br&gt;&amp;gt; example.
&lt;br&gt;&amp;gt; Actually passing a raw IModel with any object inside works just fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It would be more appropriate if this constructor takes IModel&amp;lt;?&amp;gt; for the
&lt;br&gt;&amp;gt; label as done in Label constructor.
&lt;br&gt;&amp;gt; Unfortunately ExternalLink offers a public method getLabel() that returns
&lt;br&gt;&amp;gt; the label as IModel&amp;lt;String&amp;gt;.
&lt;br&gt;&amp;gt; So it seems changing it would break compatibility.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Using wicket 1.4.1.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt; Peter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
&lt;br&gt;For additional commands, e-mail: users-help@wicket.apache.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ExternalLink-takes-IModel%3CString%3E-for-label-tp26470239p26477595.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26477558</id>
	<title>Re: setVisible(false) kills DraggableBehavior()</title>
	<published>2009-11-23T04:54:29Z</published>
	<updated>2009-11-23T04:54:29Z</updated>
	<author>
		<name>pieter claassen-2</name>
	</author>
	<content type="html">Sorry, this is from the jwicket-ui-dragdrop-1.4.1 project.
&lt;br&gt;&lt;br&gt;org.wicketstuff.jwicket.ui.dragdrop.DraggableBehavior
&lt;br&gt;&lt;br&gt;I don't know what is in it :-(
&lt;br&gt;&lt;br&gt;This drabable code works fine until I set isVisible(false) on the panel I
&lt;br&gt;want to drag around. Then all ajax events from dragging the panel
&lt;br&gt;disappears.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Pieter
&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 1:34 PM, Martin Makundi &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477558&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.makundi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; What is in draggablebehavior? That might be the problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **
&lt;br&gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/11/23 pieter claassen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477558&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pieter@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt; The code below works but the moment that I set my questioneditorpanel as
&lt;br&gt;&amp;gt; &amp;gt; invisible to start with (even with the setOutputMarkupPlaceholder(true)),
&lt;br&gt;&amp;gt; &amp;gt; the the draggable behavior stops working. I don't know why this is
&lt;br&gt;&amp;gt; &amp;gt; happening? Any tips on where to start looking?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; Pieter
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; QuestionEditPanel.java
&lt;br&gt;&amp;gt; &amp;gt; ==================
&lt;br&gt;&amp;gt; &amp;gt; .....
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel=new Label(&amp;quot;questionformatpanel&amp;quot;,new
&lt;br&gt;&amp;gt; &amp;gt; Model(&amp;quot;AAAAAAAAAAAA&amp;quot;));
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.add(new DraggableBehavior());
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.setOutputMarkupId(true);
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//questioneditorpanel.setVisible(false);
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questioneditorpanel.setOutputMarkupPlaceholderTag(true);
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I replace each of the these questioneditorpanels with an ajax link and
&lt;br&gt;&amp;gt; add a
&lt;br&gt;&amp;gt; &amp;gt; new DraggableBehavior to each new QuestionEditorPanel as required.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AjaxFallbackLink editor = new AjaxFallbackLink(&amp;quot;editor&amp;quot;) {
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@Override
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public void onClick(AjaxRequestTarget target) {
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QuestionEditorPanel replacement=new
&lt;br&gt;&amp;gt; &amp;gt; QuestionEditorPanel(&amp;quot;questionformatpanel&amp;quot;,
&lt;br&gt;&amp;gt; &amp;gt; questionmodel,templatemodel,panel);
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;panel.setQuestionFormatPanel(replacement);
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;replacement.add(new DraggableBehavior());
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;target.addComponent(replacement);
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt; &amp;gt; musmato.com
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477558&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477558&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pieter Claassen
&lt;br&gt;musmato.com
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/setVisible%28false%29-kills-DraggableBehavior%28%29-tp26477048p26477558.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26477283</id>
	<title>Re: setVisible(false) kills DraggableBehavior()</title>
	<published>2009-11-23T04:34:26Z</published>
	<updated>2009-11-23T04:34:26Z</updated>
	<author>
		<name>MartinM</name>
	</author>
	<content type="html">What is in draggablebehavior? That might be the problem.
&lt;br&gt;&lt;br&gt;**
&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;2009/11/23 pieter claassen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pieter@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The code below works but the moment that I set my questioneditorpanel as
&lt;br&gt;&amp;gt; invisible to start with (even with the setOutputMarkupPlaceholder(true)),
&lt;br&gt;&amp;gt; the the draggable behavior stops working. I don't know why this is
&lt;br&gt;&amp;gt; happening? Any tips on where to start looking?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Pieter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; QuestionEditPanel.java
&lt;br&gt;&amp;gt; ==================
&lt;br&gt;&amp;gt; .....
&lt;br&gt;&amp;gt;        questioneditorpanel=new Label(&amp;quot;questionformatpanel&amp;quot;,new
&lt;br&gt;&amp;gt; Model(&amp;quot;AAAAAAAAAAAA&amp;quot;));
&lt;br&gt;&amp;gt;        questioneditorpanel.add(new DraggableBehavior());
&lt;br&gt;&amp;gt;        questioneditorpanel.setOutputMarkupId(true);
&lt;br&gt;&amp;gt;        //questioneditorpanel.setVisible(false);
&lt;br&gt;&amp;gt;        questioneditorpanel.setOutputMarkupPlaceholderTag(true);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I replace each of the these questioneditorpanels with an ajax link and add a
&lt;br&gt;&amp;gt; new DraggableBehavior to each new QuestionEditorPanel as required.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;         AjaxFallbackLink editor = new AjaxFallbackLink(&amp;quot;editor&amp;quot;) {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;            @Override
&lt;br&gt;&amp;gt;            public void onClick(AjaxRequestTarget target) {
&lt;br&gt;&amp;gt;                QuestionEditorPanel replacement=new
&lt;br&gt;&amp;gt; QuestionEditorPanel(&amp;quot;questionformatpanel&amp;quot;,
&lt;br&gt;&amp;gt; questionmodel,templatemodel,panel);
&lt;br&gt;&amp;gt;                panel.setQuestionFormatPanel(replacement);
&lt;br&gt;&amp;gt;                replacement.add(new DraggableBehavior());
&lt;br&gt;&amp;gt;                target.addComponent(replacement);
&lt;br&gt;&amp;gt;            }
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Pieter Claassen
&lt;br&gt;&amp;gt; musmato.com
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477283&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477283&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/setVisible%28false%29-kills-DraggableBehavior%28%29-tp26477048p26477283.html" />
</entry>

</feed>
