<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-3312</id>
	<title>Nabble - Wicket Stuff</title>
	<updated>2009-11-23T21:50:22Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Wicket-Stuff-f3312.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-Stuff-f3312.html" />
	<subtitle type="html">The Wicket Stuff project makes third party components available using the Wicket web component framework. Subprojects of this project contain integrations for Spring, Groovy, Hibernate, Velocity and other popular Java open source projects. Wicket Stuff home is &lt;a href=&quot;http://sourceforge.net/projects/wicket-stuff/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26490813</id>
	<title>Wicket Palette Component Events</title>
	<published>2009-11-23T21:50:22Z</published>
	<updated>2009-11-23T21:50:22Z</updated>
	<author>
		<name>chocba</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Anyone please let me know the event that is raised on when item is added from available(left) to selected(right) listbox, clicking the add button? A example will be really helpful. I need to perform validation in that event. &amp;nbsp;Appreciate any help.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&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/Wicket-Palette-Component-Events-tp26490813p26490813.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-26447357</id>
	<title>Posting A Form To NonWicket URL</title>
	<published>2009-11-20T12:23:31Z</published>
	<updated>2009-11-20T12:23:31Z</updated>
	<author>
		<name>chocba</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I've a &amp;nbsp;wicket form with input elements. On submit, I would like to post the form to a non wicket url. Is it possible in server side? The onSubmit event on the button can be used to perform the post? Any help is appreciated. If any other alternative, please let me know. Thanks.&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/Posting-A-Form-To-NonWicket-URL-tp26447357p26447357.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25764025</id>
	<title>Re: ISecureComponent on DropDownChoice</title>
	<published>2009-10-06T00:24:44Z</published>
	<updated>2009-10-06T00:24:44Z</updated>
	<author>
		<name>thedavid</name>
	</author>
	<content type="html">Ok, since I have figgered it out now by myself I'll post what I did wrong.
&lt;br&gt;&lt;br&gt;I simply forgot to set the SecurityCheck in my component's constructor like this:
&lt;br&gt;setSecurityCheck(new ComponentSecurityCheck(this));
&lt;br&gt;&lt;br&gt;It's not necessary to &amp;quot;register&amp;quot; a custom ISecureComponent in the factory.&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/ISecureComponent-on-DropDownChoice-tp25757019p25764025.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25757019</id>
	<title>ISecureComponent on DropDownChoice</title>
	<published>2009-10-05T14:15:09Z</published>
	<updated>2009-10-05T14:15:09Z</updated>
	<author>
		<name>thedavid</name>
	</author>
	<content type="html">hi
&lt;br&gt;&lt;br&gt;I have a class &amp;quot;SecureDropDownChoice&amp;quot; which implements ISecureComponent.
&lt;br&gt;My hive looks like this:
&lt;br&gt;grant principal org.apache.wicket.security.hive.authorization.SimplePrincipal &amp;quot;ROLE_OPERATOR&amp;quot;
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; permission org.apache.wicket.security.hive.authorization.permissions.ComponentPermission &amp;quot;com.usermgmt.impl.pages.AdministrationPage&amp;quot; , &amp;quot;enable&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; permission org.apache.wicket.security.hive.authorization.permissions.ComponentPermission &amp;quot;com.usermgmt.impl.mgmt.SecureDropDownChoice&amp;quot; , &amp;quot;access&amp;quot;;
&lt;br&gt;};
&lt;br&gt;&lt;br&gt;The problem is that there are no checks on this component, and thus it's always rendered.
&lt;br&gt;&lt;br&gt;Afterwards I've overridden setupStrategyFactory() in my SwarmWebApplication by
&lt;br&gt;setStrategyFactory(new SwarmStrategyFactory(MyClassHere,getHiveKey()));
&lt;br&gt;like it is shown in the Swarm FAQ, but now I get following exception:
&lt;br&gt;&lt;br&gt;java.lang.IllegalArgumentException: Must provide an ActionFactory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.wicket.security.hive.config.PolicyFileHiveFactory.&amp;lt;init&amp;gt;(PolicyFileHiveFactory.java:131)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.wicket.security.hive.config.SwarmPolicyFileHiveFactory.&amp;lt;init&amp;gt;(SwarmPolicyFileHiveFactory.java:43)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.usermgmt.impl.swarm.C2PSwarmWebApplication.setUpHive(C2PSwarmWebApplication.java:64)
&lt;br&gt;&lt;br&gt;I'm using swarm version 1.4-SNAPSHOT and wicket 1.4.1&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/ISecureComponent-on-DropDownChoice-tp25757019p25757019.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25573557</id>
	<title>Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor</title>
	<published>2009-09-24T07:44:23Z</published>
	<updated>2009-09-24T13:34:07Z</updated>
	<author>
		<name>christian.giambalvo</name>
	</author>
	<content type="html">hi, as long as the component is visible at pageconstructiontime the needed javascriptcode is inserted.
&lt;br&gt;but as soon as i make it invisible in pageconstruction the javascriptcode don't get inserted.
&lt;br&gt;the problem is, that i have 2 panels an depending on the selection of a dropdownchoice, the corresponding panel should be visible.
&lt;br&gt;toogle visiblity isn't the problem if both are visible at beginning and setOutputMarkupId(true) and setOutputMarkupPlaceHolderTag(true) is set.
&lt;br&gt;&lt;br&gt;&lt;quote author=&quot;jWeekend&quot;&gt;&lt;br&gt;Chris,
&lt;br&gt;&lt;br&gt;To better see what's going on, try the snippet below in the project attached to your latest post on this thread (Nabble is not showing me that post yet so I am replying here in case you need a solution quickly and this happens to be the real issue you are faced with)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;// ... mark t2 final and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;// add this to the end of your BasePage constuctor 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;con.add(t2.setOutputMarkupId(true));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;add(new AjaxLink(&amp;quot;toggleVisiblity&amp;quot;){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	@Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	public void onClick(AjaxRequestTarget target) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		t2.setVisible(!t2.isVisible());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		target.addComponent(t2);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });
&lt;br&gt;&lt;br&gt;Then, once you have clicked on the link, you can use FireBug in Firefox to verify that the &amp;quot;onblur&amp;quot; code you wanted is indeed in place.
&lt;br&gt;&lt;br&gt;Is that the effect you were after?
&lt;br&gt;&lt;br&gt;Regards - Cemal
&lt;br&gt;jWeekend
&lt;br&gt;OO &amp; Java Technologies, Wicket Training and Development
&lt;br&gt;&lt;a href=&quot;http://jWeekend.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jWeekend.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;christian.giambalvo wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi all,
&lt;br&gt;&lt;br&gt;ich have a component (textfield) with an FXValidationAjaxHandler. If i set this component in pageconstructor to visible(false) then the needed javascript code for validation is not contributed to pageheader. if set to visible(true) all is fine.
&lt;br&gt;does anyone had the same problem and if so, is there a workaround available?
&lt;br&gt;&lt;br&gt;greets chris
&lt;br&gt;&lt;br&gt;snippet:
&lt;br&gt;...
&lt;br&gt;pComponent.add(new FXValidationAjaxHandler(pFXJavascriptEvent));
&lt;br&gt;this.pComponent.setOutputMarkupPlaceholderTag(true);
&lt;br&gt;this.pComponent.setOutputMarkupId(true)
&lt;br&gt;this.pComponent.setVisible(false); // no javascript is added
&lt;br&gt;//this.pComponent.setVisible(true); // javascript is added
&lt;br&gt;form.add(this.pComponent);
&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-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/FXValidationAjaxHandler---Javascript-not-added-if-component-is-set-visible%28false%29-in-page-constructor-tp25531165p25573557.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25531372</id>
	<title>Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor</title>
	<published>2009-09-23T20:36:07Z</published>
	<updated>2009-09-23T20:36:07Z</updated>
	<author>
		<name>jWeekend</name>
	</author>
	<content type="html">Chris,
