<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-13974</id>
	<title>Nabble - Apache Wicket</title>
	<updated>2009-11-22T05:55:53Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Apache-Wicket-f13974.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Wicket-f13974.html" />
	<subtitle type="html">&lt;a href=&quot;http://wicket.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Apache Wicket&lt;/a&gt; is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. You can find Apache Wicket's home &lt;a href=&quot;http://wicket.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.
&lt;p&gt;
Before posting, please read &lt;a href=&quot;http://www.catb.org/~esr/faqs/smart-questions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;How to ask questions the smart way&lt;/a&gt; and answer these questions for yourself:
&lt;ul&gt;
&lt;li&gt;Did you check out our &lt;a href=&quot;http://wicketstuff.org/wicket13/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;live examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;read our &lt;a href=&quot;http://cwiki.apache.org/WICKET&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wiki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.google.com/search?q=wicket+&amp;lt;your%20query%20here&amp;gt;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;search using google&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
If these fail to provide an answer, posting to the &lt;a href=&quot;http://www.nabble.com/Wicket---User-f25133.html&quot; target=&quot;_top&quot;&gt;&lt;b&gt;users&lt;/b&gt;&lt;/a&gt; list is appropriate. Be sure to include full stack traces and code. Did we mention that you read &lt;a href=&quot;http://www.catb.org/~esr/faqs/smart-questions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;How to ask questions the smart way&lt;/a&gt; before posting?
&lt;/p&gt;</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26465504</id>
	<title>getting img src of dynamic image</title>
	<published>2009-11-22T05:55:53Z</published>
	<updated>2009-11-22T05:55:53Z</updated>
	<author>
		<name>schaffrr</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;&lt;br&gt;initial situation: 
