Re: [OT] wicket users around the world

2008-12-12 Thread Witold Czaplewski
Cologne (Köln), Germany. I'm german, but born in Poland. :) Am Fri, 12 Dec 2008 09:07:57 +0100 schrieb Martin Sachs sachs.mar...@gmail.com: Berlin, Germany francisco treacy schrieb: to know a little bit more of our great (and vast) community, i was just wondering if you're keen on

Re: [OT] PHP based Open Source Content Management Systems

2009-01-07 Thread Witold Czaplewski
Hi James, i would propose TYPOlight [1]. Our company uses it for many customers and until now their feedback is very positive. :) greetings, Witold [1] http://www.typolight.org/index.html Am Wed, 7 Jan 2009 15:20:39 + schrieb James Perry james.austin.pe...@gmail.com: Does anyone have a

Re: getting the component to which a Behavior is added from with the Behavior

2009-02-27 Thread Witold Czaplewski
I think you mean org.​apache.​wicket.​behavior.​AbstractAjaxBehavior#getComponent() Witold Am Fri, 27 Feb 2009 08:15:03 -0500 schrieb Will Jaynes wjay...@gmail.com: I'm trying to write a class that extends OnChangeAjaxBehavior. Is there a way, in the update method, to get the component to

Re: No effect of code until restarting netbeans.

2008-07-07 Thread Witold Czaplewski
Am Sat, 5 Jul 2008 18:40:24 +0100 schrieb Ayodeji Aladejebi [EMAIL PROTECTED]: Only that after a while, tomcat will give you perm-gen error which will force you to terminate the tomcat instance using Task Manager manually before netbeans can continue managing tomcat You can set the

Re: No effect of code until restarting netbeans.