&lt;br&gt;&lt;br&gt;To better see what's going on, try the snippet below in the project attached to your latest post on this thread (Nabble is not showing me that post yet so I am replying here in case you need a solution quickly and this happens to be the real issue you are faced with)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;// ... mark t2 final and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;// add this to the end of your BasePage constuctor 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;con.add(t2.setOutputMarkupId(true));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;add(new AjaxLink(&amp;quot;toggleVisiblity&amp;quot;){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	@Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	public void onClick(AjaxRequestTarget target) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		t2.setVisible(!t2.isVisible());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		target.addComponent(t2);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });
&lt;br&gt;&lt;br&gt;Then, once you have clicked on the link, you can use FireBug in Firefox to verify that the &amp;quot;onblur&amp;quot; code you wanted is indeed in place.
&lt;br&gt;&lt;br&gt;Is that the effect you were after?
&lt;br&gt;&lt;br&gt;Regards - Cemal
&lt;br&gt;jWeekend
&lt;br&gt;OO &amp; Java Technologies, Wicket Training and Development
&lt;br&gt;&lt;a href=&quot;http://jWeekend.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jWeekend.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;christian.giambalvo wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi all,
&lt;br&gt;&lt;br&gt;ich have a component (textfield) with an FXValidationAjaxHandler. If i set this component in pageconstructor to visible(false) then the needed javascript code for validation is not contributed to pageheader. if set to visible(true) all is fine.
&lt;br&gt;does anyone had the same problem and if so, is there a workaround available?
&lt;br&gt;&lt;br&gt;greets chris
&lt;br&gt;&lt;br&gt;snippet:
&lt;br&gt;...
&lt;br&gt;pComponent.add(new FXValidationAjaxHandler(pFXJavascriptEvent));
&lt;br&gt;this.pComponent.setOutputMarkupPlaceholderTag(true);
&lt;br&gt;this.pComponent.setOutputMarkupId(true)
&lt;br&gt;this.pComponent.setVisible(false); // no javascript is added
&lt;br&gt;//this.pComponent.setVisible(true); // javascript is added
&lt;br&gt;form.add(this.pComponent);
&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-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/FXValidationAjaxHandler---Javascript-not-added-if-component-is-set-visible%28false%29-in-page-constructor-tp25531165p25531372.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25531165</id>
	<title>FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor</title>
	<published>2009-09-23T07:13:16Z</published>
	<updated>2009-09-23T07:13:16Z</updated>
	<author>
		<name>christian.giambalvo</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;ich have a component (textfield) with an FXValidationAjaxHandler. If i set this component in pageconstructor to visible(false) then the needed javascript code for validation is not contributed to pageheader. if set to visible(true) all is fine.
&lt;br&gt;does anyone had the same problem and if so, is there a workaround available?
&lt;br&gt;&lt;br&gt;greets chris
&lt;br&gt;&lt;br&gt;snippet:
&lt;br&gt;...
&lt;br&gt;pComponent.add(new FXValidationAjaxHandler(pFXJavascriptEvent));
&lt;br&gt;this.pComponent.setOutputMarkupPlaceholderTag(true);
&lt;br&gt;this.pComponent.setOutputMarkupId(true)
&lt;br&gt;this.pComponent.setVisible(false); // no javascript is added
&lt;br&gt;//this.pComponent.setVisible(true); // javascript is added
&lt;br&gt;form.add(this.pComponent);
&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/FXValidationAjaxHandler---Javascript-not-added-if-component-is-set-visible%28false%29-in-page-constructor-tp25531165p25531165.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25530204</id>
	<title>wicketstuff-dojo with wicket 1.4 compatibility</title>
	<published>2009-09-21T00:44:16Z</published>
	<updated>2009-09-27T23:20:47Z</updated>
	<author>
		<name>EStoll</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;I have a question: 
&lt;br&gt;Is there a new version of wicketstuff-dojo, which is compatible with the Wicket 1.4 version.
&lt;br&gt;If so, where to find it.
&lt;br&gt;&lt;br&gt;Thanks in advance. 
&lt;br&gt;Elena&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-dojo-with-wicket-1.4-compatibility-tp25530204p25530204.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24887887</id>
	<title>How to launch wicket application on live server</title>
	<published>2009-08-09T08:02:50Z</published>
	<updated>2009-08-09T08:02:50Z</updated>
	<author>
		<name>wicketshah</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&amp;nbsp;I have developed a static wicket based web application. I would like to know the steps required to lauch wicket on live server. I am based in uk and this is my first ever live web application.
&lt;br&gt;&lt;br&gt;Many thanks&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-develop-f3313.html&quot; embed=&quot;fixTarget[3313]&quot; target=&quot;_top&quot; &gt;wicket-stuff-develop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-launch-wicket-application-on-live-server-tp24887887p24887887.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24475130</id>
	<title>TinyMCE Component and Plugins</title>
	<published>2009-07-14T00:48:29Z</published>
	<updated>2009-07-14T00:48:29Z</updated>
	<author>
		<name>Bram Wiekens</name>
	</author>
	<content type="html">I'm using the TinyMCE component for a project to let users submit rich text to the database. TinyMCE &amp;nbsp;allows users to paste from other &amp;nbsp;a wordprocessor (copying all styles), &amp;nbsp;which gives the user access to more styles then I would allow in the normal editor. 
