Re: Wicket + Scala + Spring

2010-03-03 Thread Antony Stubbs
Has anyone tried out the Scala Wicket Extensions stuff project? http://stackoverflow.com/questions/2104724/your-experience-with-scalawicket/2375052#2375052 Sam Stainsby-2 wrote: P.S. though one slight difficulty I've run into is the need to translate between Scala and Java collections.

Re: Announcing: Scala-Wicket Extensions Project

2009-09-11 Thread Antony Stubbs
Ok yup - it's on the cards to be removed... cretzel wrote: Antony Stubbs wrote: Yes, the ⇒ is actually what the = is supposed to be in Scala, and is a UTF8 character, which I'm sure would be supported by all modern editors. I'm surprised you can't see it properly. What OS

Re: javascript effects before an ajax call

2009-08-18 Thread Antony Stubbs
}); }}); } --/script Cheers, Antony Stubbs, sharca.com On 29/07/2009, at 4:54 AM, Antony Stubbs wrote: I have a workaround and it goes a little something like this: script type=text/ javascriptWicket.replaceOuterHtml=function(element, text) { new $(element.id).fade({ duration: 0.4, afterFinish

Re: Announcing: Scala-Wicket Extensions Project

2009-08-18 Thread Antony Stubbs
:                dependency                        groupIdorg.wicketstuff.scala/groupId                        artifactIdwicket-scala/artifactId                        version1.4-SNAPSHOT/version                /dependency Cheers, Antony Stubbs, sharca.com

Re: Announcing: Scala-Wicket Extensions Project

2009-08-18 Thread Antony Stubbs
enterprises wont use scala. Martin Antony Stubbs schrieb: Hello People, Today, I am proud to announce that I have now uploaded the first version of the new Scala-Wicket Extensions. The project aims to be a central point for Scala related extensions to the Wicket framework

Re: Wicket Job offer

2009-08-18 Thread Antony Stubbs
Hi Wayne, What time frame are you looking at for start time? Cheers, Antony Stubbs, sharca.com On 14/08/2009, at 12:02 PM, Wayne Pope wrote: Hello all, We are looking for a long term wicket developer to join our very small company here in Monaco/Nice area. Salary is in the range of 2500

Re: Announcing: Scala-Wicket Extensions Project

2009-08-18 Thread Antony Stubbs
: dependency groupIdorg.wicketstuff.scala/groupId artifactIdwicket-scala/artifactId version1.4-SNAPSHOT/version /dependency Cheers, Antony Stubbs, sharca.com

Announcing: Scala-Wicket Extensions Project

2009-08-14 Thread Antony Stubbs
artifactIdwicket-scala/artifactId version1.4-SNAPSHOT/version /dependency Cheers, Antony Stubbs, sharca.com

Re: Wicket-Scala extensions

2009-08-14 Thread Antony Stubbs
Ok for those following this thread - Wicket-Scala Extensions is out! Announcement here: http://www.nabble.com/Announcing:-Scala-Wicket-Extensions-Project-ts24975011.html Cheers, Antony Stubbs, sharca.com On 14/07/2009, at 11:34 AM, Antony Stubbs wrote: omgosh - http://www.footprint.de/fcc

Re: Components and nullable data

2009-07-31 Thread Antony Stubbs
Absolutely. It's one of wickets many strong points. Regards, Antony Stubbs website: sharca.com On 1/08/2009, at 1:39 AM, Iain Reddick iain.redd...@beatsystems.com wrote: Thanks for the reply - I think I'm perhaps trying to bend the framework rather than work with it. I suppose I'm

Re: javascript effects before an ajax call

2009-07-28 Thread Antony Stubbs
Antony Stubbs antony.stu...@gmail.com (sorry, sent to wrong list before) Is it possible to override certain methods in wicketajax.js ? In order to modify the behaviour of one of the methods. but i'd prefer not to run a patched wicket, or have to run on a copy of the whole wicketajax.js file

javascript effects before an ajax call

2009-07-27 Thread Antony Stubbs
-user mailing list wicket-u...@... https://lists.sourceforge.net/lists/listinfo/wicket-user Cheers, Antony Stubbs, sharca.com

Re: Wicket-Scala extensions

2009-07-14 Thread Antony Stubbs
omgosh - http://www.footprint.de/fcc/2009/02/london-wicket-presentation/ I've met you! haha. h... Isn't the internet nutty?! On 14/07/2009, at 7:14 PM, Jan Kriesten wrote: Hi Antony, great to see Scala and Wicket getting more popular. :-) I've been using them together quite a while now

Wicket-Scala extensions

2009-07-13 Thread Antony Stubbs
(gtr, null) implicit def func2Fodel1(gtr: = String):Fodel = new Fodel(gtr, null) implicit def func2Fodel2(gtr: () = String):Fodel = new Fodel(gtr(), null) /** * @see http://technically.us/code/x/the-escape-hatch * @author Nathan Hamblen * @author Antony Stubbs */ class Fodel(value: = String, x

Re: Wicket-Scala extensions

2009-07-13 Thread Antony Stubbs
Just a quick note, is the source available for all this? all I see is svn checkout file:///home/sam/work/svn_repository/uniscala/trunk uniscala on http://uniscala.net/source-repository.html On 14/07/2009, at 12:46 PM, Sam Stainsby wrote: On Tue, 14 Jul 2009 11:38:33 +1200, Antony Stubbs

Re: Wicket-Scala extensions

2009-07-13 Thread Antony Stubbs
I'm much more interested in reading the source code, than reading the scaladoc :) you could put it up on git hub privately if you want? On 14/07/2009, at 1:10 PM, Sam Stainsby wrote: Not yet, but I can make it available if there is interest. Antony Stubbs wrote: Just a quick note

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-06-02 Thread Antony Stubbs
done, and improved, with junit test :) https://issues.apache.org/jira/browse/WICKET-2306 igor.vaynberg wrote: maybe you should paste it into a jira issue so we can commit it into code. -igor On Thu, May 28, 2009 at 7:36 PM, Antony Stubbs antony.stu...@gmail.com wrote: And here's

Restarting AjaxLazyLoadingPanel

2009-05-30 Thread Antony Stubbs
() ); } } ); } } As you can see, there is duplication from AjaxLazyLoadingPanel - which would need re-factoring in order to remove. - no problem there. But also, because the setState method is private, I can't use that state system. Regards, Antony Stubbs, NZ http://friendfeed.com/astubbs

