Re: Wicket and Javascript framework integration

2008-12-24 Thread Dipu
check this https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jquery-parent Dipu On Wed, Dec 24, 2008 at 6:15 AM, T C tc_wic...@yahoo.com wrote: I understand all integrations may be different but has anyone posted a recipe for how to create an integration

Re: Wicket Ajax Table Demo

2008-12-24 Thread Nino Martinez
The dropdowns are not updating via ajax as I could see they refresh the whole screen? Ayodeji Aladejebi wrote: please can you explain what you mean? its actually still in making... On Tue, Dec 23, 2008 at 11:20 PM, Nino Martinez nino.martinez.w...@gmail.com wrote: Yeah, but why not go

Re: Wicket and Javascript framework integration

2008-12-24 Thread Nino Martinez
I also wrote something on my blog on this : http://ninomartinez.wordpress.com/2008/09/09/apache-wicket-javascript-integration/ And on the company blog I worked for at a time: http://blog.jayway.com/2008/09/26/wicket-javascript-internals-dissected/ T C wrote: I understand all integrations may

Re: Wicket Ajax Table Demo

2008-12-24 Thread Ayodeji Aladejebi
no they doits ajax all the way...its not the whole screen refreshing, just the table section. the screen flicker was the fault of the screen capture software On Wed, Dec 24, 2008 at 9:17 AM, Nino Martinez nino.martinez.w...@gmail.com wrote: The dropdowns are not updating via ajax as I

Re: Wicket Ajax Table Demo

2008-12-24 Thread Nino Martinez
Ahh Cool then :) Merry x-mas Ayodeji Aladejebi wrote: no they doits ajax all the way...its not the whole screen refreshing, just the table section. the screen flicker was the fault of the screen capture software On Wed, Dec 24, 2008 at 9:17 AM, Nino Martinez nino.martinez.w...@gmail.com

Re: [OT] Merb-Rails Merge

2008-12-24 Thread HHB
I hope Java web frameworks never got merged together. Whenever my Rails dudes points toward how many Java has web frameworks and considering this as a bad thing, I smile. I smile because they don't have an option, just Rails. We (Java guys), have request/action frameworks, component-based

Re: [OT] Merb-Rails Merge

2008-12-24 Thread Erik van Oosten
Please, no Ruby bashing here (or no bashing whatsoever). The Ruby world has many more options besides Rails and Merb. Camping, Sinatra, Ramaze, Nitro just to name a few. Its not such a ridiculous long list as in the Java world, but hey, Ruby has not been popular for that long. Rails should

Re: HTTP error code 404 is returned by Wicket1.3.5(WicketFilter) and WAS6.0.1(And FixPack 21).

2008-12-24 Thread shetc
Not sure if this applies to your case but have you seen http://cwiki.apache.org/WICKET/websphere.html Notes on using Wicket with WebSphere ? -- View this message in context:

Re: HTTP error code 404 is returned by Wicket1.3.5(WicketFilter) and WAS6.0.1(And FixPack 21).

2008-12-24 Thread Michiaki Kanou
Thank you for the giving information. To our regret, I already had confirmed this information. HTTP error code 404 is not generated because I am using WicketServlet now. However, the use of WicketFilter is recommended from WicketServlet since Wicket1.3. I want to learn the achievement method in

Re: [OT] wicket users around the world

2008-12-24 Thread Kaspar Fischer
Switzerland, Basel, like Sébastien! On 11.12.2008, at 19:57, francisco treacy wrote: to know a little bit more of our great (and vast) community, i was just wondering if you're keen on sharing where you come from and/or where you work with wicket... for instance, here argentinian/belgian

Re: HTTP error code 404 is returned by Wicket1.3.5(WicketFilter) and WAS6.0.1(And FixPack 21).

2008-12-24 Thread kanou
To our regret, I already had confirmed this information. HTTP error code 404 is not generated because I am using WicketServlet now. However, the use of WicketFilter is recommended from WicketServlet since Wicket1.3. I want to learn the achievement method in WicketFilter. If I can do, I want to

Re: About a thread safe problem of the WebApplication class

2008-12-24 Thread kanou
It might be one idea to use concurrenthashmap. However, concurrenthashmap is API supported from JDK1.5. Moreover, I think that the Wicket1.3 series was JDK1.4 support. Therefore, I think that the method of exclusively controlling the method is suitable in this case(synchronized). -- View

ClassCastException in BehaviorRequestTarget

2008-12-24 Thread leok
I've run across a couple of strange ClassCastExceptions in our logs re: the HeaderContributor: java.lang.ClassCastException: org.apache.wicket.behavior.HeaderContributor at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:91)

Re: [OT] Merb-Rails Merge

2008-12-24 Thread Jonathan Locke
Okay, but you'd just get Wicket again. Serkan Camurcuoglu wrote: This page http://weblog.rubyonrails.org/2008/12/23/merb-gets-merged-into-rails-3 http://weblog.rubyonrails.org/2008/12/23/merb-gets-merged-into-rails-3 made me dream about a world where all Java web frameworks merge into

Re: Wicket Ajax Table Demo

2008-12-24 Thread Ayodeji Aladejebi
Merry Xmas to you too On Wed, Dec 24, 2008 at 11:41 AM, Nino Martinez nino.martinez.w...@gmail.com wrote: Ahh Cool then :) Merry x-mas Ayodeji Aladejebi wrote: no they doits ajax all the way...its not the whole screen refreshing, just the table section. the screen flicker was the

Re: HTTP error code 404 is returned by Wicket1.3.5(WicketFilter) and WAS6.0.1(And FixPack 21).

2008-12-24 Thread shetc
The WicketSerlvet class is still fully supported -- if you look closely at its code, you will see that it basically hands everything off to the WicketFilter class. My experience has been that the servlet solution works best with WebSphere 6.1. -- View this message in context:

about homepage in url path

2008-12-24 Thread SunBasic
I use version is wicket1.3.3 I mount Homepage is /home mountBookmarkablePage(/home, Home.class); now if I view http://www.abc.com , URL path will be automatic changed http://www.abc.com/home. but I don't allow it ,because I use apache rewrite , if url is htt://www.abc.com/username, redirect

Re: Unit testing ListView

2008-12-24 Thread younggun
pokkie wrote: I am trying to write a test case for my listView that contains some links. When the user clicks on a link, a certain action should be performed, and it is for this action that I wish to write a test case for. I can get a handle on the ListView by using the

Re: about homepage in url path

2008-12-24 Thread Jeremy Thomerson
Don't mount your homepage - Wicket automatically responds with your Application.getHomePage() class at /. On Wed, Dec 24, 2008 at 8:37 PM, SunBasic sunqunf...@sina.com wrote: I use version is wicket1.3.3 I mount Homepage is /home mountBookmarkablePage(/home, Home.class); now if I view