Re: How to change “intellectual” DateTextField behavior?

2013-07-28 Thread Steamus
Thank you, Sven I resolved my problem by using another implementation of DateTextField. From org.apache.wicket.datetime.markup.html.form -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-change-intellectual-DateTextField-behavior-tp4660520p4660522.html Sent

How to change “intellectual” DateTextField behavior?

2013-07-27 Thread Steamus
By default, if you provide incorrect date like “30.02.2013” the DateTextField changes it to 02.03.2013 and doesn’t return any errors. Is there an easy way to stop it and generate an error? Thank you. -- View this message in context:

Re: How to prevent a concurrent click on ajax links (AjaxFallbackLink)

2013-07-13 Thread Steamus
Thank you All! Thank you, Igor! It works excellent. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-prevent-a-concurrent-click-on-ajax-links-AjaxFallbackLink-tp4660226p4660251.html Sent from the Users forum mailing list archive at Nabble.com.

How to prevent a concurrent click on ajax links (AjaxFallbackLink)

2013-07-12 Thread Steamus
When I fast click in an AjaxFallbackLink in my DataTable the first click works correct but next click generates Access Denied (You do not have access to the page you requested.). And there is an exception “RequestListenerInterface.invoke(..) | behavior not enabled; ignore call.” I was trying to

Re: How to prevent a concurrent click on ajax links (AjaxFallbackLink)

2013-07-12 Thread Steamus
Thank you, Sven The indicator works well, but unfortunately it doesn’t resolve the problem. If a user want to double click on some link we have crash as before. -- View this message in context:

A couple of problems with MultiFileUploadField

2013-02-06 Thread Steamus
I was trying to use the MultiFileUploadField class (with PropertyModelCollectionlt;FileUpload) to upload multiply files. And I was little confused with a couple of things. At first it is strange to have uploaded file path name on the panel with prefix – “C:\fakepath\”. Difficult to explain… but

Re: Ajax file manager 'CKFinder' and Wicket = 1.5.8

2012-10-26 Thread Steamus
Hi, Martin Yesterday, I migrated to the Wicket 6.2.0 and it started working again! I didn’t see any messages about some javascript’s error in browser, but I didn’t use any special tools to debug javascript. Integration was enough easy, so there is not so much to share. They provide several

Re: Ajax file manager 'CKFinder' and Wicket = 1.5.8

2012-10-26 Thread Steamus
Seems, yes. Because I didn’t check 1.5.9. I jumped to 6.1.1 and it didn’t work yet. Thank you, Martin -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-file-manager-CKFinder-and-Wicket-1-5-8-tp4653275p4653383.html Sent from the Users forum mailing list archive

Ajax file manager 'CKFinder' and Wicket = 1.5.8

2012-10-23 Thread Steamus
Hello, Everybody In my project I use JavaScript editor ‘CKEditor’ with Ajax file manager ‘CKFinder’. It worked fine a lot of months. But, just I migrated to version Wicket 1.5.8, the ‘CKFinder’ doesn’t work properly any more. There are no visible crashes or bugs, but It can’t upload file to

Resolved

2010-03-24 Thread Steamus
It was some javascript conflict. Early I used dynarch’s calendar and page loaded calendar.js. When I removed old calendar.js the picker starts working correct (expect problem with date 2000 for mask ‘’) -- View this message in context:

Re: Does ExternalLink URL encode?

2009-08-18 Thread Steamus
Roman Uhlig Maxity.de wrote: Just a simple question, I couldn't find any hint on this in the mailing list and the wiki. Is ExternalLink doing some URL encoding with the href param or will I have to do it on my own? Something like: new ExternalLink( id,

Re: 1.4 is ready for production?

2009-07-25 Thread Steamus
have crash. I will fix it for next build. MartinM wrote: Does not help for me. You do have logs ;) ? ** Martin 2009/7/21 Steamus steam...@gmail.com: M-m-m... May be it is some redirect problems? Try this: http://www.sport-pferde-portal.net/shglobal/home It is the same. I

Re: 1.4 is ready for production?

2009-07-20 Thread Steamus
Yes. I use Wicket 1.4RC7 based site for production. It is easy multilingual club-site for selling horses and to provide information about club. Implementation looks easy from outside, but contains CMS possibilities for administrator: possibilities to add news article with picture (loaded to our

Re: 1.4 is ready for production?

2009-07-20 Thread Steamus
I have 3 browsers to test. IE6, Fox(3.0.11), Opera (9.63). All systems work fine. Sorry. I know, it is possible to kill any site. For last half an hour it was just about 27 unique visiters and about 30-40 clicks. It is not critical. I tested with more 10 000 clicks during 3-4 minutes. 100 man

Re: 1.4 is ready for production?

2009-07-20 Thread Steamus
M-m-m... May be it is some redirect problems? Try this: http://www.sport-pferde-portal.net/shglobal/home It is the same. I just cheked the site by using http://browsershots.org/ Truly, I am puzzled, I got message - The server at www.sport-pferde-portal.de sent a HTTP redirect. Your web

Can't see progress in progressBar from Safari

2008-05-22 Thread Steamus
I use standard Wicket ajax progress bar. The Wicket version is 1.3.3. It works excellent with IE6/7, Fox, Opera (little conflict with Date picker), but doesn’t work with Safari (3.1.1). I can see title ‘upload starting…’ only. No bar from left to right, no percentage... I checked the example