localisation - specify fallback locale

2009-05-30 Thread Antony Stubbs
that the fallback locale should be nl? (yes, i know about the mypanel.properties being the default - but it doesnt seem right to me to not specify the language of that file in the file name). Or do I need to application.init() { getresourcesettings().setlocalizer(...); } ? Regards, Antony Stubbs, NZ

Re: localisation - specify fallback locale

2009-05-30 Thread Antony Stubbs
this you don't need a *.prop file - instead you can have a _en and a _nl and then specify nl as your 'fallback' locale. Regards, Antony Stubbs, NZ http://friendfeed.com/astubbs On 30/05/2009, at 11:44 PM, Antony Stubbs wrote: I would like to keep all our languages in specific files

Re: Restarting AjaxLazyLoadingPanel

2009-05-30 Thread Antony Stubbs
. -igor On Sat, May 30, 2009 at 3:11 AM, Antony Stubbs antony.stu...@gmail.com wrote: We use AjaxLazyLoadingPanel, and want to be able to trigger the process of showing the indicator, and requesting the panels contents with a separate Ajax request, after the first complete render has finished. I.e

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-05-28 Thread Antony Stubbs
Thanks for the info Frank. Any tips on how to do so? Frank Bille wrote: On Thu, Apr 24, 2008 at 8:10 PM, qk wuhanqiangk...@gmail.com wrote: 1. after the page was rendered using WicketTester.startPage(), the real content (the one that returned by getLazyLoadComponent()) was not loaded

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-05-28 Thread Antony Stubbs
( panel:lazy:content:noBookmarks ); Let me know what you think or if you have any improvements! Antony Stubbs wrote: Thanks for the info Frank. Any tips on how to do so? Frank Bille wrote: On Thu, Apr 24, 2008 at 8:10 PM, qk wuhanqiangk...@gmail.com wrote: 1. after the page was rendered using

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-05-28 Thread Antony Stubbs
); // tell wicket tester to execute it :) wc.executeBehavior( b ); // continue with visitation rights, or not, i don't care return CONTINUE_TRAVERSAL; } } ); } Antony Stubbs wrote: And boom! Thanks

Re: [announce] Wicket 1.4-rc4 released

2009-05-28 Thread Antony Stubbs
Is it just me, or is there no rc4 tag in svn? I only see rc3. Regards, Antony Stubbs, NZ http://friendfeed.com/astubbs On 12/05/2009, at 6:13 AM, Jeremy Thomerson wrote: The Apache Wicket team is proud to announce the availability of the fourth release candidate for the newest version

Re: non-existent Springbean lazy beans only work when name specified

2009-05-07 Thread Antony Stubbs
exist, even if it were declared as named. Does that clarify some what? Regards, Antony Stubbs, NZ http://friendfeed.com/astubbs On 7/05/2009, at 11:41 AM, Marat Radchenko wrote: Your setup seems to be broken. That's the whole point of nameless @SpringBean/@Resource/@Autowire - to find beans