&lt;br&gt;&lt;br&gt;I`m interfacing R with Java and provide some of the R functionalities within a web interface. 
&lt;br&gt;Therefore all my images are BufferedImages from R. For drawing a polygon gate on one of the images I need the src of the Image for the JavaScript function that allows the user to draw a gate. 
&lt;br&gt;&lt;br&gt;I used this work around to get to the image source: 
&lt;br&gt;&lt;br&gt;Resource polyGateImageResource;
&lt;br&gt;&lt;br&gt;BufferedDynamicImageResource dynamicresource = new BufferedDynamicImageResource();
&lt;br&gt;dynamicresource.setImage(plotPolyGate.getResult().getImage());
&lt;br&gt;polyGateImageResource = dynamicresource;
&lt;br&gt;&lt;br&gt;String modifier = &amp;quot;&lt;a href=&quot;http://localhost:8080/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/&lt;/a&gt;&amp;quot; + polyGateImage.getRequest().getURL().replace(&amp;quot;:::&amp;quot;,&amp;quot;&amp;quot;) + &amp;quot;tabs:panel:polyGateImage::IResourceListener::&amp;quot;;
&lt;br&gt;polyGateImage.add(new SimpleAttributeModifier(&amp;quot;src&amp;quot;, modifier));
&lt;br&gt;&lt;br&gt;The String modifier contains: 
&lt;br&gt;&lt;a href=&quot;http://localhost:8080/?wicket:interface=polyGateMap:6:tabs:panel:polyGateImage::IResourceListener::&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/?wicket:interface=polyGateMap:6:tabs:panel:polyGateImage::IResourceListener::&lt;/a&gt;&lt;br&gt;&lt;br&gt;I don't think that this is a good approach to get the URL of a dynamic image, so i wonder if anybody knows a better solution.
&lt;br&gt;&lt;br&gt;Greetings 
&lt;br&gt;Simon
&lt;br&gt;-- 
&lt;br&gt;GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
&lt;br&gt;Jetzt freischalten unter &lt;a href=&quot;http://portal.gmx.net/de/go/maxdome01&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://portal.gmx.net/de/go/maxdome01&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=26465504&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=26465504&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/getting-img-src-of-dynamic-image-tp26465504p26465504.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26462768</id>
	<title>Re: Posting A Form To NonWicket</title>
	<published>2009-11-21T20:27:32Z</published>
	<updated>2009-11-21T20:27:32Z</updated>
	<author>
		<name>bht</name>
	</author>
	<content type="html">Balaji,
&lt;br&gt;&lt;br&gt;If I understand you correctly, you want that the browser is redirected
&lt;br&gt;to the response of a post request to site B after the user only sent a
&lt;br&gt;post request to site A.
&lt;br&gt;&lt;br&gt;This is really not a Wicket question.
&lt;br&gt;&lt;br&gt;Web browsers cannot be directed to respond like this unless you send a
&lt;br&gt;page with your form with the action URL of site B, AND let JavaScript
&lt;br&gt;post it, started from the body onload() event or similar. But the
&lt;br&gt;users might not universally accept to post to another site without
&lt;br&gt;having clicket a button. So you might as well include a button for
&lt;br&gt;them to click.
&lt;br&gt;&lt;br&gt;If you don't feel comfortable with this solution, then as others
&lt;br&gt;pointed out, you need to let the server app post to the other site.
&lt;br&gt;&lt;br&gt;But that may be messy again, because the response is not necessarily
&lt;br&gt;suited to be read by a computer.
&lt;br&gt;&lt;br&gt;If nothing of the above appeals to you, and I wouldn't be surprised
&lt;br&gt;about that, then you might want to reconsider how to exchange data
&lt;br&gt;with the other site.
&lt;br&gt;&lt;br&gt;In any case, Wicket seems to support everything that can possibly be
&lt;br&gt;asked for in this scenario. The details of it have been written in
&lt;br&gt;previous responses.
&lt;br&gt;&lt;br&gt;Bernard
&lt;br&gt;&lt;br&gt;On Sat, 21 Nov 2009 14:15:08 -0800 (PST), you wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks Igor. I'll give it a try. But the api doc says redirectrequesttarget
&lt;br&gt;&amp;gt;will only redirect to an external url, but I would like to post the form,
&lt;br&gt;&amp;gt;not just redirect.
&lt;br&gt;&amp;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=26462768&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=26462768&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26462768.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460913</id>
	<title>Re: Posting A Form To NonWicket</title>
	<published>2009-11-21T14:18:11Z</published>
	<updated>2009-11-21T14:18:11Z</updated>
	<author>
		<name>Alexandru Objelean</name>
	</author>
	<content type="html">You can use HttpClient for this.
&lt;br&gt;&lt;br&gt;Alex Objelean
&lt;br&gt;&lt;br&gt;&lt;quote author=&quot;chocba&quot;&gt;&lt;br&gt;Thanks Igor. I'll give it a try. But the api doc says redirectrequesttarget will only redirect to an external url, but I would like to post the form, not just redirect.
&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;class myform extends form {
&lt;br&gt;&amp;nbsp; protected void onsubmit() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// do something
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string url=....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getrequestcycle().setrequesttarget(new redirectrequesttarget(url));
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Sat, Nov 21, 2009 at 8:23 AM, chocba &amp;lt;chocba@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No. Right now, I tried exactly the way you mentioned. I created a form
&lt;br&gt;&amp;gt; element in javascript and add hidden fields to post the form. THe hidden
&lt;br&gt;&amp;gt; fields are populated after extracting the values from wicket input elements.
&lt;br&gt;&amp;gt; I'm concerned about the security since anyone could view source and  see the
&lt;br&gt;&amp;gt; action url and try to post the form. Please let me know if any other
&lt;br&gt;&amp;gt; alternative. Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Edward Zarecor-2 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there a requirement to process the data in any way before
&lt;br&gt;&amp;gt;&amp;gt; submitting to the remote application?  Why wouldn't you just use an
&lt;br&gt;&amp;gt;&amp;gt; HTML form with the appropriate action pointing to the remote host?
&lt;br&gt;&amp;gt;&amp;gt; Wicket may not need to know about this form.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Nov 20, 2009 at 12:14 PM, Balaji C &amp;lt;chocba@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've a wicket form with input elements. I would like to post this form to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; non-wicket url. Is it possible to post this form from submit event of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wicket
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; button? I google and couldn't find any clear solution. Any help is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; appreciated. If any other alternative, please let me know. Thanks.
&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: users-unsubscribe@wicket.apache.org
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: users-help@wicket.apache.org
&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;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26458059.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26458059.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: users-unsubscribe@wicket.apache.org
&lt;br&gt;&amp;gt; For additional commands, e-mail: users-help@wicket.apache.org
&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;
&lt;/quote&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26460913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460884</id>
	<title>Re: Posting A Form To NonWicket</title>
	<published>2009-11-21T14:15:08Z</published>
	<updated>2009-11-21T14:15:08Z</updated>
	<author>
		<name>chocba</name>
	</author>
	<content type="html">Thanks Igor. I'll give it a try. But the api doc says redirectrequesttarget will only redirect to an external url, but I would like to post the form, not just redirect.
&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;class myform extends form {
&lt;br&gt;&amp;nbsp; protected void onsubmit() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// do something
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string url=....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getrequestcycle().setrequesttarget(new redirectrequesttarget(url));
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Sat, Nov 21, 2009 at 8:23 AM, chocba &amp;lt;chocba@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No. Right now, I tried exactly the way you mentioned. I created a form
&lt;br&gt;&amp;gt; element in javascript and add hidden fields to post the form. THe hidden
&lt;br&gt;&amp;gt; fields are populated after extracting the values from wicket input elements.
&lt;br&gt;&amp;gt; I'm concerned about the security since anyone could view source and  see the
&lt;br&gt;&amp;gt; action url and try to post the form. Please let me know if any other
&lt;br&gt;&amp;gt; alternative. Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Edward Zarecor-2 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there a requirement to process the data in any way before
&lt;br&gt;&amp;gt;&amp;gt; submitting to the remote application?  Why wouldn't you just use an
&lt;br&gt;&amp;gt;&amp;gt; HTML form with the appropriate action pointing to the remote host?
&lt;br&gt;&amp;gt;&amp;gt; Wicket may not need to know about this form.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Nov 20, 2009 at 12:14 PM, Balaji C &amp;lt;chocba@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've a wicket form with input elements. I would like to post this form to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; non-wicket url. Is it possible to post this form from submit event of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wicket
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; button? I google and couldn't find any clear solution. Any help is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; appreciated. If any other alternative, please let me know. Thanks.
&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: users-unsubscribe@wicket.apache.org
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: users-help@wicket.apache.org
&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;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26458059.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26458059.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: users-unsubscribe@wicket.apache.org
&lt;br&gt;&amp;gt; For additional commands, e-mail: users-help@wicket.apache.org
&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;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26460884.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26460013</id>
	<title>Re: Posting A Form To NonWicket</title>
	<published>2009-11-21T12:34:17Z</published>
	<updated>2009-11-21T12:34:17Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">class myform extends form {
&lt;br&gt;&amp;nbsp; protected void onsubmit() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// do something
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string url=....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getrequestcycle().setrequesttarget(new redirectrequesttarget(url));
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Sat, Nov 21, 2009 at 8:23 AM, chocba &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26460013&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chocba@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No. Right now, I tried exactly the way you mentioned. I created a form
&lt;br&gt;&amp;gt; element in javascript and add hidden fields to post the form. THe hidden
&lt;br&gt;&amp;gt; fields are populated after extracting the values from wicket input elements.
&lt;br&gt;&amp;gt; I'm concerned about the security since anyone could view source and  see the
&lt;br&gt;&amp;gt; action url and try to post the form. Please let me know if any other
&lt;br&gt;&amp;gt; alternative. Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Edward Zarecor-2 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there a requirement to process the data in any way before
&lt;br&gt;&amp;gt;&amp;gt; submitting to the remote application?  Why wouldn't you just use an
&lt;br&gt;&amp;gt;&amp;gt; HTML form with the appropriate action pointing to the remote host?
&lt;br&gt;&amp;gt;&amp;gt; Wicket may not need to know about this form.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Nov 20, 2009 at 12:14 PM, Balaji C &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26460013&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chocba@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've a wicket form with input elements. I would like to post this form to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; non-wicket url. Is it possible to post this form from submit event of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; wicket
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; button? I google and couldn't find any clear solution. Any help is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; appreciated. If any other alternative, please let me know. Thanks.
&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=26460013&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=26460013&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;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26458059.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26458059.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=26460013&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=26460013&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;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26460013&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=26460013&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26460013.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26459504</id>
	<title>Re: Wicketstuff Ajax Problem with ContextMenu</title>
	<published>2009-11-21T11:25:34Z</published>
	<updated>2009-11-21T11:25:34Z</updated>
	<author>
		<name>robert.mcguinness</name>
	</author>
	<content type="html">&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;Leo Erlandsson wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I am having the same problem. Did you ever resolve it?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
just a hunch, but you might have to attach the javascript events to the menu again. &amp;nbsp;jQuery has liveQuery plugin, not sure about YUI.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-user-f3314.html&quot; embed=&quot;fixTarget[3314]&quot; target=&quot;_top&quot; &gt;wicket-stuff-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicketstuff-Ajax-Problem-with-ContextMenu-tp24147443p26459504.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458429</id>
	<title>RE: Posting A Form To NonWicket</title>
	<published>2009-11-21T09:14:11Z</published>
	<updated>2009-11-21T09:14:11Z</updated>
	<author>
		<name>Alex Rass</name>
	</author>
	<content type="html">&amp;gt; I'm concerned about the security since anyone could view source and &amp;nbsp;see
&lt;br&gt;the action url and try to post the form. Please let me know if any other
&lt;br&gt;alternative. Thanks.
&lt;br&gt;&lt;br&gt;Well, if you do it on backend (through code) - no one knows what's going on
&lt;br&gt;- they are just submitting a form to YOUR server.
&lt;br&gt;&lt;br&gt;Not sure what BIRT is. Hope it's not important.
&lt;br&gt;Well, timeline looks like this:
&lt;br&gt;Client hits Submit on WicketForm1
&lt;br&gt;WicketForm1.onSumbit() is launched (or action you associated with the
&lt;br&gt;WicketForm1.formbutton).
&lt;br&gt;In onSumbit, you take all your values, and you take apache-http-commons and
&lt;br&gt;you use it to POST data to your TargetServer's form. Then read the reply
&lt;br&gt;(it's a 1-shot deal. You post - it replies back with a page), parse it up,
&lt;br&gt;extract whatever stuff you need (hope it d/n change often on you).
&lt;br&gt;Then you can populate a WicketForm1.label or something with results from
&lt;br&gt;what you parsed out (you can tell label to not change html). And screen is
&lt;br&gt;returned to a Client with results. &amp;nbsp;You can also redirect to appropriate
&lt;br&gt;page instead (bunch of redirect options available in wicket)
&lt;br&gt;&lt;br&gt;Hope this helps.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: chocba [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458429&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chocba@...&lt;/a&gt;] 
&lt;br&gt;Sent: Saturday, November 21, 2009 11:16 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458429&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: RE: Posting A Form To NonWicket
&lt;br&gt;&lt;br&gt;&lt;br&gt;Basically, my form will post to an action url pointing to BIRT viewer, a web
&lt;br&gt;appplication of BIRT. If I use httpcommons, how will I get the web content
&lt;br&gt;in to the same window from where I'm posting the form. Please let me know.
&lt;br&gt;Thanks for the response.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Alex Rass wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You could write something on the server end (or your wicket app) that
&lt;br&gt;&amp;gt; would
&lt;br&gt;&amp;gt; do it for you.
&lt;br&gt;&amp;gt; Just use apache http commons or write your own post code. Easy stuff (open
&lt;br&gt;&amp;gt; socket, couple commands, dump input, close socket).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It can even get back to the user with error codes from the other server
&lt;br&gt;&amp;gt; etc
&lt;br&gt;&amp;gt; if you wanna be spiffy.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Balaji C [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458429&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chocba@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: Friday, November 20, 2009 12:15 PM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458429&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Posting A Form To NonWicket
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've a wicket form with input elements. I would like to post this form to
&lt;br&gt;&amp;gt; a
&lt;br&gt;&amp;gt; non-wicket url. Is it possible to post this form from submit event of
&lt;br&gt;&amp;gt; wicket
&lt;br&gt;&amp;gt; button? I google and couldn't find any clear solution. Any help is
&lt;br&gt;&amp;gt; appreciated. If any other alternative, please let me know. Thanks.
&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=26458429&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=26458429&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;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;View this message in context:
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26457990.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26457990.html&lt;/a&gt;&lt;br&gt;Sent from the Wicket - User mailing list archive at Nabble.com.
&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=26458429&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=26458429&amp;i=7&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;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458429&amp;i=8&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=26458429&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26458429.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458059</id>
	<title>Re: Posting A Form To NonWicket</title>
	<published>2009-11-21T08:23:18Z</published>
	<updated>2009-11-21T08:23:18Z</updated>
	<author>
		<name>chocba</name>
	</author>
	<content type="html">No. Right now, I tried exactly the way you mentioned. I created a form element in javascript and add hidden fields to post the form. THe hidden fields are populated after extracting the values from wicket input elements. I'm concerned about the security since anyone could view source and &amp;nbsp;see the action url and try to post the form. Please let me know if any other alternative. Thanks.
&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;Edward Zarecor-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Is there a requirement to process the data in any way before
&lt;br&gt;submitting to the remote application? &amp;nbsp;Why wouldn't you just use an
&lt;br&gt;HTML form with the appropriate action pointing to the remote host?
&lt;br&gt;Wicket may not need to know about this form.
&lt;br&gt;&lt;br&gt;Ed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 12:14 PM, Balaji C &amp;lt;chocba@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt; I've a wicket form with input elements. I would like to post this form to a
&lt;br&gt;&amp;gt; non-wicket url. Is it possible to post this form from submit event of wicket
&lt;br&gt;&amp;gt; button? I google and couldn't find any clear solution. Any help is
&lt;br&gt;&amp;gt; appreciated. If any other alternative, please let me know. Thanks.
&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;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26458059.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26457990</id>
	<title>RE: Posting A Form To NonWicket</title>
	<published>2009-11-21T08:16:21Z</published>
	<updated>2009-11-21T08:16:21Z</updated>
	<author>
		<name>chocba</name>
	</author>
	<content type="html">Basically, my form will post to an action url pointing to BIRT viewer, a web appplication of BIRT. If I use httpcommons, how will I get the web content in to the same window from where I'm posting the form. Please let me know. Thanks for the response.
&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;Alex Rass wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;You could write something on the server end (or your wicket app) that would
&lt;br&gt;do it for you.
&lt;br&gt;Just use apache http commons or write your own post code. Easy stuff (open
&lt;br&gt;socket, couple commands, dump input, close socket).
&lt;br&gt;&lt;br&gt;It can even get back to the user with error codes from the other server etc
&lt;br&gt;if you wanna be spiffy.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Balaji C [mailto:chocba@gmail.com] 
&lt;br&gt;Sent: Friday, November 20, 2009 12:15 PM
&lt;br&gt;To: users@wicket.apache.org
&lt;br&gt;Subject: Posting A Form To NonWicket
&lt;br&gt;&lt;br&gt;I've a wicket form with input elements. I would like to post this form to a
&lt;br&gt;non-wicket url. Is it possible to post this form from submit event of wicket
&lt;br&gt;button? I google and couldn't find any clear solution. Any help is
&lt;br&gt;appreciated. If any other alternative, please let me know. Thanks.
&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;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26457990.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26457711</id>
	<title>Re: Wicketstuff Ajax Problem with ContextMenu</title>
	<published>2009-11-21T07:41:14Z</published>
	<updated>2009-11-21T07:41:14Z</updated>
	<author>
		<name>Leo Erlandsson</name>
	</author>
	<content type="html">I am having the same problem. Did you ever resolve it?
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;---
&lt;br&gt;Leo Erlandsson, M. Sc.&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-user-f3314.html&quot; embed=&quot;fixTarget[3314]&quot; target=&quot;_top&quot; &gt;wicket-stuff-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicketstuff-Ajax-Problem-with-ContextMenu-tp24147443p26457711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26457415</id>
	<title>Re: Forms and detached JPA ( Hibernate) Objects</title>
	<published>2009-11-21T07:13:46Z</published>
	<updated>2009-11-21T07:13:46Z</updated>
	<author>
		<name>Marat Radchenko-2</name>
	</author>
	<content type="html">Use HibernateObjectModel from databinder.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Forms-and-detached-JPA-%28-Hibernate%29-Objects-tp26456174p26457415.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26456508</id>
	<title>Re: Forms and detached JPA ( Hibernate) Objects</title>
	<published>2009-11-21T05:22:17Z</published>
	<updated>2009-11-21T05:22:17Z</updated>
	<author>
		<name>James Carman-3</name>
	</author>
	<content type="html">If you're adding stuff to lists, you can build up a detached list as
&lt;br&gt;you go along (which gets stored in the session) and when you do the
&lt;br&gt;final submit to save the main object to the database, you grab the
&lt;br&gt;lists and stick them in there before you save it.
&lt;br&gt;&lt;br&gt;On Sat, Nov 21, 2009 at 7:34 AM, Bert &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26456508&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;taseroth@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi list,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i 'm starting a new project with Wicket 1.4, JPA (Hibernate) and
&lt;br&gt;&amp;gt; Spring. So far, building
&lt;br&gt;&amp;gt; the web pages have been fun (panels, ajax,..) thanks to wicket.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My problems arise when i use my UI Model (an IModel implementation following
&lt;br&gt;&amp;gt; Igors 'smart entity model' or one of the similar found in post like
&lt;br&gt;&amp;gt; [1]). To my understanding,
&lt;br&gt;&amp;gt; these are basically read only models, as all changes to them are
&lt;br&gt;&amp;gt; discarded in the detach()
&lt;br&gt;&amp;gt; and the model is freshly loaded from the db with the next request.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://stronglytypedblog.blogspot.com/2009/03/wicket-patterns-and-pitfalls-1.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stronglytypedblog.blogspot.com/2009/03/wicket-patterns-and-pitfalls-1.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now, some forms span several requests (user adding stuff to lists and
&lt;br&gt;&amp;gt; such) and the LDM
&lt;br&gt;&amp;gt; approach is not working.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What are my options here? I looked around at some open source project
&lt;br&gt;&amp;gt; using wicket and
&lt;br&gt;&amp;gt; they either do not use LDMs but set the persistent objects into the
&lt;br&gt;&amp;gt; components or use some
&lt;br&gt;&amp;gt; sort of DTO.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't want to go that DTO way, it looks overly complicated and
&lt;br&gt;&amp;gt; involves lots of code that
&lt;br&gt;&amp;gt; does little in terms of application. Or is there a 'generic' DTO ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To my understanding, using the persistent objects directly in the
&lt;br&gt;&amp;gt; components would cause the entire
&lt;br&gt;&amp;gt; object graph being serialized into the session?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In [2] Stefan Fußenegger suggest writing an serialization
&lt;br&gt;&amp;gt; implementation that either detaches
&lt;br&gt;&amp;gt; an object (when it is attached (in a hibernate sense) or serialize it
&lt;br&gt;&amp;gt; if it is transient. (thats how i
&lt;br&gt;&amp;gt; understood his post)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [2] &lt;a href=&quot;http://techblog.molindo.at/2009/03/detaching-and-attaching-persistent-objects-on-serialization.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://techblog.molindo.at/2009/03/detaching-and-attaching-persistent-objects-on-serialization.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I  feel like missing the obvious here, how do others handle this with wicket?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; looking forward to your answers.
&lt;br&gt;&amp;gt; Bert
&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=26456508&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=26456508&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=26456508&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=26456508&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Forms-and-detached-JPA-%28-Hibernate%29-Objects-tp26456174p26456508.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26456174</id>
	<title>Forms and detached JPA ( Hibernate) Objects</title>
	<published>2009-11-21T04:34:24Z</published>
	<updated>2009-11-21T04:34:24Z</updated>
	<author>
		<name>RaBe</name>
	</author>
	<content type="html">Hi list,
&lt;br&gt;&lt;br&gt;i 'm starting a new project with Wicket 1.4, JPA (Hibernate) and
&lt;br&gt;Spring. So far, building
&lt;br&gt;the web pages have been fun (panels, ajax,..) thanks to wicket.
&lt;br&gt;&lt;br&gt;My problems arise when i use my UI Model (an IModel implementation following
&lt;br&gt;Igors 'smart entity model' or one of the similar found in post like
&lt;br&gt;[1]). To my understanding,
&lt;br&gt;these are basically read only models, as all changes to them are
&lt;br&gt;discarded in the detach()
&lt;br&gt;and the model is freshly loaded from the db with the next request.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://stronglytypedblog.blogspot.com/2009/03/wicket-patterns-and-pitfalls-1.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stronglytypedblog.blogspot.com/2009/03/wicket-patterns-and-pitfalls-1.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Now, some forms span several requests (user adding stuff to lists and
&lt;br&gt;such) and the LDM
&lt;br&gt;approach is not working.
&lt;br&gt;&lt;br&gt;What are my options here? I looked around at some open source project
&lt;br&gt;using wicket and
&lt;br&gt;they either do not use LDMs but set the persistent objects into the
&lt;br&gt;components or use some
&lt;br&gt;sort of DTO.
&lt;br&gt;&lt;br&gt;I don't want to go that DTO way, it looks overly complicated and
&lt;br&gt;involves lots of code that
&lt;br&gt;does little in terms of application. Or is there a 'generic' DTO ?
&lt;br&gt;&lt;br&gt;To my understanding, using the persistent objects directly in the
&lt;br&gt;components would cause the entire
&lt;br&gt;object graph being serialized into the session?
&lt;br&gt;&lt;br&gt;In [2] Stefan Fußenegger suggest writing an serialization
&lt;br&gt;implementation that either detaches
&lt;br&gt;an object (when it is attached (in a hibernate sense) or serialize it
&lt;br&gt;if it is transient. (thats how i
&lt;br&gt;understood his post)
&lt;br&gt;&lt;br&gt;[2] &lt;a href=&quot;http://techblog.molindo.at/2009/03/detaching-and-attaching-persistent-objects-on-serialization.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://techblog.molindo.at/2009/03/detaching-and-attaching-persistent-objects-on-serialization.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;I &amp;nbsp;feel like missing the obvious here, how do others handle this with wicket?
&lt;br&gt;&lt;br&gt;looking forward to your answers.
&lt;br&gt;Bert
&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=26456174&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=26456174&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Forms-and-detached-JPA-%28-Hibernate%29-Objects-tp26456174p26456174.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26454325</id>
	<title>Re: request scoped variables</title>
	<published>2009-11-20T23:18:07Z</published>
	<updated>2009-11-20T23:18:07Z</updated>
	<author>
		<name>MartinM</name>
	</author>
	<content type="html">&amp;gt; When the hibernate session is closed you will get a lazy initialization
&lt;br&gt;&amp;gt; error if they proxy tries to load any lazy fields.
&lt;br&gt;&lt;br&gt;In my opinnion it's a design flaw if you lazy-load suff that you keep
&lt;br&gt;in session. Stop that.
&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;
&lt;br&gt;&amp;gt; On Nov 20, 2009, at 9:34 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The object is a hibernate pojo, which has to be detached because it can't be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; used after the hibernate session dies. The hibernate session dies on every request.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Why not? I reuse the hibernate pojos throughout the whole user web session.
&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;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 9:19 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Why should it be detached every request if it is lightweight?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It seems you have a problem elsewhere? Maybe you have problems with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; object equalities etc?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; YOu can override MySession.detach to detach it.
&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; Martin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2009/11/20 Douglas Ferguson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454325&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yeah, but how to I guarantee that it will be detached and reloaded on every request.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also, the application is already using the session as the factory for this loadable detachable.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Just out of curiosity, I cached it rather than always constructing a new one, and I started getting all sorts of errors.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; So then I started to think that perhaps I could try make sure that a new one is generated per request.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried using a thread local to hold the LDM on the session but that caused the same errors.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 19, 2009, at 5:32 PM, Igor Vaynberg wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the whole point of &amp;quot;LoadableDetachable&amp;quot; is that you load it once and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; reuse it until detached, at least this is how LDM works.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -igor
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Nov 19, 2009 at 2:50 PM, Douglas Ferguson
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454325&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am maintaining an app that is written in wicket.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; When a user logs in the userId is stored on the session.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; There is a method on the session object that returns a UserAccountLoadableDetachable.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This loadable detachable is created every time the method is called.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My thought was that I could share it across the request.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 19, 2009, at 3:53 PM, Igor Vaynberg wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; whats the usecase for a request-scoped variable?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; you can have a transient field on the page that you null in ondetach()...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; otherwise you can access httpservletrequest and use attributes.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -igor
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Nov 19, 2009 at 1:51 PM, Douglas Ferguson
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454325&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; is there a best practice for request scoped variables in wicket?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26454325&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;&amp;gt;&amp;gt;&amp;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=26454325&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26454325&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;&amp;gt;&amp;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=26454325&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26454325&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;&amp;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=26454325&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26454325&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26454325&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;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=26454325&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;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=26454325&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;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; ---------------------------------------------------------------------
&lt;br&gt;&amp;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=26454325&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;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=26454325&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&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; ---------------------------------------------------------------------
&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=26454325&amp;i=15&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=26454325&amp;i=16&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=26454325&amp;i=17&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=26454325&amp;i=18&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;
&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=26454325&amp;i=19&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=26454325&amp;i=20&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=26454325&amp;i=21&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=26454325&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/request-scoped-variables-tp26434747p26454325.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26454207</id>
	<title>Re: strange error</title>
	<published>2009-11-20T22:43:40Z</published>
	<updated>2009-11-20T22:43:40Z</updated>
	<author>
		<name>Douglas Ferguson-2</name>
	</author>
	<content type="html">&lt;br&gt;On Nov 20, 2009, at 2:47 PM, Douglas Ferguson wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 20, 2009, at 2:42 PM, Martijn Dashorst wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Probably you have a repeater serving out those ajax thingies.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1. Make sure you have a reuse items strategy set
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What is this?
&lt;br&gt;&lt;br&gt;Ok. I investigated and we are sub classes DataView, so we should inherit the default reuse strategy.
&lt;br&gt;Which is DefaultItemReuseStrategy
&lt;br&gt;&lt;br&gt;Do I still have to explicit set it?
&lt;br&gt;&lt;br&gt;It is still odd to me that this only happens in XP?!
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2. Make sure you don't get 2 events right after one another: the link
&lt;br&gt;&amp;gt;&amp;gt; that is clicked and a seperate behavior you've attached: if one event
&lt;br&gt;&amp;gt;&amp;gt; updates the repeater, the component is not available anymore.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yeah.. we have a drop down that updates a repeater. The link is inside the repeater.
&lt;br&gt;&amp;gt; But I'm not sure why the link is getting messed up.
&lt;br&gt;&amp;gt; Also, this only effects XP.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 3. to debug: really look closely at the generated behavior URLs and
&lt;br&gt;&amp;gt;&amp;gt; look closely at the generated IDs to see if they update to another
&lt;br&gt;&amp;gt;&amp;gt; value than expected
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Martijn
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Nov 20, 2009 at 9:32 PM, James Carman
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454207&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcarman@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've seen this also, but it's not reliably reproducible.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Fri, Nov 20, 2009 at 3:30 PM, Douglas Ferguson
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454207&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Does anybody have any idea of how to debug this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I.E. A component is visible in the screen but when clicked wicket barfs.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 9:28 AM, Douglas Ferguson wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I load the app and hit an ajax link.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It is a specific ajax link that fails not all..
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 9:16 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I can recreate it when using XP.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Doing what recreates it?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 1:12 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I get this quite often on our production site, how can you reproduce
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it? &amp;nbsp;My guess is that it somehow relates to invalid session and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; clicking stale links on the page. We get this whenever googlebot or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; similar browses our pages.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; **
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2009/11/20 Douglas Ferguson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454207&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am able to consistently reproduce this but only on win xp.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 19, 2009, at 4:27 PM, Douglas Ferguson wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a user who is reporting a really strange error.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error seems to indicate that the a component is not on the page when it is visible on the page.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error is also intermittent.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Nov 19 16:06:56 ERROR [TP-Processor28] errors.NotifyUserOfException - org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()] source null
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.apache.wicket.protocol.http.request.InvalidUrlException: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:262)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.wicket.RequestCycle.step(RequestCycle.java:1301)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1419)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Caused by: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget(AbstractRequestCycleProcessor.java:426)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:471)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:144)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; ... 20 more
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26454207&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;&amp;gt;&amp;gt;&amp;gt;&amp;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=26454207&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26454207&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;&amp;gt;&amp;gt;&amp;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=26454207&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26454207&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;&amp;gt;&amp;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=26454207&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26454207&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26454207&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26454207&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26454207&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;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=26454207&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;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=26454207&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;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;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;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=26454207&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;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=26454207&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&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;
&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=26454207&amp;i=17&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=26454207&amp;i=18&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; --
&lt;br&gt;&amp;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;&amp;gt; Apache Wicket 1.4 increases type safety for web applications
&lt;br&gt;&amp;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;&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=26454207&amp;i=19&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=26454207&amp;i=20&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;
&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=26454207&amp;i=21&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=26454207&amp;i=22&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=26454207&amp;i=23&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=26454207&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/strange-error-tp26435236p26454207.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26453172</id>
	<title>[1.4.3] RequestUtils.toAbsolutePath(&quot;&quot;) skips the last value</title>
	<published>2009-11-20T18:24:29Z</published>
	<updated>2009-11-20T18:24:29Z</updated>
	<author>
		<name>smallufo</name>
	</author>
	<content type="html">The code is following :
&lt;br&gt;&lt;br&gt;WebApplication :
&lt;br&gt;mountBookmarkablePage(&amp;quot;/TestPage&amp;quot; , TestPage.class);
&lt;br&gt;&lt;br&gt;TestPage.html :
&lt;br&gt;url = &amp;lt;span wicket:id=&amp;quot;url&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;
&lt;br&gt;&lt;br&gt;TestPage.java :
&lt;br&gt;final String url = RequestUtils.toAbsolutePath(&amp;quot;&amp;quot;);
&lt;br&gt;add(new Label(&amp;quot;url&amp;quot; , Model.of(url)));
&lt;br&gt;&lt;br&gt;If I open
&lt;br&gt;&lt;a href=&quot;http://foobar:8080/quickstart/app/TestPage&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://foobar:8080/quickstart/app/TestPage&lt;/a&gt;&lt;br&gt;it shows &amp;nbsp;&lt;a href=&quot;http://foobar:8080/quickstart/app/TestPage&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://foobar:8080/quickstart/app/TestPage&lt;/a&gt;&amp;nbsp; , correct
&lt;br&gt;&lt;br&gt;if I open &lt;a href=&quot;http://foobar:8080/quickstart/app/TestPage/a/b/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://foobar:8080/quickstart/app/TestPage/a/b/&lt;/a&gt;&lt;br&gt;it shows : &lt;a href=&quot;http://foobar:8080/quickstart/app/TestPage/a/b/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://foobar:8080/quickstart/app/TestPage/a/b/&lt;/a&gt;&amp;nbsp;, correct
&lt;br&gt;&lt;br&gt;BUT ,
&lt;br&gt;if I open &lt;a href=&quot;http://foobar:8080/quickstart/app/TestPage/a/b&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://foobar:8080/quickstart/app/TestPage/a/b&lt;/a&gt;&lt;br&gt;it shows : &lt;a href=&quot;http://foobar:8080/quickstart/app/TestPage/a&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://foobar:8080/quickstart/app/TestPage/a&lt;/a&gt;&amp;nbsp;, WRONG
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-1.4.3--RequestUtils.toAbsolutePath%28%22%22%29-skips-the-last-value-tp26453172p26453172.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26452930</id>
	<title>Re: Transaction error dont reach onRuntimeException(Page page,  RuntimeException e) method</title>
	<published>2009-11-20T17:36:24Z</published>
	<updated>2009-11-20T17:36:24Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">hrm, throwing an exception from onendrequest may be too late for it to
&lt;br&gt;be picked up by onruntimeexception, you may have to do that yourself.
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 4:45 PM, Fernando Wermus
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452930&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fernando.wermus@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I forgot to mention that I persist some entities in onfinish wizard method
&lt;br&gt;&amp;gt; and call
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; setResponsePage(getApplication().getHomePage());
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Nov 20, 2009 at 10:44 PM, Fernando Wermus &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452930&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fernando.wermus@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Igor,
&lt;br&gt;&amp;gt;&amp;gt;      My exception is thrown at
&lt;br&gt;&amp;gt;&amp;gt;        @Override protected void onEndRequest() {
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; when I commit the transaction.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I reviewed that is not wrapped with a WicketRuntimeException, actually I
&lt;br&gt;&amp;gt;&amp;gt; got a TransientObjectException.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 10, 2009 at 5:16 PM, Igor Vaynberg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452930&amp;i=2&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;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; where is your exception is thrown from?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; also, check that its not being wrapped in another exception such as a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; WicketRuntimeException.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -igor
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Tue, Nov 10, 2009 at 9:57 AM, Fernando Wermus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452930&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fernando.wermus@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;    I am testing transactionability in a site which I am developing. I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; got
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; to roll back the app in case of a Hibernate DataException, but I couldnt
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; reach my custom request cycle method onRutimeException
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; @Override public Page onRuntimeException(Page page, RuntimeException e)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Why is this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; The roll back is done in endRequestCycle, while I had instructed a new
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; model
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; to be shown in the original page in case of succeded. It shows the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; succeded
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; page instead the error one.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Thanks in advance
&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;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; Fernando Wermus.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt; www.linkedin.com/in/fernandowermus
&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=26452930&amp;i=4&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=26452930&amp;i=5&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; Fernando Wermus.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; www.linkedin.com/in/fernandowermus
&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; Fernando Wermus.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; www.linkedin.com/in/fernandowermus
&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=26452930&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=26452930&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Transaction-error-dont-reach-onRuntimeException%28Page-page%2C--RuntimeException-e%29-method-tp26288249p26452930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26452869</id>
	<title>Re: 3rd party js &amp; wicket</title>
	<published>2009-11-20T17:28:16Z</published>
	<updated>2009-11-20T17:28:16Z</updated>
	<author>
		<name>Douglas Ferguson-2</name>
	</author>
	<content type="html">Interesting..
&lt;br&gt;&lt;br&gt;Is wicket:container the same as using wicket:enclosure with an child?
&lt;br&gt;&lt;br&gt;D/
&lt;br&gt;&lt;br&gt;On Nov 20, 2009, at 3:39 PM, Igor Vaynberg wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; wicket only supports dynamic injection into the &amp;lt;head&amp;gt; element which
&lt;br&gt;&amp;gt; is where all the scripts should go.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; as far as your particular usecase you can simple put the script into
&lt;br&gt;&amp;gt; wicket:container tags instead of div tags, wicket:container tags
&lt;br&gt;&amp;gt; render into nothing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -igor
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Nov 20, 2009 at 12:43 PM, Douglas Ferguson
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452869&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hey,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I added a third party js to my &amp;quot;MainPage&amp;quot; class, which is the base class for all my pages (header, footer, etc).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This js has 2 sections. One goes to the top of the body tag and then the other at the bottom of the &amp;lt;body&amp;gt; tag.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Now the requirement has come that I need to add the js to only 1 page.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If I just add it to the sub page, it won't actually be at the very top or very bottom of the &amp;lt;body&amp;gt; tag.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; One way to do this is to put it in 2 divs (top and bottom) and show/hide those divs based on the page that you are on.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But I am worried that having it divs may not be a good thing.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there a way that I could have it dynamically injected into the page?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; D/
&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; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452869&amp;i=1&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=26452869&amp;i=2&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=26452869&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=26452869&amp;i=4&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=26452869&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=26452869&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3rd-party-js---wicket-tp26449997p26452869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26452557</id>
	<title>Re: Transaction error dont reach onRuntimeException(Page page,  RuntimeException e) method</title>
	<published>2009-11-20T16:45:30Z</published>
	<updated>2009-11-20T16:45:30Z</updated>
	<author>
		<name>Fernando Wermus-2</name>
	</author>
	<content type="html">I forgot to mention that I persist some entities in onfinish wizard method
&lt;br&gt;and call
&lt;br&gt;&lt;br&gt;setResponsePage(getApplication().getHomePage());
&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 10:44 PM, Fernando Wermus &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452557&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fernando.wermus@...&lt;/a&gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Igor,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;My exception is thrown at
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@Override protected void onEndRequest() {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; when I commit the transaction.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I reviewed that is not wrapped with a WicketRuntimeException, actually I
&lt;br&gt;&amp;gt; got a TransientObjectException.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 10, 2009 at 5:16 PM, Igor Vaynberg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452557&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;
&lt;br&gt;&amp;gt;&amp;gt; where is your exception is thrown from?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; also, check that its not being wrapped in another exception such as a
&lt;br&gt;&amp;gt;&amp;gt; WicketRuntimeException.
&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 Tue, Nov 10, 2009 at 9:57 AM, Fernando Wermus
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452557&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fernando.wermus@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp;I am testing transactionability in a site which I am developing. I
&lt;br&gt;&amp;gt;&amp;gt; got
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to roll back the app in case of a Hibernate DataException, but I couldnt
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; reach my custom request cycle method onRutimeException
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; @Override public Page onRuntimeException(Page page, RuntimeException e)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Why is this?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; The roll back is done in endRequestCycle, while I had instructed a new
&lt;br&gt;&amp;gt;&amp;gt; model
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to be shown in the original page in case of succeded. It shows the
&lt;br&gt;&amp;gt;&amp;gt; succeded
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; page instead the error one.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Thanks in advance
&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;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Fernando Wermus.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; www.linkedin.com/in/fernandowermus
&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=26452557&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; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452557&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;
&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; Fernando Wermus.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; www.linkedin.com/in/fernandowermus
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Fernando Wermus.
&lt;br&gt;&lt;br&gt;www.linkedin.com/in/fernandowermus
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Transaction-error-dont-reach-onRuntimeException%28Page-page%2C--RuntimeException-e%29-method-tp26288249p26452557.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26452548</id>
	<title>Re: Transaction error dont reach onRuntimeException(Page page,  RuntimeException e) method</title>
	<published>2009-11-20T16:44:05Z</published>
	<updated>2009-11-20T16:44:05Z</updated>
	<author>
		<name>Fernando Wermus-2</name>
	</author>
	<content type="html">Igor,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;My exception is thrown at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;@Override protected void onEndRequest() {
&lt;br&gt;&lt;br&gt;&lt;br&gt;when I commit the transaction.
&lt;br&gt;&lt;br&gt;I reviewed that is not wrapped with a WicketRuntimeException, actually I got
&lt;br&gt;a TransientObjectException.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Nov 10, 2009 at 5:16 PM, Igor Vaynberg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452548&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;igor.vaynberg@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; where is your exception is thrown from?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; also, check that its not being wrapped in another exception such as a
&lt;br&gt;&amp;gt; WicketRuntimeException.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -igor
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 10, 2009 at 9:57 AM, Fernando Wermus
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452548&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fernando.wermus@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp;I am testing transactionability in a site which I am developing. I got
&lt;br&gt;&amp;gt; &amp;gt; to roll back the app in case of a Hibernate DataException, but I couldnt
&lt;br&gt;&amp;gt; &amp;gt; reach my custom request cycle method onRutimeException
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; @Override public Page onRuntimeException(Page page, RuntimeException e)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Why is this?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The roll back is done in endRequestCycle, while I had instructed a new
&lt;br&gt;&amp;gt; model
&lt;br&gt;&amp;gt; &amp;gt; to be shown in the original page in case of succeded. It shows the
&lt;br&gt;&amp;gt; succeded
&lt;br&gt;&amp;gt; &amp;gt; page instead the error one.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks in advance
&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; --
&lt;br&gt;&amp;gt; &amp;gt; Fernando Wermus.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; www.linkedin.com/in/fernandowermus
&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=26452548&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=26452548&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;Fernando Wermus.
&lt;br&gt;&lt;br&gt;www.linkedin.com/in/fernandowermus
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Transaction-error-dont-reach-onRuntimeException%28Page-page%2C--RuntimeException-e%29-method-tp26288249p26452548.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451127</id>
	<title>xmlhttp to another domain</title>
	<published>2009-11-20T14:15:13Z</published>
	<updated>2009-11-20T14:15:13Z</updated>
	<author>
		<name>Ed_</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I have an application A that needs to make a call via the browser and not the backend to a go &amp;nbsp;across an internal subdomain applicationB to get the status of a user and update the session of the main application A.
&lt;br&gt;&lt;br&gt;Is there a way to add xmlhttpRequest from a panel on the page rendered by A to application B and feed the into the &amp;nbsp;session of application A.
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks!
&lt;br&gt;&amp;nbsp;		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;_________________________________________________________________
&lt;br&gt;Hotmail: Trusted email with powerful SPAM protection.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/GBL/go/177141665/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/GBL/go/177141665/direct/01/&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xmlhttp-to-another-domain-tp26451127p26451127.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450707</id>
	<title>Re: 3rd party js &amp; wicket</title>
	<published>2009-11-20T13:39:49Z</published>
	<updated>2009-11-20T13:39:49Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">wicket only supports dynamic injection into the &amp;lt;head&amp;gt; element which
&lt;br&gt;is where all the scripts should go.
&lt;br&gt;&lt;br&gt;as far as your particular usecase you can simple put the script into
&lt;br&gt;wicket:container tags instead of div tags, wicket:container tags
&lt;br&gt;render into nothing.
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 12:43 PM, Douglas Ferguson
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450707&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I added a third party js to my &amp;quot;MainPage&amp;quot; class, which is the base class for all my pages (header, footer, etc).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This js has 2 sections. One goes to the top of the body tag and then the other at the bottom of the &amp;lt;body&amp;gt; tag.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now the requirement has come that I need to add the js to only 1 page.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I just add it to the sub page, it won't actually be at the very top or very bottom of the &amp;lt;body&amp;gt; tag.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; One way to do this is to put it in 2 divs (top and bottom) and show/hide those divs based on the page that you are on.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But I am worried that having it divs may not be a good thing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there a way that I could have it dynamically injected into the page?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; D/
&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=26450707&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=26450707&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=26450707&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=26450707&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3rd-party-js---wicket-tp26449997p26450707.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26449374</id>
	<title>Calling Javascript in html or js file on submitting a wicket form</title>
	<published>2009-11-20T13:05:29Z</published>
	<updated>2009-11-20T13:05:29Z</updated>
	<author>
		<name>chocba</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I've a javascript in a html file. The html file also has the wicket form with input elements. On click of the submit button, I need to invoke the javascript function in html file. My question is how to use OnComponentTag event in this scenario? Please help me. My javascript is approximately 25 lines. Is there any other alternative to invoke the javascript on click of the wicket button. &amp;nbsp;Thanks.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-user-f3314.html&quot; embed=&quot;fixTarget[3314]&quot; target=&quot;_top&quot; &gt;wicket-stuff-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Calling-Javascript-in-html-or-js-file-on-submitting-a-wicket-form-tp26449374p26449374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450186</id>
	<title>Validating markup on non bookmarkable pages?</title>
	<published>2009-11-20T12:57:39Z</published>
	<updated>2009-11-20T12:57:39Z</updated>
	<author>
		<name>Loritsch, Berin C.</name>
	</author>
	<content type="html">I'm using the TotalValidator plugin combined with a local basic
&lt;br&gt;validator installation. &amp;nbsp;It's a great tool to keep me honest with the
&lt;br&gt;accessibility and standards compliant code. &amp;nbsp;However certain pages that
&lt;br&gt;aren't linked with a BookmarkableLink can't be validated with the tool.
&lt;br&gt;I end up getting an error like the following:
&lt;br&gt;&lt;br&gt;Nov 20, 2009 3:46:43 PM com.totalvalidator.Validator main
&lt;br&gt;SEVERE: Validation Failed
&lt;br&gt;com.totalvalidator.exceptions.ValidationException: Error retrieving
&lt;br&gt;page: &lt;a href=&quot;http://localhost:8010/incidents/?wicket:interface=:1::::&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8010/incidents/?wicket:interface=:1::::&lt;/a&gt;&amp;nbsp;: 404 Not
&lt;br&gt;Found
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.totalvalidator.utils.FileUtils.getReader(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.totalvalidator.Validator.validate(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.totalvalidator.Validator.main(Unknown Source)
&lt;br&gt;&lt;br&gt;&lt;br&gt;The odd thing is that if I put the same exact URL in my browser the page
&lt;br&gt;renders perfectly fine. &amp;nbsp;My guess is that because the tool doesn't have
&lt;br&gt;the JSESSIONID cookie and/or has a different browser type that Wicket
&lt;br&gt;expires the page. &amp;nbsp;Is that correct? &amp;nbsp;If so, is there any way to work
&lt;br&gt;around it?
&lt;br&gt;&lt;br&gt;If I'm using the redirectToInterceptPage() to get to a login page, is
&lt;br&gt;there a way I can make it bookmarkable?
&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=26450186&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=26450186&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Validating-markup-on-non-bookmarkable-pages--tp26450186p26450186.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450055</id>
	<title>Re: request scoped variables</title>
	<published>2009-11-20T12:48:46Z</published>
	<updated>2009-11-20T12:48:46Z</updated>
	<author>
		<name>Douglas Ferguson-2</name>
	</author>
	<content type="html">When the hibernate session is closed you will get a lazy initialization error if they proxy tries to load any lazy fields.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Nov 20, 2009, at 9:34 AM, Martin Makundi wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; The object is a hibernate pojo, which has to be detached because it can't be
&lt;br&gt;&amp;gt;&amp;gt; used after the hibernate session dies. The hibernate session dies on every request.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Why not? I reuse the hibernate pojos throughout the whole user web session.
&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; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 9:19 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Why should it be detached every request if it is lightweight?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It seems you have a problem elsewhere? Maybe you have problems with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; object equalities etc?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; YOu can override MySession.detach to detach it.
&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/20 Douglas Ferguson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450055&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yeah, but how to I guarantee that it will be detached and reloaded on every request.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also, the application is already using the session as the factory for this loadable detachable.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Just out of curiosity, I cached it rather than always constructing a new one, and I started getting all sorts of errors.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; So then I started to think that perhaps I could try make sure that a new one is generated per request.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried using a thread local to hold the LDM on the session but that caused the same errors.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 19, 2009, at 5:32 PM, Igor Vaynberg wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the whole point of &amp;quot;LoadableDetachable&amp;quot; is that you load it once and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; reuse it until detached, at least this is how LDM works.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -igor
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Nov 19, 2009 at 2:50 PM, Douglas Ferguson
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450055&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am maintaining an app that is written in wicket.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; When a user logs in the userId is stored on the session.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; There is a method on the session object that returns a UserAccountLoadableDetachable.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This loadable detachable is created every time the method is called.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My thought was that I could share it across the request.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 19, 2009, at 3:53 PM, Igor Vaynberg wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; whats the usecase for a request-scoped variable?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; you can have a transient field on the page that you null in ondetach()...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; otherwise you can access httpservletrequest and use attributes.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -igor
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Nov 19, 2009 at 1:51 PM, Douglas Ferguson
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450055&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; is there a best practice for request scoped variables in wicket?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26450055&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;&amp;gt;&amp;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=26450055&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26450055&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;&amp;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=26450055&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26450055&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;&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=26450055&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;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;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=26450055&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;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=26450055&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;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; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;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=26450055&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;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=26450055&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&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; 
&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=26450055&amp;i=13&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=26450055&amp;i=14&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; 
&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=26450055&amp;i=15&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=26450055&amp;i=16&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=26450055&amp;i=17&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=26450055&amp;i=18&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=26450055&amp;i=19&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=26450055&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/request-scoped-variables-tp26434747p26450055.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450051</id>
	<title>Re: strange error</title>
	<published>2009-11-20T12:47:54Z</published>
	<updated>2009-11-20T12:47:54Z</updated>
	<author>
		<name>Douglas Ferguson-2</name>
	</author>
	<content type="html">&lt;br&gt;On Nov 20, 2009, at 2:42 PM, Martijn Dashorst wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Probably you have a repeater serving out those ajax thingies.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. Make sure you have a reuse items strategy set
&lt;br&gt;&lt;br&gt;What is this?
&lt;br&gt;&lt;br&gt;&amp;gt; 2. Make sure you don't get 2 events right after one another: the link
&lt;br&gt;&amp;gt; that is clicked and a seperate behavior you've attached: if one event
&lt;br&gt;&amp;gt; updates the repeater, the component is not available anymore.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Yeah.. we have a drop down that updates a repeater. The link is inside the repeater.
&lt;br&gt;But I'm not sure why the link is getting messed up.
&lt;br&gt;Also, this only effects XP.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 3. to debug: really look closely at the generated behavior URLs and
&lt;br&gt;&amp;gt; look closely at the generated IDs to see if they update to another
&lt;br&gt;&amp;gt; value than expected
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Martijn
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Fri, Nov 20, 2009 at 9:32 PM, James Carman
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450051&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcarman@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; I've seen this also, but it's not reliably reproducible.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Nov 20, 2009 at 3:30 PM, Douglas Ferguson
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450051&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Does anybody have any idea of how to debug this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I.E. A component is visible in the screen but when clicked wicket barfs.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 9:28 AM, Douglas Ferguson wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I load the app and hit an ajax link.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It is a specific ajax link that fails not all..
&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; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 9:16 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I can recreate it when using XP.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Doing what recreates it?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 1:12 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I get this quite often on our production site, how can you reproduce
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it? &amp;nbsp;My guess is that it somehow relates to invalid session and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; clicking stale links on the page. We get this whenever googlebot or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; similar browses our pages.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; **
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2009/11/20 Douglas Ferguson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450051&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am able to consistently reproduce this but only on win xp.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 19, 2009, at 4:27 PM, Douglas Ferguson wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a user who is reporting a really strange error.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error seems to indicate that the a component is not on the page when it is visible on the page.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error is also intermittent.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Nov 19 16:06:56 ERROR [TP-Processor28] errors.NotifyUserOfException - org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()] source null
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.apache.wicket.protocol.http.request.InvalidUrlException: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:262)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.step(RequestCycle.java:1301)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1419)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Caused by: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget(AbstractRequestCycleProcessor.java:426)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:471)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:144)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... 20 more
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26450051&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;&amp;gt;&amp;gt;&amp;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=26450051&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26450051&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;&amp;gt;&amp;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=26450051&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26450051&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;&amp;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=26450051&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26450051&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26450051&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;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=26450051&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;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=26450051&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;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; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;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=26450051&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;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=26450051&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&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; ---------------------------------------------------------------------
&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=26450051&amp;i=15&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=26450051&amp;i=16&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=26450051&amp;i=17&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=26450051&amp;i=18&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=26450051&amp;i=19&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=26450051&amp;i=20&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=26450051&amp;i=21&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=26450051&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/strange-error-tp26435236p26450051.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450044</id>
	<title>RE: Generating standards compliant responses</title>
	<published>2009-11-20T12:46:02Z</published>
	<updated>2009-11-20T12:46:02Z</updated>
	<author>
		<name>Loritsch, Berin C.</name>
	</author>
	<content type="html">I just found this out. &amp;nbsp;Thank you.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Igor Vaynberg [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450044&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;igor.vaynberg@...&lt;/a&gt;] 
&lt;br&gt;Sent: Friday, November 20, 2009 3:44 PM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450044&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: Re: Generating standards compliant responses
&lt;br&gt;&lt;br&gt;Try setting it in configureresponse()
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Friday, November 20, 2009, Loritsch, Berin C.
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450044&amp;i=2&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; I've set up in my SiteTemplate base class a call to set the content type
&lt;br&gt;&amp;gt; for the response, however it is not making it to the browser.  Any
&lt;br&gt;&amp;gt; ideas?  When I inspect the request headers and run the site validator
&lt;br&gt;&amp;gt; against my page the server content type is set to &amp;quot;text/html&amp;quot; even
&lt;br&gt;&amp;gt; though I've told it otherwise.  What am I missing here?  If it helps, it
&lt;br&gt;&amp;gt; is hosted in Tomcat 6.  I need the &amp;quot;Content-Type&amp;quot; HTTP response header
&lt;br&gt;&amp;gt; to return &amp;quot;application/xhtml+xml&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public class SiteTemplate extends WebPage {
&lt;br&gt;&amp;gt; //....
&lt;br&gt;&amp;gt; &amp;nbsp;       public void onBeforeRender() {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; super.getResponse().setContentType(&amp;quot;application/xhtml+xml; utf-8&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp;               super.getResponse().setCharacterEncoding(&amp;quot;utf-8&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;               user = IMSSession.get().getUser();
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;               if (null == user &amp;&amp; ! (this instanceof LoginPage)) {
&lt;br&gt;&amp;gt; &amp;nbsp;                       this.redirectToInterceptPage(new
&lt;br&gt;&amp;gt; LoginPage(null));
&lt;br&gt;&amp;gt; &amp;nbsp;               }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;               if (get(&amp;quot;content&amp;quot;) == null) {
&lt;br&gt;&amp;gt; &amp;nbsp;                       BookmarkablePageLink&amp;lt;String&amp;gt; homeLink = new
&lt;br&gt;&amp;gt; BookmarkablePageLink&amp;lt;String&amp;gt;(&amp;quot;home&amp;quot;,
&lt;br&gt;&amp;gt; IMSApplication.get().getHomePage());
&lt;br&gt;&amp;gt; &amp;nbsp;                       homeLink.add(new ContextImage(&amp;quot;logo&amp;quot;,
&lt;br&gt;&amp;gt; &amp;quot;images/logo.png&amp;quot;));
&lt;br&gt;&amp;gt; &amp;nbsp;                       add(homeLink);
&lt;br&gt;&amp;gt; &amp;nbsp;                       add(newUserInfo(&amp;quot;userinfo&amp;quot;));
&lt;br&gt;&amp;gt; &amp;nbsp;                       add(newContentPanel(&amp;quot;content&amp;quot;));
&lt;br&gt;&amp;gt; &amp;nbsp;                       add(newUserPanel(&amp;quot;userbar&amp;quot;));
&lt;br&gt;&amp;gt; &amp;nbsp;               }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;               super.onBeforeRender();
&lt;br&gt;&amp;gt; &amp;nbsp;       }
&lt;br&gt;&amp;gt; // .... define the newUserInfo, newContentPanel, and newUserPanel
&lt;br&gt;&amp;gt; abstract methods
&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=26450044&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=26450044&amp;i=4&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;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450044&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=26450044&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Generating-standards-compliant-responses-tp26449933p26450044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450007</id>
	<title>Re: Generating standards compliant responses</title>
	<published>2009-11-20T12:44:13Z</published>
	<updated>2009-11-20T12:44:13Z</updated>
	<author>
		<name>igor.vaynberg</name>
	</author>
	<content type="html">Try setting it in configureresponse()
&lt;br&gt;&lt;br&gt;-igor
&lt;br&gt;&lt;br&gt;On Friday, November 20, 2009, Loritsch, Berin C.
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450007&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; I've set up in my SiteTemplate base class a call to set the content type
&lt;br&gt;&amp;gt; for the response, however it is not making it to the browser.  Any
&lt;br&gt;&amp;gt; ideas?  When I inspect the request headers and run the site validator
&lt;br&gt;&amp;gt; against my page the server content type is set to &amp;quot;text/html&amp;quot; even
&lt;br&gt;&amp;gt; though I've told it otherwise.  What am I missing here?  If it helps, it
&lt;br&gt;&amp;gt; is hosted in Tomcat 6.  I need the &amp;quot;Content-Type&amp;quot; HTTP response header
&lt;br&gt;&amp;gt; to return &amp;quot;application/xhtml+xml&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public class SiteTemplate extends WebPage {
&lt;br&gt;&amp;gt; //....
&lt;br&gt;&amp;gt; &amp;nbsp;       public void onBeforeRender() {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; super.getResponse().setContentType(&amp;quot;application/xhtml+xml; utf-8&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp;               super.getResponse().setCharacterEncoding(&amp;quot;utf-8&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;               user = IMSSession.get().getUser();
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;               if (null == user &amp;&amp; ! (this instanceof LoginPage)) {
&lt;br&gt;&amp;gt; &amp;nbsp;                       this.redirectToInterceptPage(new
&lt;br&gt;&amp;gt; LoginPage(null));
&lt;br&gt;&amp;gt; &amp;nbsp;               }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;               if (get(&amp;quot;content&amp;quot;) == null) {
&lt;br&gt;&amp;gt; &amp;nbsp;                       BookmarkablePageLink&amp;lt;String&amp;gt; homeLink = new
&lt;br&gt;&amp;gt; BookmarkablePageLink&amp;lt;String&amp;gt;(&amp;quot;home&amp;quot;,
&lt;br&gt;&amp;gt; IMSApplication.get().getHomePage());
&lt;br&gt;&amp;gt; &amp;nbsp;                       homeLink.add(new ContextImage(&amp;quot;logo&amp;quot;,
&lt;br&gt;&amp;gt; &amp;quot;images/logo.png&amp;quot;));
&lt;br&gt;&amp;gt; &amp;nbsp;                       add(homeLink);
&lt;br&gt;&amp;gt; &amp;nbsp;                       add(newUserInfo(&amp;quot;userinfo&amp;quot;));
&lt;br&gt;&amp;gt; &amp;nbsp;                       add(newContentPanel(&amp;quot;content&amp;quot;));
&lt;br&gt;&amp;gt; &amp;nbsp;                       add(newUserPanel(&amp;quot;userbar&amp;quot;));
&lt;br&gt;&amp;gt; &amp;nbsp;               }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;               super.onBeforeRender();
&lt;br&gt;&amp;gt; &amp;nbsp;       }
&lt;br&gt;&amp;gt; // .... define the newUserInfo, newContentPanel, and newUserPanel
&lt;br&gt;&amp;gt; abstract methods
&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=26450007&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=26450007&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Generating-standards-compliant-responses-tp26449933p26450007.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26449997</id>
	<title>3rd party js &amp; wicket</title>
	<published>2009-11-20T12:43:23Z</published>
	<updated>2009-11-20T12:43:23Z</updated>
	<author>
		<name>Douglas Ferguson-2</name>
	</author>
	<content type="html">Hey,
&lt;br&gt;&lt;br&gt;I added a third party js to my &amp;quot;MainPage&amp;quot; class, which is the base class for all my pages (header, footer, etc).
&lt;br&gt;&lt;br&gt;This js has 2 sections. One goes to the top of the body tag and then the other at the bottom of the &amp;lt;body&amp;gt; tag.
&lt;br&gt;&lt;br&gt;Now the requirement has come that I need to add the js to only 1 page.
&lt;br&gt;&lt;br&gt;If I just add it to the sub page, it won't actually be at the very top or very bottom of the &amp;lt;body&amp;gt; tag.
&lt;br&gt;&lt;br&gt;One way to do this is to put it in 2 divs (top and bottom) and show/hide those divs based on the page that you are on.
&lt;br&gt;&lt;br&gt;But I am worried that having it divs may not be a good thing.
&lt;br&gt;&lt;br&gt;Is there a way that I could have it dynamically injected into the page?
&lt;br&gt;&lt;br&gt;&lt;br&gt;D/
&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=26449997&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=26449997&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3rd-party-js---wicket-tp26449997p26449997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26449985</id>
	<title>Re: strange error</title>
	<published>2009-11-20T12:42:35Z</published>
	<updated>2009-11-20T12:42:35Z</updated>
	<author>
		<name>Martijn Dashorst</name>
	</author>
	<content type="html">Probably you have a repeater serving out those ajax thingies.
&lt;br&gt;&lt;br&gt;1. Make sure you have a reuse items strategy set
&lt;br&gt;2. Make sure you don't get 2 events right after one another: the link
&lt;br&gt;that is clicked and a seperate behavior you've attached: if one event
&lt;br&gt;updates the repeater, the component is not available anymore.
&lt;br&gt;&lt;br&gt;3. to debug: really look closely at the generated behavior URLs and
&lt;br&gt;look closely at the generated IDs to see if they update to another
&lt;br&gt;value than expected
&lt;br&gt;&lt;br&gt;Martijn
&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 9:32 PM, James Carman
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449985&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcarman@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've seen this also, but it's not reliably reproducible.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Nov 20, 2009 at 3:30 PM, Douglas Ferguson
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449985&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Does anybody have any idea of how to debug this?
&lt;br&gt;&amp;gt;&amp;gt; I.E. A component is visible in the screen but when clicked wicket barfs.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 9:28 AM, Douglas Ferguson wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I load the app and hit an ajax link.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It is a specific ajax link that fails not all..
&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;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 9:16 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I can recreate it when using XP.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Doing what recreates it?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 1:12 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I get this quite often on our production site, how can you reproduce
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it?  My guess is that it somehow relates to invalid session and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; clicking stale links on the page. We get this whenever googlebot or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; similar browses our pages.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; **
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2009/11/20 Douglas Ferguson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449985&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am able to consistently reproduce this but only on win xp.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 19, 2009, at 4:27 PM, Douglas Ferguson wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a user who is reporting a really strange error.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error seems to indicate that the a component is not on the page when it is visible on the page.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error is also intermittent.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Nov 19 16:06:56 ERROR [TP-Processor28] errors.NotifyUserOfException - org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()] source null
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.apache.wicket.protocol.http.request.InvalidUrlException: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:262)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.RequestCycle.step(RequestCycle.java:1301)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1419)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Caused by: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget(AbstractRequestCycleProcessor.java:426)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:471)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:144)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      ... 20 more
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26449985&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;&amp;gt;&amp;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=26449985&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26449985&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;&amp;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=26449985&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26449985&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;&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=26449985&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;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;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=26449985&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;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=26449985&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;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; ---------------------------------------------------------------------
&lt;br&gt;&amp;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=26449985&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;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=26449985&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&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; ---------------------------------------------------------------------
&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=26449985&amp;i=13&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=26449985&amp;i=14&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;
&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=26449985&amp;i=15&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=26449985&amp;i=16&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=26449985&amp;i=17&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=26449985&amp;i=18&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=26449985&amp;i=19&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=26449985&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/strange-error-tp26435236p26449985.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26449933</id>
	<title>Generating standards compliant responses</title>
	<published>2009-11-20T12:37:37Z</published>
	<updated>2009-11-20T12:37:37Z</updated>
	<author>
		<name>Loritsch, Berin C.</name>
	</author>
	<content type="html">I've set up in my SiteTemplate base class a call to set the content type
&lt;br&gt;for the response, however it is not making it to the browser. &amp;nbsp;Any
&lt;br&gt;ideas? &amp;nbsp;When I inspect the request headers and run the site validator
&lt;br&gt;against my page the server content type is set to &amp;quot;text/html&amp;quot; even
&lt;br&gt;though I've told it otherwise. &amp;nbsp;What am I missing here? &amp;nbsp;If it helps, it
&lt;br&gt;is hosted in Tomcat 6. &amp;nbsp;I need the &amp;quot;Content-Type&amp;quot; HTTP response header
&lt;br&gt;to return &amp;quot;application/xhtml+xml&amp;quot;
&lt;br&gt;&lt;br&gt;public class SiteTemplate extends WebPage {
&lt;br&gt;//....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void onBeforeRender() {		
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;super.getResponse().setContentType(&amp;quot;application/xhtml+xml; utf-8&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super.getResponse().setCharacterEncoding(&amp;quot;utf-8&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; user = IMSSession.get().getUser();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (null == user &amp;&amp; ! (this instanceof LoginPage)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.redirectToInterceptPage(new
&lt;br&gt;LoginPage(null));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (get(&amp;quot;content&amp;quot;) == null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BookmarkablePageLink&amp;lt;String&amp;gt; homeLink = new
&lt;br&gt;BookmarkablePageLink&amp;lt;String&amp;gt;(&amp;quot;home&amp;quot;,
&lt;br&gt;IMSApplication.get().getHomePage());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; homeLink.add(new ContextImage(&amp;quot;logo&amp;quot;,
&lt;br&gt;&amp;quot;images/logo.png&amp;quot;));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; add(homeLink);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; add(newUserInfo(&amp;quot;userinfo&amp;quot;));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; add(newContentPanel(&amp;quot;content&amp;quot;));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; add(newUserPanel(&amp;quot;userbar&amp;quot;));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super.onBeforeRender();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;// .... define the newUserInfo, newContentPanel, and newUserPanel
&lt;br&gt;abstract methods
&lt;br&gt;}
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Generating-standards-compliant-responses-tp26449933p26449933.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26449858</id>
	<title>Re: Posting A Form To NonWicket</title>
	<published>2009-11-20T12:34:13Z</published>
	<updated>2009-11-20T12:34:13Z</updated>
	<author>
		<name>jthomerson</name>
	</author>
	<content type="html">&lt;a href=&quot;http://www.google.co.uk/search?q=nabble+wicket+posting+form+external+site&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.co.uk/search?q=nabble+wicket+posting+form+external+site&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/post-a-form-to-external-website-td25506726.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/post-a-form-to-external-website-td25506726.html&lt;/a&gt;&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 Fri, Nov 20, 2009 at 11:14 AM, Balaji C &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449858&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chocba@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I've a wicket form with input elements. I would like to post this form to a
&lt;br&gt;&amp;gt; non-wicket url. Is it possible to post this form from submit event of
&lt;br&gt;&amp;gt; wicket
&lt;br&gt;&amp;gt; button? I google and couldn't find any clear solution. Any help is
&lt;br&gt;&amp;gt; appreciated. If any other alternative, please let me know. Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Posting-A-Form-To-NonWicket-tp26447615p26449858.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26449844</id>
	<title>Re: strange error</title>
	<published>2009-11-20T12:32:49Z</published>
	<updated>2009-11-20T12:32:49Z</updated>
	<author>
		<name>James Carman-3</name>
	</author>
	<content type="html">I've seen this also, but it's not reliably reproducible.
&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 3:30 PM, Douglas Ferguson
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449844&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Does anybody have any idea of how to debug this?
&lt;br&gt;&amp;gt; I.E. A component is visible in the screen but when clicked wicket barfs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; D/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 20, 2009, at 9:28 AM, Douglas Ferguson wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I load the app and hit an ajax link.
&lt;br&gt;&amp;gt;&amp;gt; It is a specific ajax link that fails not all..
&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; On Nov 20, 2009, at 9:16 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I can recreate it when using XP.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Doing what recreates it?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 1:12 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I get this quite often on our production site, how can you reproduce
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it?  My guess is that it somehow relates to invalid session and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; clicking stale links on the page. We get this whenever googlebot or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; similar browses our pages.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; **
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Martin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2009/11/20 Douglas Ferguson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449844&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am able to consistently reproduce this but only on win xp.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 19, 2009, at 4:27 PM, Douglas Ferguson wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a user who is reporting a really strange error.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error seems to indicate that the a component is not on the page when it is visible on the page.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error is also intermittent.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Nov 19 16:06:56 ERROR [TP-Processor28] errors.NotifyUserOfException - org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()] source null
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.apache.wicket.protocol.http.request.InvalidUrlException: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:262)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.RequestCycle.step(RequestCycle.java:1301)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1419)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Caused by: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget(AbstractRequestCycleProcessor.java:426)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:471)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:144)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;      ... 20 more
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;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=26449844&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;&amp;gt;&amp;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=26449844&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;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26449844&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26449844&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;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=26449844&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;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=26449844&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;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;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;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=26449844&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;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=26449844&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&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;
&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=26449844&amp;i=10&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=26449844&amp;i=11&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;
&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=26449844&amp;i=12&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=26449844&amp;i=13&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;
&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=26449844&amp;i=14&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=26449844&amp;i=15&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=26449844&amp;i=16&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=26449844&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/strange-error-tp26435236p26449844.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26449821</id>
	<title>Re: strange error</title>
	<published>2009-11-20T12:30:25Z</published>
	<updated>2009-11-20T12:30:25Z</updated>
	<author>
		<name>Douglas Ferguson-2</name>
	</author>
	<content type="html">Does anybody have any idea of how to debug this? 
&lt;br&gt;I.E. A component is visible in the screen but when clicked wicket barfs.
&lt;br&gt;&lt;br&gt;D/
&lt;br&gt;&lt;br&gt;On Nov 20, 2009, at 9:28 AM, Douglas Ferguson wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I load the app and hit an ajax link.
&lt;br&gt;&amp;gt; It is a specific ajax link that fails not all..
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Nov 20, 2009, at 9:16 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I can recreate it when using XP.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Doing what recreates it?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Nov 20, 2009, at 1:12 AM, Martin Makundi wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I get this quite often on our production site, how can you reproduce
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it? &amp;nbsp;My guess is that it somehow relates to invalid session and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; clicking stale links on the page. We get this whenever googlebot or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; similar browses our pages.
&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; Martin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2009/11/20 Douglas Ferguson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449821&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am able to consistently reproduce this but only on win xp.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Nov 19, 2009, at 4:27 PM, Douglas Ferguson wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a user who is reporting a really strange error.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error seems to indicate that the a component is not on the page when it is visible on the page.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The error is also intermittent.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; D/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Nov 19 16:06:56 ERROR [TP-Processor28] errors.NotifyUserOfException - org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()] source null
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.apache.wicket.protocol.http.request.InvalidUrlException: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:262)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.step(RequestCycle.java:1301)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1419)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Caused by: org.apache.wicket.WicketRuntimeException: component contentPart:results:478:result:hideableBlock:form:sentiment not found on page com.conducive.ui.userPages.monitor.result.MonitorsResultsPage[id = 18], listener interface = [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget(AbstractRequestCycleProcessor.java:426)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:471)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:144)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... 20 more
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26449821&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;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=26449821&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;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=26449821&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;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449821&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;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;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; ---------------------------------------------------------------------
&lt;br&gt;&amp;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=26449821&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;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449821&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;&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; ---------------------------------------------------------------------
&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=26449821&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=26449821&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; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26449821&amp;i=9&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=26449821&amp;i=10&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; 
&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=26449821&amp;i=11&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=26449821&amp;i=12&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=26449821&amp;i=13&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=26449821&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/strange-error-tp26435236p26449821.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26447477</id>
	<title>Re: Wicket datepicker disable weekdays</title>
	<published>2009-11-20T12:26:56Z</published>
	<updated>2009-11-20T12:26:56Z</updated>
	<author>
		<name>Leo Erlandsson</name>
	</author>
	<content type="html">This is certainly possible.
&lt;br&gt;&lt;br&gt;You need to use YUI Calendar Renderers. They are documented in the YUI Cal2 API Doc. You can find an example of what you are trying to achieve here (thanks Google):
&lt;br&gt;&lt;br&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;&lt;br&gt;Basically, you'll want to do this for all disallowed weekdays:
&lt;br&gt;&lt;br&gt;var myCustomRenderer = function(workingDate, cell) { 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cell.innerHTML = &amp;quot;X&amp;quot;; 
&lt;br&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return YAHOO.widget.Calendar.STOP_RENDER; 
&lt;br&gt;} 
&lt;br&gt;YAHOO.example.calendar.cal1.addWeekdayRenderer(1, myCustomRenderer);
&lt;br&gt;&lt;br&gt;This will put an X on all Sundays, making them disabled. Also, it will add a CSS class ('disallowed') that can be customized if you want to change the appearance of disabled cells.
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;---
&lt;br&gt;Leo Erlandsson, M. Sc.&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Wicket---User-f25133.html&quot; embed=&quot;fixTarget[25133]&quot; target=&quot;_top&quot; &gt;Wicket - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-datepicker-disable-weekdays-tp26444084p26447477.html" />
</entry>

</feed>