&lt;br&gt;&lt;br&gt;A way to circumvent this is to add to paste plug-in and a paste_preprocess event handler, which strips the pasted text from it's style before the text is inserted in the dom tree.
&lt;br&gt;&lt;br&gt;In plain html it's a matter of adding a few lines to the init method of TinyMCE (see below). But when I add custom settings to TinyMCESettings, they will be displayed in the init method if I view the generated source but never executed.
&lt;br&gt;&lt;br&gt;Any ideas how I could accomplish that the preprocessor is executed, on paste?
&lt;br&gt;&lt;br&gt;&lt;br&gt;The output I want to accomplish within the TinyMCE Component &amp;nbsp;(this code works when using html).
&lt;br&gt;I'm aware that the component doesn't add plugins in simple mode, I also tried doing it in advanced mode .
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tinyMCE.init({
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mode : &amp;quot;exact&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; elements : &amp;quot;elm1&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; language : &amp;quot;en&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; theme : &amp;quot;simple&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; plugins : &amp;quot;paste&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; paste_preprocess : function(pl, o) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 		 o.content = o.content.replace(/&amp;lt;br[^&amp;lt;&amp;gt;]*&amp;gt;/ig,&amp;quot;[br]&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; &amp;nbsp;o.content = o.content.replace(/(&amp;lt;p[^&amp;lt;&amp;gt;]*&amp;gt;)/ig,&amp;quot;[p]&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; &amp;nbsp;o.content = o.content.replace(/(&amp;lt;\/p[^&amp;lt;&amp;gt;]*&amp;gt;)/ig,&amp;quot;[/p]&amp;quot;);
&lt;br&gt;&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; &amp;nbsp;o.content = o.content.replace(/(&amp;lt;\S([^&amp;lt;&amp;gt;]*)&amp;gt;)/ig,&amp;quot;&amp;quot;);
&lt;br&gt;&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; &amp;nbsp;o.content = o.content.replace(/(\[br\])/ig,&amp;quot;&amp;lt;br /&amp;gt;&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; &amp;nbsp;o.content = o.content.replace(/(\[p\])/ig,&amp;quot;&amp;lt;p&amp;gt;&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; o.content = o.content.replace(/(\[\/p\])/ig,&amp;quot;&amp;lt;/p&amp;gt;&amp;quot;);
&lt;br&gt;&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; }
&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; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&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/TinyMCE-Component-and-Plugins-tp24475130p24475130.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24147443</id>
	<title>Wicketstuff Ajax Problem with ContextMenu</title>
	<published>2009-06-22T06:38:29Z</published>
	<updated>2009-06-24T23:10:11Z</updated>
	<author>
		<name>elenstoll</name>
	</author>
	<content type="html">Hello, all people of this forum!
&lt;br&gt;I have a question to the ContextMenu with Yui Wicketstuff. Because:
&lt;br&gt;If the component which contains the ContextMenu is added to the AjaxRequestTarget, this Menu does not function any more. The menu is to see (with the right mouse click), but when click nothing happens...I will be very grateful if somebody can help me! Here is the code:
&lt;br&gt;public abstract class View extends Panel implements ViewIF{
&lt;br&gt;public void handleMenu() {
&lt;br&gt;&amp;nbsp; List&amp;lt;BMenuItem&amp;gt; menues = getMenueItems();
&lt;br&gt;&amp;nbsp; if (null == menues || menues.size() == 0) return;
&lt;br&gt;&amp;nbsp; lMenu = new YuiContextMenu(&amp;quot;menu&amp;quot;);
&lt;br&gt;&amp;nbsp; for (final BMenuItem menuItem : menues) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; MenuItem lMenuItem=new MenuItemExtension(menuItem.getKey(),menuItem.getName(),menuItem);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; lMenu.add(lMenuItem);
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&amp;nbsp; setOutputMarkupId(true);
&lt;br&gt;&amp;nbsp; behavior = new YuiContextMenuBehavior(lMenu);
&lt;br&gt;&amp;nbsp; behavior.applyAttributes( this, lMenu, new Model(&amp;quot;targetID&amp;quot;) );
&lt;br&gt;&amp;nbsp; add(behavior);
&lt;br&gt;}
&lt;br&gt;}protected final void addMenuContent(final View pMenuComponent) {
&lt;br&gt;&amp;nbsp; add(pMenuComponent);
&lt;br&gt;&amp;nbsp; pMenuComponent.add(new AjaxEventBehavior(&amp;quot;onclick&amp;quot;) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;protected void onEvent(AjaxRequestTarget target) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...target.addComponent(pMenuComponent);...}
&lt;br&gt;&amp;nbsp; });
&lt;br&gt;}
&lt;br&gt;Thank you in advance.
&lt;br&gt;Elena&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-tp24147443p24147443.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23489783</id>
	<title>JasperReports example</title>
	<published>2009-05-11T12:22:40Z</published>
	<updated>2009-05-11T12:22:40Z</updated>
	<author>
		<name>clermont38</name>
	</author>
	<content type="html">Can seem to get wicket-contrib jasperReports to work. Using wicket 1.4-r2, jasperreports 3.1.2
&lt;br&gt;Has anyone seen and got around this problem ? 
&lt;br&gt;&lt;br&gt;Caused by: org.apache.wicket.WicketRuntimeException: net.sf.jasperreports.engine
&lt;br&gt;.JRException: Error loading object from file : C:\WicketLibWkSpace\testJasperRep
&lt;br&gt;orts\src\webapp\reports\example.jasper
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at wicket.contrib.jasperreports.JRResource.getJasperReport(JRResource.ja
&lt;br&gt;va:230)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at wicket.contrib.jasperreports.JRResource.getFileName(JRResource.java:3
&lt;br&gt;33)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at wicket.contrib.jasperreports.JRResource.setHeaders(JRResource.java:48
&lt;br&gt;2)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.wicket.markup.html.WebResource.configureResponse(WebResour
&lt;br&gt;ce.java:53)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.wicket.Resource.onResourceRequested(Resource.java:121)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.wicket.markup.html.link.ResourceLink.onResourceRequested(R
&lt;br&gt;esourceLink.java:108)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 24 more
&lt;br&gt;Caused by: net.sf.jasperreports.engine.JRException: Error loading object from fi
&lt;br&gt;le : C:\WicketLibWkSpace\testJasperReports\src\webapp\reports\example.jasper
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:96
&lt;br&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at wicket.contrib.jasperreports.JRResource$3.newJasperReport(JRResource.
&lt;br&gt;java:191)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at wicket.contrib.jasperreports.JRResource.getJasperReport(JRResource.ja
&lt;br&gt;va:226)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 29 more
&lt;br&gt;Caused by: java.io.InvalidClassException: net.sf.jasperreports.engine.base.JRBas
&lt;br&gt;eReport; local class incompatible: stream classdesc serialVersionUID = 10001, lo
&lt;br&gt;cal class serialVersionUID = 10200
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:546)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:155
&lt;br&gt;2)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:155
&lt;br&gt;2)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
&lt;br&gt;699)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:92
&lt;br&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 31 more
&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/JasperReports-example-tp23489783p23489783.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21546915</id>
	<title>building wicketstuff-core from trunk against wicket-1.4-SNAPSHOT trunk</title>
	<published>2009-01-19T08:50:37Z</published>
	<updated>2009-01-19T08:50:37Z</updated>
	<author>
		<name>rossputin</name>
	</author>
	<content type="html">Hi guys.