non-existent Springbean lazy beans only work when name specified

2009-05-06 Thread Antony Stubbs
; p.setProfileManager( mockProfileManager ); } } I wanted to get some thoughts, before I posted a Jira. Regards, Antony Stubbs, NZ http://friendfeed.com/astubbs

Apache Pivot vs Wicket

2009-05-04 Thread Antony Stubbs
Anyone checked out Apache Pivot yet? http://incubator.apache.org/pivot/ It seems similar to Wicket - but I don't see any sine of a model type of thing to compare with... Anyone got a comparison? Regards, Antony Stubbs, NZ

Selenium-ide support

2009-05-04 Thread Antony Stubbs
to use the id to find components. i'm not talking about selenium-rc hand coding etc... I've seen the wicket-bench support: http://www.laughingpanda.org/~inhuman/wicket-bench/docs/features-0.5.html Regards, Antony Stubbs, NZ

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-03 Thread Antony Stubbs
LOL omg I was so fooled...! Hmm I do hope this is a joke though! Sent from my iPhone On 2/04/2009, at 2:38 AM, Thies Edeling th...@rrm.net wrote: +1 but only because it's april fool's day :) Martijn Dashorst wrote: The Wicket PMC has discussed the following action. Because I think it is

deploy:deploy

2009-03-24 Thread Antony Stubbs
Is there a way to set the timeout for the deploy plugin? I seem to suffer from a very slow connection to my target server, and it keeps timing out. I need to set the time out to about 2 minutes :-/ - ___ http://stubbisms.wordpress.com http://stubbisms.wordpress.com

Re: deploy:deploy timeout

2009-03-24 Thread Antony Stubbs
apologies for the half assed title - must have been distracted Antony Stubbs wrote: Is there a way to set the timeout for the deploy plugin? I seem to suffer from a very slow connection to my target server, and it keeps timing out. I need to set the time out to about 2 minutes

Re: deploy:deploy timeout

2009-03-24 Thread Antony Stubbs
lol omg i really am half asleep. Jeremy Thomerson-5 wrote: Have you tried posting this to a maven list? -- Jeremy Thomerson http://www.wickettraining.com On Tue, Mar 24, 2009 at 9:31 PM, Antony Stubbs antony.stu...@gmail.comwrote: apologies for the half assed title - must

Re: [java-171] Tiles 2 + Spring management interface

2009-03-06 Thread Antony Stubbs
Would you care to back up that bold statement with some reasoning? Regards, Antony Stubbs, NZ On 6/03/2009, at 8:39 AM, Karl W wrote: Dave Stick with Spring MVC, stable, flexible, huge community. Also, with the new Spring Webflow/Spring Faces modules it makes JSF more manageable

Re: GMap2 (wicket-contrib-gmap2) and autozoom with getBoundsZoomLevel

2009-02-28 Thread Antony Stubbs
patched - http://wicketstuff.org/jira/browse/WSGMAPP-7 ryantxu wrote: Strangely I needed to get this to work just yesterday! I was able to hack it by letting GMap2.java take a list of strings it will output at the end of getJSinit() GLatLngBounds bounds = new GLatLngBounds(sw,

Re: gmap2 and helper classes / methods?

2009-02-28 Thread Antony Stubbs
patched - http://wicketstuff.org/jira/browse/WSGMAPP-7 Nino.Martinez wrote: Hmmm, I got so far: public boolean isWithInBounds(GLatLngBounds bounds, GLatLng point) { //if (pointlat maxY pointlat minY pointlng minX pointlng maxX) { //execute script }

Re: initial GMap2 bounds question

2009-02-28 Thread Antony Stubbs
Thanks guys! patched - http://wicketstuff.org/jira/browse/WSGMAPP-7 Martin Funk-3 wrote: Sven Meier wrote: Regretfully there's no direct API call in GMap2 supporting your case. Here's a description how to do it with Javascript only: http://econym.googlepages.com/basic14.htm We could

Re: GSoC ideas for 09

2009-02-25 Thread Antony Stubbs
286 Portlet support has already been finished. Cheers, Tony. On 25/02/2009, at 2:20 PM, C. Bergström wrote: Peter Thomas wrote: On Wed, Feb 25, 2009 at 1:26 AM, C. Bergström cbergst...@netsyncro.com wrote: Hi Everyone! A year ago I bugged dashorst about why Wicket didn't participate

Re: Is wicket:extend strictly required if including entire html child?

