AjaxTimerBehavior - findParent method returned null in onTimer method

2021-11-29 Thread danisevsky
Hi, we found NPE in our production log and I am not able to explain how this could happen. Simplified code looks like this: private class UserNameStep extends WizardStep { @Override protected void onInitialize() { super.onInitialize(); add(new

wicket-cdi and org.hibernate.LazyInitializationException

2014-02-22 Thread danisevsky
Hi, I am running wicket application on Jboss AS 7. I can't found out if for CDI exists something like OpenSessionInViewFilter for Spring. I do not want use fetch = FetchType.EAGER everywhere. Could someone give me an advice please? Thanks!

how to add rel=nofollow to all links

2012-10-30 Thread danisevsky
Hi, when I look on my site (Brix and Wicket 6 application) in the google webmasters tools I see 300 thousands of wrong urls. All of them are from links (contains ILinkListener). So I would like to ask you if it would make sense to add attribute rel=nofollow to all wicket links? If so is there

ajax channels

2012-10-24 Thread danisevsky
Hi, I have long-running ajax behavior. And when this behavior is running no other ajax component on page can work because ajax requests are serial. My question is if it is possible to use another ajax channel for long-runnig behavior? I tried: @Override protected void

Re: [Announce] Wicket Stuff Core 1.5.5 Released

2012-03-14 Thread danisevsky
Thank you very much Michael! 2012/3/14 Michael O'Cleirigh michael.ocleir...@rivulet.ca: Hello, Following the release of wicket 1.5.5 have cut a matching wicketstuff-core release. The artifacts have been promoted and are now available in maven central. They can be retrieved like this:

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-07 Thread danisevsky
Great work Jenny, thank you! It would be nice to have this feature in wicket live examples. Regards. 2012/2/6 Minas Manthos minas.mant...@gmail.com: @armhold I've also already started a plugin, but was too busy and had not the time to test and to do some cleanup. :-) I think it's better to

strange exceptions in log

2011-12-22 Thread danisevsky
Hi, our production log is full of strange exceptions like this: http://pastebin.com/Sq7EnV8c Has anybody any idea what is wrong? Thanks in advance! - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: freezing applications

2011-12-20 Thread danisevsky
You are right! Thank you very much! 2011/12/19 Tito njyt...@gmail.com: Do you have a security filter? I think may be you have the session expired and ajax requests don't get wicket filter. On Mon, Dec 19, 2011 at 3:33 PM, danisevsky danisev...@gmail.com wrote: Hello, our application

freezing applications

2011-12-19 Thread danisevsky
Hello, our application is one page and everything is done by ajax. And tester says that when he comes from lunch all buttons are dead. Nothing happen when he clicks on links or buttons. I can't reproduce this behavior because on my machine I always get pageExpiredException (what is required). Is

Wicket and Scala

2011-08-24 Thread danisevsky
Hello, I am playing with Scala and Wicket and I am not clear about using val and var when I am working with JPA entity objects (which are not serializable). For example: add(new RefreshingView[User](users){ override def getItemModels(): java.util.Iterator[IModel[User]] = { var

[OT] Wicketeers from Czech rep.

2011-02-22 Thread danisevsky
Hi fans of Wicket! Is there somebody from Czech rep? I'm thinking about organizing an event. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: visural-wicket 0.6.5 released!

2010-11-25 Thread danisevsky
Visural is very good library! Thank you for it! I would welcome for the next release maven integration. 2010/11/25 Richard Nichols r...@visural.com: Thanks for all the positive comments :) If anyone has any suggestions / ideas for the next release (0.7) then let me know. Currently the only

wicket for highly frequented web

2010-10-27 Thread danisevsky
hello, can inmethod grid be used for public highly frequented Web? And what about another statefull components? I have server with 6-core 2.6 GHz processor, 6GB RAM and I would like to ask you if this configuration is enough for 1-3k users per day. What is your opinion or experiences?

regression

2010-10-15 Thread danisevsky
Hallo, fix this issue https://issues.apache.org/jira/browse/WICKET-2886 broke Brix Menu plugin, more info here http://groups.google.com/group/brix-cms-discuss/browse_thread/thread/a1fe187920858b36 Could someone take a look? - To

Re: What is the best slideshow?

2010-09-12 Thread danisevsky
I'm using visural wikcet: http://visural-wicket-examples.appspot.com/app/fancybox and I'm very satisfied. 2010/9/11 Paolo goli...@tiscalinet.it: I found this: http://lazydev.ildella.net/wicket-slides-080-released-with-smoothgallery Is it the best solution to show a sequence of image? I

Re: Wicket archetype for hibernate 3.5 and spring 3

2010-07-26 Thread danisevsky
It seems nice. Could you please give me advice how to use it? I am not fimiliar with mavem. Thanks. 2010/7/25 Jochen Mader pflanzenmoer...@gmail.com I created a Maven archetype for wicket application containing the following things: - Everything is configured using Spring 3 - Hibernate 3.5

Re: Announcing: visural-wicket 0.6 released - open source wicket components

2010-06-23 Thread danisevsky
Thanks! I am using your components and I am very statisfied. 2010/6/23 Duy Do doquoc...@gmail.com It's great, I will give it a try. Thanks a lot for your contribution. Duy On Tue, Jun 22, 2010 at 5:30 PM, Richard Nichols r...@visural.com wrote: Hi all, I'm pleased to announce the

Security questions

2010-06-23 Thread danisevsky
I would like to implement guest book panel and I have two security question. 1) Need I captcha when there will be only ajax submit link? I think that robots can't submit form thru javascript. 2) New comments will users write in Rich Text Editor (

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-07 Thread danisevsky
parent: org.wicketstuff:wicketstuff-core for project: null:t inymce-parent:pom:null for project null:tinymce-parent:pom:null Could you please tell me what I am doing wrong? Thanks. 2010/6/2 danisevsky danisev...@gmail.com thanks, this is that problem, I checkout wicketstuff-core from https

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-02 Thread danisevsky
with version 1.4.9 and everythink works both in FF3.5 and ie8 W dniu 2010-06-01 20:17, danisevsky pisze: Hello, I checkout wicket-stuff core, install and run tinymce-examples, every examples works fine except image upload. Firebug do not show any javascript error. Could you please tell me what

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-01 Thread danisevsky
Hello, I checkout wicket-stuff core, install and run tinymce-examples, every examples works fine except image upload. Firebug do not show any javascript error. Could you please tell me what is wrong. What I get is on the attachment picture.

Re: YUI 3 anyone?

2010-04-26 Thread danisevsky
I think wicket 1.5 will use YUI 3. You can look to svn: http://svn.apache.org/repos/asf/wicket/sandbox/knopp/experimental/wicket/src/main/java/org/apache/_wicket/ajax/ 2010/4/26 Istvan Soos istvan.s...@gmail.com Hi, Is there a cool best-practice or even better an integration library to use

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-03-10 Thread danisevsky
to link the component to the datasource. On 10 March 2010 01:52, danisevsky danisev...@gmail.com wrote: hello, I have another problem, with DropDown this time. If I have only one DropDown on my page, everything works great. But when I add another DropDown to the page, with diferent

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-03-09 Thread danisevsky
hello, I have another problem, with DropDown this time. If I have only one DropDown on my page, everything works great. But when I add another DropDown to the page, with diferent datasource, the first DropDown shows data from the second datasource. All DropDowns share the same datasource.

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-03-01 Thread danisevsky
It works great now, thank you very much!

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-27 Thread danisevsky
thank you. I tryed this, but do not work. I think problem is that image has no .jpg suffix. I do not know, how to solve it.. :( here is the result preview: http://img5.imgup.eu/prevzfs.jpg

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-25 Thread danisevsky
visural-wicket is great, thank you very much for sharing! I have one small issue, Fancybox does not calculate width of my images right. This is part of rendered html: div id=fancybox-inner style=overflow: auto; top: 10px; left: 10px; width: 1024px; height: 501px; display: block; heigh: 501px -

Re: OT: Relational database + Hibenate vs Content Repository (Jackrabbit)

2009-11-12 Thread danisevsky
is better store in databaze. What do you think, is it right? 2009/11/12 Jeremy Thomerson jer...@wickettraining.com Anybody have thoughts on this? I am curious also. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 4, 2009 at 10:27 AM, danisevsky danisev...@gmail.com wrote

OT: Relational database + Hibenate vs Content Repository (Jackrabbit)

2009-11-04 Thread danisevsky
Hallo, I am thinking about learning and using Jackrabbit instead of relational database (+ Hibernate) in my new wicket application (which will be build on Brix CMS). Is it very wrong idea? Thanks

AjaxEditableLabel and problem with diacritical marks

2009-10-21 Thread danisevsky
Hello, when I submit AjaxEditableLabel which contains a letter with diacritical mark (ěščřžýáíé..) I dont get right letter in model, but something like this '?'. All my markups contains this: ?xml version=1.0 encoding=UTF-8 ? html xmlns:wicket ... /html Could you give me a advice? thanks

Re: Open source Wicket blog

2009-10-14 Thread danisevsky
It would be nice, I am very interested. BTW there is another great open-source blogging system - http://code.google.com/p/elephas/ 2009/10/14 Anton Veretennikov anton.veretenni...@gmail.com I'm interested. This will be definitely something desirable for many website builders. I want to

Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-11 Thread danisevsky
if that works. (btw are you the same guy who left the comment on my blog?) Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com danisevsky danisevsky wrote: Hello, I was trying it on Linux with no proxy and I got the same error

commit access for wicket stuff

2009-10-10 Thread danisevsky
Hi, I would like commit access for wicket stuff. I plan working on YUI. My sourceforge user name is danisevsky Regards,

Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-09 Thread danisevsky
, Oct 8, 2009 at 21:49, jWeekend jweekend_for...@cabouge.com wrote: Danisevsky, This has been used by loads of people and on all sorts of OSs and versions. I also just successfully tried it on XP, Vista Ubuntu in case you had come across something that has been missed. Paste what

Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-08 Thread danisevsky
Hello, I was trying generate Wicket - Spring - JPA project and I get following error: C:\projects\testmvn archetype:generate -B -DarchetypeCatalog= http://legup.googl ecode.com/svn/repo/archetype-catalog.xml-DarchetypeArtifactId=wicket-spring-jpa -archetype -DarchetypeGroupId=com.jweekend

Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-08 Thread danisevsky
this helps Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com danisevsky danisevsky wrote: Hello, I was trying generate Wicket - Spring - JPA project and I get following error: C:\projects\testmvn archetype:generate

Wicket integration with jQuery

2009-09-11 Thread danisevsky
Hello folks. I would like to use some Wicket integration with jQuery. But I found several implementations (WickeXt, wiquery and in wicket-stuff jwicket and jquery) and I do not know which one is the best. Could someone give me an advise? Thanks

Re: AjaxLink/Behaviour with shortcut

2009-08-27 Thread danisevsky
look at https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/input-events-parent/ 2009/8/26 Johannes Schneider maili...@cedarsoft.com Hi, I have here several AjaxLinks that should be triggered using a shortcut (e.g. PageDown or Delete). Does anybody have some

how to get some data from servlet

2009-06-23 Thread danisevsky
hello, I am using MyMultiFileUploadServlet for uploading files and in some wicket component I need find out how many files was uploaded. I was trying to set this number to the HttpSession in MyMultiFileUploadServlet and get it in the component: HttpSession httpSession =

Re: WWB for W 1.4 (was Re: when will be wicket 1.4 final release)

2009-06-05 Thread danisevsky
symbol symbol : method getModelObject() location: class net.databinder.components.hib.SearchPanel 2009/6/5 Daniel Toffetti dto...@yahoo.com.ar danisevsky danisevsky at gmail.com writes: Hi, I would like ask you when I can expect wicket 1.4 final release? I am asking because I am waiting

can't build Elephas

2009-06-01 Thread danisevsky
hi, I would like to try Elephas but I can't build it with maven. Does anyone have actual pom.xml file? Or am I doing somethig wrong? mvn install -Dmaven.test.skip=true [INFO] [ERROR] BUILD ERROR [INFO]

when will be wicket 1.4 final release

2009-05-27 Thread danisevsky
Hi, I would like ask you when I can expect wicket 1.4 final release? I am asking because I am waiting for wicket web beans which will be release after filnal wicket 1.4 release. Thanks for answer.

Wicket and Flex

2009-05-21 Thread danisevsky
Hi, I am thinking about using Flex for some kind of UI like graphs and others widgets. Does anybody have some experience with wicket and flex? thanks

Wicket Web Beans 1.1 and Wicket 1.4

2009-05-20 Thread danisevsky danisevsky
Hi I wanted to try Wicket Web Beans 1.1 upload example but I get the following exception Caused by: java.lang.NoSuchMethodError: com.googlecode.wicketwebbeans.containers.BeanForm.add(Lorg/apache/wicket/Component;)Lorg/apache/wicket/MarkupContainer; at