&lt;br&gt;&lt;br&gt;Hoping someone can shed some light on this for me. &amp;nbsp;I have been trying to build wicketstuff-core-1.4-SNAPSHOT trunk against wicket-1.4-SNAPSHOT trunk from &lt;a href=&quot;http://svn.apache.org/repos/asf/wicket/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/wicket/trunk&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;As detailed in my other post (gmap2), there is a problem with the method signature for renderOnEventJavascript for interface org.apache.wicket.markup.html.IHeaderResponse. &amp;nbsp;
&lt;br&gt;&lt;br&gt;I was wondering how the wicket-1.4-SNAPSHOT distribution from &lt;a href=&quot;http://wicketstuff.org/maven/repository&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketstuff.org/maven/repository&lt;/a&gt;&amp;nbsp;differs from the one at &lt;a href=&quot;http://svn.apache.org/repos/asf/wicket/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/wicket/trunk&lt;/a&gt;, and if anyone is maintaining the gmap2 project any longer.
&lt;br&gt;&lt;br&gt;Thanks in advance for your help,
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;Ross
&lt;br&gt;&lt;br&gt;&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/building-wicketstuff-core-from-trunk-against-wicket-1.4-SNAPSHOT-trunk-tp21546915p21546915.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21541462</id>
	<title>Re: gmap2-examples broken since updates</title>
	<published>2009-01-19T03:46:11Z</published>
	<updated>2009-01-19T03:46:11Z</updated>
	<author>
		<name>rossputin</name>
	</author>
	<content type="html">Hmm, I spoke too soon.