2008-12-22 Thread Antony Stubbs
On Fri, Dec 12, 2008 at 5:13 AM, Antony Stubbs antony.stu...@gmail.com wrote: Is it possible to use markup inheritance without having to use wicket:extend in the children? I'd like to be able to use MI without the children html knowing. Just extending the super component should be enough

Re: [OT] wicket users around the world

2008-12-12 Thread Antony Stubbs
Auckland, New Zealand. Currently working in The Netherlands, but currently in Ukraine for a week, working on portal 2 spec implementation in Wicket. :) Martin Sachs wrote: Berlin, Germany - ___ http://stubbisms.wordpress.com

Is wicket:extend strictly required if including entire html child?

2008-12-12 Thread Antony Stubbs
Is it possible to use markup inheritance without having to use wicket:extend in the children? I'd like to be able to use MI without the children html knowing. Just extending the super component should be enough in a lot of situations. Particularly when extending panels which are naughty and don't

Re: Default Focus Behavior?

2008-12-02 Thread Antony Stubbs
Why not put this code into Wicket? jwcarman wrote: On 3/11/08, Martijn Dashorst [EMAIL PROTECTED] wrote: I suggest wiki. Done: http://cwiki.apache.org/confluence/display/WICKET/Request+Focus+on+a+Specific+Form+Component I'm happy now. My work (no matter how trivial) may help

Re: wicket-spring dependency in maven repository

2008-11-04 Thread Antony Stubbs
I've opened a jira issue https://issues.apache.org/jira/browse/WICKET-1913 Erik van Oosten wrote: Doug Donohoe wrote: I'm using wicket-spring-annot and ran into a small problem with maven dependencies. The wicket-spring-annot project depends on wicket-spring. This has come up a

Re: A wicket gathering?

2008-10-14 Thread Antony Stubbs
Amsterdam +1! :) Martin Funk-3 wrote: the london guys are already crouching together at google regularly. i´d love frankfurt :) Yeah, I wouldn't mind that either :-) Though I think Wickets center of gravity on the continent is closer to Amsterdam. And I'm not sure if Frankfurts

Re: Status of Wicket and Groovy?

2008-06-09 Thread Antony Stubbs
I started working on the builder a wee back, and intend on bringing it up to spec. The only work I had done so far was making it compile compatible with Wicket 1.3 and cleaning up the Maven stuff. I forked it to github here:

Re: Status of Wicket and Groovy?

2008-06-09 Thread Antony Stubbs
Ah yes - It was committed, but the first comment line didn't summarise the commit. This is the big commit: Author: Antony Stubbs [EMAIL PROTECTED](none) 2008-03-20 17:24:53 Committer: Antony Stubbs [EMAIL PROTECTED](none) 2008-03-20 17:24:53 Parent

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-18 Thread Antony Stubbs
+1 Most people who use Wicket, I imagine, would be pretty up to date. -- View this message in context: http://www.nabble.com/-vote--Release-1.4-with-only-generics-and-stop-support-for-1.3-tp16090054p16136628.html Sent from the Wicket - User mailing list archive at Nabble.com.

WTP - pulishing changes to Websphere causes WicketRuntimeException

2007-09-05 Thread Antony Stubbs
My simple application is publishing through eclipse wtp (rational application developer). Changing a .java file triggers RAD's hot code replace and it works. However, changing an html file which requires re-publishing and then refreshing the page causes the below WicketRuntimeException.

Re: WTP - pulishing changes to Websphere causes WicketRuntimeException

2007-09-05 Thread Antony Stubbs
); } } Antony Stubbs wrote: My simple application is publishing through eclipse wtp (rational application developer). Changing a .java file triggers RAD's hot code replace and it works. However, changing an html file which requires re-publishing

Wicket capability for LARGE forms

2007-08-29 Thread Antony Stubbs
I have a couple of pages with _very large forms_, that are also modified dynamically to set which fields are editable using javascript, dependant on the value of a drop down list. Please see the example image attached. And that's only the first page the application is in - *gasp* - struts. I

Re: Wicket capability for LARGE forms

2007-08-29 Thread Antony Stubbs
Ah yes, DataTable, I see, like a data grid... And what about changing the fields to enabled / disabled? Staying within Wicket I suppose the nicest way would be ajax onChange behaviour on the initial drop down box? Eelco Hillenius wrote: On 8/29/07, Antony Stubbs [EMAIL PROTECTED] wrote: I

Re: Is Wicket a proper framework for a Webshop ?

2007-08-28 Thread Antony Stubbs
If you're looking for a good action oriented framework - check out Stripes - I hear it's very good at what it does. The other alternative is Struts 2, but I hear people prefer Stripes. Spring MVC seems to be getting a little behind... neekibo wrote: Hi all Wicket-users! I am new to web