2008-07-07 Thread Witold Czaplewski
[EMAIL PROTECTED]: And even better enable permgen garbage collection, so the problem never will happen... -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled Witold Czaplewski wrote: Am Sat, 5 Jul 2008 18:40:24 +0100 schrieb Ayodeji Aladejebi [EMAIL

addResourceFolder in unit tests

2008-07-11 Thread Witold Czaplewski
Hello, i'm trying to use a custom ResourceStreamLocator to place the markup files in another directory. It is based on this wiki entry: http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html#ControlwhereHTMLfilesareloadedfrom-InWicket1.3 The deployed application works fine,

Re: Let us list the frameworks and tools we use together with Wicket!

2008-08-01 Thread Witold Czaplewski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Fri, 01 Aug 2008 07:23:42 -0500 schrieb Paul Logasa Bogen II [EMAIL PROTECTED]: I user FFX3 with WebDeveloper Toolbar to debug CSS and Venkman to debug js (although if someone knows of a better js debugger please tell me). I am using

Re: Hot deployment / code swapping

2008-09-10 Thread Witold Czaplewski
freundlichen Gren Witold Czaplewski Projektmanagement Softwareentwicklung CTS GmbH creative technology solutions Otto-Hahn-Str. 7 ***Ab dem 01.10.2008: Gut Friedrichshof*** D - 50997 K__ln Fon: +49 (0)2236 - 96926-3 Fax: +49 (0)2236 - 96926-1 http://www.cts-media.eu http://www.cts-hosting.eu

Re: Small question about URL rewriting

2008-10-15 Thread Witold Czaplewski
at 7:32 AM, Witold Czaplewski [EMAIL PROTECTED] wrote: Btw... amazon.com is a very bad example for a search engine friendly site. Duplicate content like the posted urls are more problematic than non-friendly urls. The perfect solution (unfortunately not always possible) is only one

Re: Small question about URL rewriting

2008-10-15 Thread Witold Czaplewski
Btw... amazon.com is a very bad example for a search engine friendly site. Duplicate content like the posted urls are more problematic than non-friendly urls. The perfect solution (unfortunately not always possible) is only one friendly or meaningful url for every unique page. Witold Am Wed, 15

Re: Hot deployment / Server restart

2008-10-30 Thread Witold Czaplewski
In your context.xml did you set the attribute reloadable on true? On true catalina monitors classes in /WEB-INF/classes for changes and automatically reloads the application. Am Thu, 30 Oct 2008 02:31:08 -0700 (PDT) schrieb geke [EMAIL PROTECTED]: No I´m working with Tomcat 6.0

Busy Indicator not working for downloads

2008-11-14 Thread Witold Czaplewski
Hi, i'm trying out the Generic Busy Indicator [1]. It works quite well, except for downloads realized with ResourceLinks. The indicator won't be hidden, because hideBusysign is never called. Is there a trick to fix this? regards, Witold

Re: Nial Darbey: ClassCast exception when invoking MySession.get() from Maven test phase

2009-08-20 Thread Witold Czaplewski
Try public static MyWebSession get() { return (MyWebSession) WebSession.get(); } Witold Am Thu, 20 Aug 2009 12:09:00 +0200 schrieb Nial Darbey nialdar...@gmail.com: Hi everyone,I have subclassed the WebSession class as recommended in Wicket in Action and I override the public

Re: file descriptor leak

2009-12-03 Thread Witold Czaplewski
http://issues.apache.org/jira/browse/WICKET-2534 I think this will be fixed in 1.4.4 Witold Am Thu, 3 Dec 2009 10:56:38 +0100 schrieb Maarten Bosteels mbosteels@gmail.com: Have you seen this thread: http://www.mail-archive.com/users@wicket.apache.org/msg43879.html Maarten On Thu,

Refresh resources in deployment mode

2009-12-10 Thread Witold Czaplewski
Hello, In deployment mode, is it possible to refresh resources like html- or property-files without reloading the context or server? For example if you have a simple typo which you want to fix. Regards, Witold - To unsubscribe,

Re: Refresh resources in deployment mode

2009-12-10 Thread Witold Czaplewski
Hmm...i thought this only work in development mode? Am Thu, 10 Dec 2009 12:10:25 +0100 schrieb Martijn Dashorst martijn.dasho...@gmail.com: Set the resource poll frequency to something other than null in your init() method Martijn On Thu, Dec 10, 2009 at 12:08 PM, Witold Czaplewski

Re: Refresh resources in deployment mode

2009-12-10 Thread Witold Czaplewski
Oh...I test it. You were right. Sorry and thanks a lot martijn. :) Am Thu, 10 Dec 2009 12:29:04 +0100 schrieb Witold Czaplewski witold-mail...@cts-media.eu: Hmm...i thought this only work in development mode? Am Thu, 10 Dec 2009 12:10:25 +0100 schrieb Martijn Dashorst martijn.dasho

Re: JVM crash, Wicket class mentioned

2010-01-12 Thread Witold Czaplewski
There is an early access version of update 18: https://jdk6.dev.java.net/6uNea.html cheers, Witold Am Wed, 13 Jan 2010 09:52:01 +1100 schrieb Steve Swinsburg steve.swinsb...@gmail.com: For the rare JVM crash in the past this is what I've done also, however _17 is the latest so there is no

Re: ModalWindow not appearing in IE

2009-05-14 Thread Witold Czaplewski
Am Thu, 14 May 2009 01:06:13 -0700 (PDT) schrieb freak182 eman.noll...@gmail.com: i just add that in my basepage to works on IE7...i couldn't have imagine that this line of code saves me a lot. FYI http://en.wikipedia.org/wiki/Quirks_mode

Re: log4j question with wicket

2009-07-24 Thread Witold Czaplewski
Maybe this can help http://day-to-day-stuff.blogspot.com/2007/07/no-more-commons-logging.html Witi Am Fri, 24 Jul 2009 15:08:48 +0200 schrieb pieter claassen pieter.claas...@gmail.com: Yes, I find that if I use log4j directly, then it works, but if I use slf4j, then it logs via the built in

Re: How to add Random number to URL ?

2009-08-13 Thread Witold Czaplewski
Take a look at NonCachingImage. Witold Am Thu, 13 Aug 2009 00:44:07 -0700 (PDT) schrieb FaRHaN farhan.ba...@ymail.com: Hi, I want to add a random number to my requested URL, so that each request to my page go to server and not load from the cache. How can i add a random number to each