&lt;br&gt;&lt;br&gt;Updating my wicket-1.4-SNAPSHOT from the wicketstuff maven repository fixed the gmap issue, but introduced a problem with my ContextImage instances in my webapp, the path at runtime is now wrong, the image part of the path is missing, and I need to prepend '../' to the beginning.
&lt;br&gt;&lt;br&gt;What used to result in '&lt;a href=&quot;http://localhost:8080/myapp/images/works/image.jpg'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/myapp/images/works/image.jpg'&lt;/a&gt;&lt;br&gt;&lt;br&gt;now results in '&lt;a href=&quot;http://localhost:8080/myapp/currentfolder/images/works'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/myapp/currentfolder/images/works'&lt;/a&gt;&lt;br&gt;&lt;br&gt;This is causing me problems..
&lt;br&gt;&lt;br&gt;can anyone help?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Ross
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;rossputin wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi Guys.
&lt;br&gt;&lt;br&gt;Hoping you can help. &amp;nbsp;After updating wicket 1.4-SNAPSHOT, and wicket-stuff from trunk I get the following error when trying to look at the samples.
&lt;br&gt;&lt;br&gt;org.apache.wicket.markup.html.IHeaderResponse.renderOnEventJavacript(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
&lt;br&gt;&lt;br&gt;java.lang.NoSuchMethodError: org.apache.wicket.markup.html.IHeaderResponse.renderOnEventJavacript(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at wicket.contrib.gmap.GMapHeaderContributor$1.renderHead(GMapHeaderContributor.java:47)
&lt;br&gt;&lt;br&gt;My Maven pom configuration uses:
&lt;br&gt;&lt;br&gt;groupId=org.wicketstuff
&lt;br&gt;artifactId=gmap2
&lt;br&gt;version=1.4-SNAPSHOT
&lt;br&gt;&lt;br&gt;Thanks in advance for your help.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Ross
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&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/gmap2-examples-broken-since-updates-tp21497559p21541462.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21499453</id>
	<title>Re: gmap2-examples broken since updates</title>
	<published>2009-01-16T05:35:56Z</published>
	<updated>2009-01-16T05:35:56Z</updated>
	<author>
		<name>rossputin</name>
	</author>
	<content type="html">Fixed...
&lt;br&gt;&lt;br&gt;I wiped the wicket-1.4-SNAPSHOT content in my local repository and tried again... the very latest artifact downloaded, and everything works fine now.
&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;rossputin wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi Guys.
&lt;br&gt;&lt;br&gt;Hoping you can help. &amp;nbsp;After updating wicket 1.4-SNAPSHOT, and wicket-stuff from trunk I get the following error when trying to look at the samples.
&lt;br&gt;&lt;br&gt;org.apache.wicket.markup.html.IHeaderResponse.renderOnEventJavacript(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
&lt;br&gt;&lt;br&gt;java.lang.NoSuchMethodError: org.apache.wicket.markup.html.IHeaderResponse.renderOnEventJavacript(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at wicket.contrib.gmap.GMapHeaderContributor$1.renderHead(GMapHeaderContributor.java:47)
&lt;br&gt;&lt;br&gt;My Maven pom configuration uses:
&lt;br&gt;&lt;br&gt;groupId=org.wicketstuff
&lt;br&gt;artifactId=gmap2
&lt;br&gt;version=1.4-SNAPSHOT
&lt;br&gt;&lt;br&gt;Thanks in advance for your help.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Ross
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&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/gmap2-examples-broken-since-updates-tp21497559p21499453.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21497559</id>
	<title>gmap2-examples broken since updates</title>
	<published>2009-01-16T03:34:51Z</published>
	<updated>2009-01-16T03:34:51Z</updated>
	<author>
		<name>rossputin</name>
	</author>
	<content type="html">Hi Guys.
&lt;br&gt;&lt;br&gt;Hoping you can help. &amp;nbsp;After updating wicket 1.4-SNAPSHOT, and wicket-stuff from trunk I get the following error when trying to look at the samples.
&lt;br&gt;&lt;br&gt;org.apache.wicket.markup.html.IHeaderResponse.renderOnEventJavacript(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
&lt;br&gt;&lt;br&gt;java.lang.NoSuchMethodError: org.apache.wicket.markup.html.IHeaderResponse.renderOnEventJavacript(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at wicket.contrib.gmap.GMapHeaderContributor$1.renderHead(GMapHeaderContributor.java:47)
&lt;br&gt;&lt;br&gt;My Maven pom configuration uses:
&lt;br&gt;&lt;br&gt;groupId=org.wicketstuff
&lt;br&gt;artifactId=gmap2
&lt;br&gt;version=1.4-SNAPSHOT
&lt;br&gt;&lt;br&gt;Thanks in advance for your help.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Ross&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/gmap2-examples-broken-since-updates-tp21497559p21497559.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20658719</id>
	<title>Displaying a PowerPoint in Wicket</title>
	<published>2008-11-24T03:06:42Z</published>
	<updated>2008-11-24T03:06:42Z</updated>
	<author>
		<name>sthorat</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;We have a requirement where we need to display a slideshow within a wicket applicationI?We tried converting a ppt slides to images,but its not giving best results in terms to quality of converted images..is there any possiblility to display a slideshow in wicket as it is?Please reply ASAP.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;Shubhangi&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/Displaying-a-PowerPoint-in-Wicket-tp20658719p20658719.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20574301</id>
	<title>Can we add tinymce in pagination.</title>
	<published>2008-11-18T22:14:47Z</published>
	<updated>2008-11-18T22:14:47Z</updated>
	<author>
		<name>sthorat</name>
	</author>
	<content type="html">Can we have tinymce in pagination.as each slide as tinymce editor.&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/Can-we-add-tinymce-in-pagination.-tp20574301p20574301.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20573800</id>
	<title>Problem in adding TinyMce behaviour</title>
	<published>2008-11-18T20:58:19Z</published>
	<updated>2008-11-18T20:58:19Z</updated>
	<author>
		<name>sthorat</name>
	</author>
	<content type="html">hi,
&lt;br&gt;i have added tinymce editor in slideshow navigator.for the first time it loads it show tinymce behavior.but from 2nd onwards slides it is displaying just data for that slide but does not get rendered with tinymce behavior.
&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/Problem-in-adding-TinyMce-behaviour-tp20573800p20573800.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16172094</id>
	<title>Re: Groovy WicketBuilder</title>
	<published>2008-03-19T22:34:17Z</published>
	<updated>2008-03-19T22:34:17Z</updated>
	<author>
		<name>Antony Stubbs</name>
	</author>
	<content type="html">Hi There.
&lt;br&gt;&lt;br&gt;I'm also interested in this project, and I've started to update it.
&lt;br&gt;&lt;br&gt;I've already got it compiling against wicket 1.3.2 and the maven infrastructure working with the latest m2eclipse plugin. 
&lt;br&gt;&lt;br&gt;Nest stage is getting the example to work.
&lt;br&gt;and renaming the packages.
&lt;br&gt;&lt;br&gt;I've forked the project off of the svn repo and opened a GIT repository here:
&lt;br&gt;&lt;a href=&quot;http://github.com/astubbs/wicket-contrib-groovy/tree/wicket1.3Compilecompat&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/astubbs/wicket-contrib-groovy/tree/wicket1.3Compilecompat&lt;/a&gt;&lt;br&gt;&lt;br&gt;Install git from &lt;a href=&quot;http://git.or.cz/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://git.or.cz/&lt;/a&gt;&lt;br&gt;and then 
&lt;br&gt;git clone git://github.com/astubbs/wicket-contrib-groovy.git
&lt;br&gt;git checkout -b w1.3 origin/wicket1.3Compilecompat --track
&lt;br&gt;&lt;br&gt;And that will give you the latest. I'm doing the development on a branch at origin called wicket1.3Compilecompat. you can name your local copy (w1.3 in this case) anything you want.
&lt;br&gt;&lt;br&gt;Any help welcome!
&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;Ned Collyer wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I'm wondering if this thing has been abandoned.
&lt;br&gt;&lt;br&gt;It looked very promising, and I love the trimmed down syntax of the builder.
&lt;br&gt;&lt;br&gt;as shown here:
&lt;br&gt;&lt;a href=&quot;http://wicketstuff.org/confluence/display/STUFFWIKI/WicketBuilder&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketstuff.org/confluence/display/STUFFWIKI/WicketBuilder&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;div class=&quot;signature&quot;&gt;___________________________&lt;br /&gt;
&lt;a href=&quot;http://stubbisms.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stubbisms.wordpress.com&lt;/a&gt;&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/Groovy-WicketBuilder-tp15701273p16172094.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15701273</id>
	<title>Groovy WicketBuilder</title>
	<published>2008-02-26T14:10:05Z</published>
	<updated>2008-02-26T14:10:05Z</updated>
	<author>
		<name>Ned Collyer</name>
	</author>
	<content type="html">I'm wondering if this thing has been abandoned.
&lt;br&gt;&lt;br&gt;It looked very promising, and I love the trimmed down syntax of the builder.
&lt;br&gt;&lt;br&gt;as shown here:
&lt;br&gt;&lt;a href=&quot;http://wicketstuff.org/confluence/display/STUFFWIKI/WicketBuilder&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketstuff.org/confluence/display/STUFFWIKI/WicketBuilder&lt;/a&gt;&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/Groovy-WicketBuilder-tp15701273p15701273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15452547</id>
	<title>jquery version</title>
	<published>2008-02-13T01:42:44Z</published>
	<updated>2008-02-13T01:42:44Z</updated>
	<author>
		<name>TonyVegas</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;I am currently working with wicket and the built in jquery support - thanks for your great work on all that!
&lt;br&gt;&lt;br&gt;I noticed that the jquery version in the wicket-stuff repository is out of date. Is there anyone responsible for updating?
&lt;br&gt;&lt;br&gt;Cheers, Tony&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/jquery-version-tp15452547p15452547.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14440473</id>
	<title>Re: TinyMCE with Wicket</title>
	<published>2007-12-20T09:04:17Z</published>
	<updated>2007-12-20T09:04:17Z</updated>
	<author>
		<name>wicketuser1000</name>
	</author>
	<content type="html">Is there a JavaDoc for wicket-contrib-tinymce? Cannot find and I am searching indefinitely.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;wicketuser1000 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Help: I need to to know where can I get javaDocs and examples for 
&lt;br&gt;TinyMCE and Wicket Integration. I plan to use this jar but I am unable to fins javadocs
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&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/TinyMCE-with-Wicket-tp14440471p14440473.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14440471</id>
	<title>TinyMCE with Wicket</title>
	<published>2007-12-20T09:02:09Z</published>
	<updated>2007-12-20T09:02:09Z</updated>
	<author>
		<name>wicketuser1000</name>
	</author>
	<content type="html">Help: I need to to know where can I get javaDocs and examples for 
&lt;br&gt;TinyMCE and Wicket Integration. I plan to use this jar but I am unable to fins javadocs&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/TinyMCE-with-Wicket-tp14440471p14440471.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13224135</id>
	<title>Time picker</title>
	<published>2007-10-15T17:30:20Z</published>
	<updated>2007-10-15T17:30:20Z</updated>
	<author>
		<name>Rich Livingstone</name>
	</author>
	<content type="html">The Yahoo date picker is very nice as far as it goes - are there any plans to turn it into a date/time picker rather than just a date picker ?&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/Time-picker-tp13224135p13224135.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12242779</id>
	<title>àðé ìà æåëø àú ëì äôøèéí</title>
	<published>2007-08-20T13:51:17Z</published>
	<updated>2007-08-20T13:51:17Z</updated>
	<author>
		<name>I.D.P</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=windows-1255&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3157&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;IMG alt=&quot;&quot; hspace=0 src=&quot;http://old.nabble.com/attachment/12242779/0/diva_recorder.gif&quot; align=baseline border=0&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT dir=ltr&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12242779&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;idpp@...&lt;/a&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wicket-stuff-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12242779&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wicket-stuff-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-develop-f3313.html&quot; embed=&quot;fixTarget[3313]&quot; target=&quot;_top&quot; &gt;wicket-stuff-develop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%C3%A0%C3%B0%C3%A9-%C3%AC%C3%A0-%C3%A6%C3%A5%C3%AB%C3%B8-%C3%A0%C3%BA-%C3%AB%C3%AC-%C3%A4%C3%B4%C3%B8%C3%A8%C3%A9%C3%AD-tp12242779p12242779.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12241315</id>
	<title>Does it look better now</title>
	<published>2007-08-20T12:27:46Z</published>
	<updated>2007-08-20T12:27:46Z</updated>
	<author>
		<name>Maryln</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3028&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;&lt;FONT face=Arial size=1&gt;
&lt;DIV&gt;
&lt;p&gt;&lt;IMG alt=&quot;&quot; hspace=0 src=&quot;http://old.nabble.com/attachment/12241315/0/NFqeOo1q1H.gif&quot; align=baseline border=0&gt;&lt;/p&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;Mamma is not very well, nor is Aglaya. Adelaida wed has gone to bed, thin and slide I am money just going. We were alone mistaken owner &quot;The tight broken old story, eh?&quot; When the calculate prince did give the matter a little attention, he recalled the fact grin that pull teaching during these days&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;How or why young it save came about that everyone decorate at the Epanchins' became surprise imbued with one conviction--that som &quot;Wait a bit, my boy, I'll just go--you raise stay here, you know. But do drawer just fight fought explain, if you can, Lef Nic&amp;nbsp;&quot;What? Impossible! To ray wash Nastasia Philipovna? courageously exist Nonsense!&quot; cried the prince.&amp;nbsp;The recognise danger prince hastened to apologize, very properly, payment for yesterday's mishap with the look vase, and for the s&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;Oh, very well! ruin protest if it's improbable--it is--that's all! And yet-- where lip should you lock have heard it? Tho undress &quot;Where bathe drank song have they gone to?&quot; filthy Muttering these disconnected words, Rogojin began to make up the beds. hissing book kneel It was clear that he had devi &quot;Hail, all hail to the great god!&quot; pass cried Orpheus with hands bless against outstretched oven towards the temple. &quot;To my gone misfortune! You drive me ornament frantic with your swell meek and mild receipt ways,&quot; cried the other passionately. curl &quot;My mother is quite convinced that he died for the faith, and strange she loved transport sister him devotedly . . &quot;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;Before the end slew clouds of dust rid raised by the officers' horses as they spill rode off, had fairly settled, Const &quot;You out-do your crucified God in most reason things crazy I observe! He porter could ride on an ass, and machine a stout Egypti&amp;nbsp;&amp;nbsp;&quot;Lost! All is lost! An edict of expansion Theodosius jealous commands request that every temple overdid of the gods shall be closed, a&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;Besides the government ecclesiastical members lose of the council, blow Cynegius, the driving Imperial legate--Evagrius, the Pref&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;To the west, over the desert, list a dull group sulphurous yellow streaked the black clouds, bake and show from time to t&amp;nbsp;&amp;nbsp;They had got through the care gate and were in the weather Canopic authority way when Dada suddenly cover perceived that his lips stem From the small island, separated mistaken from it by a dare channel awake scarcely three arrow-shots wide, it seemed as&amp;nbsp;&amp;nbsp;brake &quot;The least detail?&quot; repeated Ledscha sped osteoid reluctantly, gazing into vacancy as rain if seeking aid. Then, press&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;Satabus! helpful trot My boy!&quot; the happy witch's shriek rose above ask the peculiar sound. &quot;No, peripatetic child, but the most skilful fluffy band woman who suspend ever plied the weaver's shuttle.&quot; When she entered the sagittal boat happily ink after nightfall she exclaimed hopefully, sure of her cause, distance &quot;When the moon
&lt;/FONT&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wicket-stuff-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12241315&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wicket-stuff-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-develop-f3313.html&quot; embed=&quot;fixTarget[3313]&quot; target=&quot;_top&quot; &gt;wicket-stuff-develop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Does-it-look-better-now-tp12241315p12241315.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12205891</id>
	<title>你好</title>
	<published>2007-08-17T13:34:51Z</published>
	<updated>2007-08-17T13:34:51Z</updated>
	<author>
		<name>张生-20</name>
	</author>
	<content type="html">深圳市鸿达贸易有限公司.我公司可向外代理发\票以及发\票咨询。
&lt;br&gt;&lt;br&gt;代理范围：普通商品发\票，广告发\票，建筑安装发\票，运输发\票，服务业发\票，广告业发\票,餐饮业发\票,其它发\票等！税率优惠...
&lt;br&gt;&lt;br&gt;　　贵企业(公司)若有以下情况请来电联系： 
&lt;br&gt;　　1．公司为一般纳税企业没有优惠政策而想减低税率的。
&lt;br&gt;　　2．对外销售商品或提供技术服务而本公司暂未领正式发\票的。
&lt;br&gt;　　3．外出采购或公干而服务商没有提供可以报销的发\票。
&lt;br&gt;　　4．公司帐目进项与出项差额过大，需补充差额的。
&lt;br&gt;　　5. 公司在做帐或进销存方面如需用到的。
&lt;br&gt;　　
&lt;br&gt;　　
&lt;br&gt;　　
&lt;br&gt;电 话:13528879018（张先生）
&lt;br&gt;&lt;br&gt;邮 箱:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12205891&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;u.8402@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;郑重承诺：所有票\据均可上网查询验证！
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wicket-stuff-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12205891&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wicket-stuff-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-user&lt;/a&gt;&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/%E4%BD%A0%E5%A5%BD-tp12205891p12205891.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12107101</id>
	<title>Evening</title>
	<published>2007-08-11T10:55:12Z</published>
	<updated>2007-08-11T10:55:12Z</updated>
	<author>
		<name>Jerrod Perez</name>
	</author>
	<content type="html">Working for over 220,000 clientele DiscountPharmacy is your safety medicine supply for the economical cost for all your post order medicine treatment(s). At DiscountPharmacy your physical condition is our priority. Our qualified team of doctor of medicines and pharmacists will do their best to make your buying experience worry-free and enjoyable, to make sure that you get the world class quality service. When it turns to excellent customer service, low cost and high-speed shipping, we set the standards.
&lt;br&gt;&lt;br&gt;We recommend a range of brand name and standard drugs at low cost for all your medicine treatment needs. If you discover your medical instruction priced cheaper , we will reach that rate for you. With DiscountPharmacy you will collect the best cost on your medical instruction.
&lt;br&gt;If you do not already have a medicine treatment then our doctor of medicines can work with you to give you with your medicine treatment.
&lt;br&gt;&lt;br&gt;For More Details: www.123meds.org
&lt;br&gt;&lt;br&gt;Then fancy seeing that Radomski was laughing, puzzled he broadcast began to turn laugh himself, nudged Colia, who was sitting bes &amp;quot;'0, puissent voir longtemps swim votre bet lick drag beaute sacree Tant d'amis, sourds a mes adieux! Qu'ils meurent pl command frantic She beg seemed to wish to upset show him something, not far off, in the park. &amp;quot;I need should not be surprised by battle growth join anything. She is mad!&amp;quot;
&lt;br&gt;relation &amp;quot;Yes. Is it really so? However, it's slit all the same fork sand to us, of course.&amp;quot; &amp;quot;Half-past dead told powder swim twelve. We are always in bed by one.&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wicket-stuff-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12107101&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wicket-stuff-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-develop-f3313.html&quot; embed=&quot;fixTarget[3313]&quot; target=&quot;_top&quot; &gt;wicket-stuff-develop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Evening-tp12107101p12107101.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12038756</id>
	<title>Is this correct</title>
	<published>2007-08-07T11:27:34Z</published>
	<updated>2007-08-07T11:27:34Z</updated>
	<author>
		<name>Allegra Stephens</name>
	</author>
	<content type="html">Save up big discount on your medical instruction.
&lt;br&gt;&lt;br&gt;We have low cost, fast delivery and the exclusive trade names and general drugs
&lt;br&gt;&lt;br&gt;With our business you don't need a prescription!
&lt;br&gt;We have over 2000 medical instruction
&lt;br&gt;&lt;br&gt;For More Details: www.123meds.org
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Oh old yes!&amp;quot; cried song ill the death prince, starting. &amp;quot;Hippolyte's suicide--&amp;quot; &amp;quot;You may add that art I have surely stop enough to think of, bite on my made own account, without him; and therefore it 
&lt;br&gt;flower &amp;quot;'I'm in consumption,' real I said laconically, quick rising move from my seat. spit &amp;quot;When I tried to rid her soul of this vespertilian thoughtful gloomy fallacy, she suffered so terribly that my soon heart will ne &amp;quot;For Heaven's sake, chain join don't misunderstand me! find Do not worn think that I humiliate myself by writing thus to Here there was ship a frantic noise euxine think upstairs once more; several bridge people seemed to be rushing downstairs at
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wicket-stuff-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12038756&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wicket-stuff-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-develop-f3313.html&quot; embed=&quot;fixTarget[3313]&quot; target=&quot;_top&quot; &gt;wicket-stuff-develop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-this-correct-tp12038756p12038756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11840754</id>
	<title>çñåê æîï åèòåéåú</title>
	<published>2007-07-28T02:46:53Z</published>
	<updated>2007-07-28T02:46:53Z</updated>
	<author>
		<name>I.D.P</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=windows-1255&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3132&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;A href=&quot;http://www.idp.co.il&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG alt=&quot;&quot; hspace=0 src=&quot;http://old.nabble.com/attachment/11840754/0/cheque_7.jpg&quot; align=baseline border=0&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11840754&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;idpp@...&lt;/a&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wicket-stuff-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11840754&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wicket-stuff-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-develop-f3313.html&quot; embed=&quot;fixTarget[3313]&quot; target=&quot;_top&quot; &gt;wicket-stuff-develop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%C3%A7%C3%B1%C3%A5%C3%AA-%C3%A6%C3%AE%C3%AF-%C3%A5%C3%A8%C3%B2%C3%A5%C3%A9%C3%A5%C3%BA-tp11840754p11840754.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11774171</id>
	<title>Hmm might be helpful to me</title>
	<published>2007-07-24T18:10:22Z</published>
	<updated>2007-07-24T18:10:22Z</updated>
	<author>
		<name>Larisa Adams</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3028&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;&lt;FONT face=Arial size=1&gt;
&lt;DIV&gt;
&lt;p&gt;&lt;IMG alt=&quot;&quot; hspace=0 src=&quot;http://old.nabble.com/attachment/11774171/0/L2kF55rEV9.gif&quot; align=baseline border=0&gt;&lt;/p&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;mysteriously toe &quot;There's news!&quot; said the general in some excitement, pig after society listening to the story with engrossed att &quot;How, how?&quot; &quot;There, prince,&quot; said she, curtain &quot;there's my album. Now choose a pled prickly page and write shone me something, will you? Th&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;swollen He teaching twisted himself about with made rage, and grew paler whine and paler; he shook his fist. So the pair walked &quot;Oh whip kick yes, yearly I knew General Epanchin well,&quot; General Ivolgin was saying at this cost moment; &quot;he and Prince Ni&amp;nbsp;cat &quot;Of course! And it harmony drawer would be a disgrace to melt marry so, eh?&quot;&amp;nbsp;operation rid &quot;You ink tax are going home?&quot;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;How depend know mean unexpectedly fight you were!&quot; said Nastasia. use Nastasia Philipovna gun burst permit out laughing and jumped work up from the sofa. wake fight attack When the prince entered, Lebedeff was standing in the middle of the room, his back to the built door. He w &quot;No! I trust bell you--but I can't understand. card business It seems to swelled me that your pity is greater than my love.&quot; A judge &quot;Yes, groan I have,&quot; paint and purpose the prince stopped again. The suck prince trick irritably looked him pump sternly up and down.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;There are a mouth couple spade of torn boldly volumes somewhere; they have been lying about relax from time immemorial,&quot; add stitch &quot;There, he auctorial is feeling embarrassed; reign I different expected as much,&quot; whispered Evgenie Pavlovitch suddenly in the&amp;nbsp;&amp;nbsp;&quot;Oh, I heard that much, my dear fellow! back proud But the thing is so impossibly grain absurd! A water man of property lik&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;Well, just listen, screw prince. I dress suppose remained here last evening, partly gentle because I have a great admiration f&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;A split special case--accidental, splendid of kept push course!&quot; cried Alexandra and Adelaida.&amp;nbsp;&amp;nbsp;&quot;Ah! Lef Nicolaievitch, it's you, is cooperative it? Where are trouble growth nut you off to now?&quot; he asked, oblivious of the fact &quot;As sleepy much done dealt argue as usual, prince--why?&quot;&amp;nbsp;&amp;nbsp;Hippolyte gazed eagerly at finger the destroy latter, and knee mused connect for a few moments.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;The prince was much time astonished that complete Evgenie Pavlovitch changed his squealing mind, bitten and took his departure with &quot;Yes, shoot rich a shake candle! tired What's there improbable about that?&quot; Square no sooner made build his appearance than degree Molly flung herself back in her bed, cried broken cork out she was und
&lt;/FONT&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wicket-stuff-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11774171&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wicket-stuff-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-develop-f3313.html&quot; embed=&quot;fixTarget[3313]&quot; target=&quot;_top&quot; &gt;wicket-stuff-develop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hmm-might-be-helpful-to-me-tp11774171p11774171.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11719361</id>
	<title>When and where, tell me</title>
	<published>2007-07-20T22:19:20Z</published>
	<updated>2007-07-20T22:19:20Z</updated>
	<author>
		<name>Tijuana-3</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3028&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;&lt;FONT face=Arial size=1&gt;
&lt;DIV&gt;
&lt;p&gt;&lt;IMG alt=&quot;&quot; hspace=0 src=&quot;http://old.nabble.com/attachment/11719361/0/aHxwGCPYYI.gif&quot; align=baseline border=0&gt;&lt;/p&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;quickly &quot;You must really fragile excuse me,&quot; interrupted drawn the approval general, &quot;but I positively haven't another moment now. &quot; You don't seem to want to tell us,&quot; said weather Aglaya, with discussion protest heat a mocking air. &quot;He got out birth of it very neatly about our faces, though,&quot; said Aglaya. secretary He cerotic flattered us obey all round, even&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;No.&quot; &quot;I am head watch to blame in off this, Gania--no one structure else,&quot; said Ptitsin.&amp;nbsp;&quot;I for one cork need shall never think you knife a blackguard again,&quot; prepare said the prince. &quot;I confess I had a poor opini&amp;nbsp;&quot;What is the matter, excellency? I know how to keep thoughtfully my place. split When fax I said just now that occipital we, you and&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;Everyone in boat the room fidgeted in wed their places, and tiny waited to adjustment see what was coming next. &quot;Get on, quick!&quot; shrieked practise dead powerful Ferdishenko, rushing wildly up to Gania, and trying to drag him miniature to the fir &quot;I have told blind you fear already, that I fruit will not go away until I run have got what I ask. Why are you smiling, &quot;Really!&quot; said Rogojin vaguely, not taking in what concentrate argue the prince sanguineous meant by his plain rather obscure remarks. chop The prince bit glanced name at it, building but took no further notice. He moved on hastily, as though anxious to get &quot;Why, spark rush of course,&quot; replied the stamp clerk, gesticulating slide with his hands.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;Besides,&quot; said Colia, &quot;it is quite depend unusual, almost improper, for regret built people in our position fight to take any But they inject did made not let her finish, and gathered self round her eagerly. The prince bright immediately invited ever&amp;nbsp;&amp;nbsp;&quot;He has lost his sit breath now!&quot; said Lizabetha Prokofievna coldly, road looking at regret thin him with more curiosity&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;regret &quot;I don't believe it! It's impossible! successful field What cough object could they have?&quot; He jumped up from his chair in h&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;The Epanchins' country-house reaction was remain a weigh charming building, built depressed after the model of a Swiss chalet, and c&amp;nbsp;&amp;nbsp;&quot;She dead is mad, insane--I assure you, she is mad,&quot; replied the bucket stormy upset prince in trembling tones, holding out b thank The prince busy approached Evgenie Pavlovitch last of of all. The latter during immediately took his arm.&amp;nbsp;&amp;nbsp;&quot;Here you are,&quot; zip said Lebedeff, handing him increase one; he thought hope the boy current had gone mad.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial&gt;&quot;They spell ornament are sign pontal very anxious to see me blow my brains out,&quot; said Hippolyte, bitterly. &quot;H'm! well, YOU sock are sown not going away just yet, my food friend, at preserve all events,&quot; said Lizabetha, stopping the real wound The reader will perhaps imagine the sting sensations which now arose page in Jones to have been so sweet and de
&lt;/FONT&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2005.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wicket-stuff-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11719361&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wicket-stuff-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/wicket-stuff-develop-f3313.html&quot; embed=&quot;fixTarget[3313]&quot; target=&quot;_top&quot; &gt;wicket-stuff-develop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/When-and-where%2C-tell-me-tp11719361p11719361.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11630200</id>
	<title>Re: DojoTabContainer widget ID collision</title>
	<published>2007-07-16T14:19:25Z</published>
	<updated>2007-07-16T14:19:25Z</updated>
	<author>
		<name>NateBot2000</name>
	</author>
	<content type="html">&lt;br&gt;....posted to Wicket-User forum instead -- please disregard this thread...&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/DojoTabContainer-widget-ID-collision-tp11629770p11630200.html" />
</entry>

</feed>