Re: How to add Random number to URL ?

2009-08-13 Thread Witold Czaplewski
request ? As i want to generate a unique URL for every page (not for images), any examples ??? From: Witold Czaplewski witold-mail...@cts-media.eu To: users@wicket.apache.org Sent: Thursday, August 13, 2009 2:58:18 PM Subject: Re: How to add Random

Re: Wicket UI Components Examples

2010-02-01 Thread Witold Czaplewski
Or http://wicketstuff.org/wicket14/ cheers, Witold Am Mon, 1 Feb 2010 00:49:28 -0800 schrieb Andrew Lombardi and...@mysticcoders.com: The latest examples using wicket 1.4.6 are also available here: http://wicketbyexample.com/examples/ On Feb 1, 2010, at 12:10 AM, Expirience wrote: Hi

Re: autolink not work ?

2010-02-26 Thread Witold Czaplewski
Are you sure Martijn? I use ../ paths in a project without problems. e.g wicket:link lia href=../users/UserPage.htmlUsers/li /wicket:link UserPage.html is the name of the HTML-Template, not the mounted url. Witold Am Fri, 26 Feb 2010 09:46:58 +0100 schrieb Martijn Dashorst

Re: LegUp for wiQuery

2010-03-04 Thread Witold Czaplewski
You could take a look at http://www.malsup.com/jquery/corner/ It's a JS based solution using multiple div containers. Witold Am Thu, 4 Mar 2010 06:05:00 -0800 (PST) schrieb shetc sh...@bellsouth.net: I guess this is an off-topic question. I want to use wiQuery and jquery UI in the current

Re: DatePicker uses wrong date format

2010-03-24 Thread Witold Czaplewski
see http://issues.apache.org/jira/browse/WICKET-2767 Regards, Witold Am Wed, 24 Mar 2010 10:39:49 + (GMT) schrieb Tokalak Ahmet toka...@yahoo.de: Hi wicketians, after updating to wicket 1.4.7 the DatePicker does not use the date format i passed to DateTextField any more:

Re: Shadow text on input fields

2010-04-26 Thread Witold Czaplewski
If you don't want to use JavaScript, you can still try it with CSS and images, like HTML: input class=name / CSS: input.name {background:url(name.png)} input.name:focus {background:none} But the problem is, if you leave the field the image returns. :) Witold Am Mon, 26 Apr 2010 14:28:57 +0300

Re: Line breaks and label

2010-07-22 Thread Witold Czaplewski
Or use in CSS: white-space:nowrap; Witold Am Thu, 22 Jul 2010 11:56:57 +0200 schrieb Martijn Dashorst martijn.dasho...@gmail.com: This is not a wicket problem, but rather a browser rendering issue. Use nbsp; instead of whitespace. Martijn On Thu, Jul 22, 2010 at 5:47 AM, Nii Amon Dsane

Re: Line breaks and label

2010-07-23 Thread Witold Czaplewski
hmm...sorry, i don't understand what you mean. Here a small example how to implement this. HTML-Template: span wicket:id=myspan class=nowrap/span CSS: .nowrap {white-space:nowrap;} Java: add(new Label(myspan, new ModelString(Some long Text...)); Hope it helps. :) Witold Am Thu, 22 Jul 2010

Re: [OT] CSS 3 border radius fallback script

2010-07-26 Thread Witold Czaplewski
Hi Nino, take a look at curved-corner: http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser http://code.google.com/p/curved-corner/ cheers, Witold Am Tue, 27 Jul 2010 07:27:36 +0200 schrieb nino martinez wael nino.martinez.w...@gmail.com: Hi I know this is off topic. But

Re: entity manager in webapp

2011-03-10 Thread Witold Czaplewski
IMO warp-persist is dead and Guice 3.0 should be final soon (rc3 is out now): http://code.google.com/p/google-guice/downloads/list Witold Am Thu, 10 Mar 2011 15:31:19 +0100 schrieb Bas Gooren b...@iswd.nl: Which is basically warp-persist, but integrated into guice. But as far as I know, it