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 collection

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

Re: Announcing: Scala-Wicket Extensions Project

2009-08-18 Thread Antony Stubbs
d which notation you use for ⇒. You are free to use "=>" if you wish -they are synonymous. Also note that you don't have to use ⇒ to interact with the WicketScala library code either. Hope that's clarified things! Cheers, Antony. Jörn On Tue, Aug 18, 2009 at 3:

Re: Announcing: Scala-Wicket Extensions Project

2009-08-18 Thread Antony Stubbs
P.s. I know I'm guilty of it too (I forgot again - the rules for reply, reply-all etc differ depending on how the lists are setup), but try to make sure your replies go to both the list, and my email address - that I'm i'm more likely not to miss them. Cheers, Antony. -

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 to

Re: Announcing: Scala-Wicket Extensions Project

2009-08-18 Thread Antony Stubbs
ava-IDE, scala would be the better java. But without IDE, > many 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 Exte

Re: Announcing: Scala-Wicket Extensions Project

2009-08-18 Thread Antony Stubbs
my Eclipse just displays as a little rectangle. That makes it somewhat > difficult to use those - could you stick with an ASCII charset? > > Jörn > > On Fri, Aug 14, 2009 at 6:53 PM, Antony Stubbs > wrote: >> Hello People, >> >> Today, I am proud to announc

Re: javascript effects before an ajax call

2009-08-18 Thread Antony Stubbs
id).fade({ duration: 0.4, afterFinish: function(effect) { // call replace function oldF(element, text) // render the appear animtion on the replaced element $(element.id).appear({ duration: 0.4}); }}); } --> Cheers, An

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

Announcing: Scala-Wicket Extensions Project

2009-08-14 Thread Antony Stubbs
re: org.wicketstuff.scala wicket-scala 1.4-SNAPSHOT Cheers, Antony Stubbs, sharca.com

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 wrote: Thanks for the reply - I think I'm perhaps trying to bend the framework rather than work with it. I suppose I'm really wond

Re: javascript effects before an ajax call

2009-07-28 Thread Antony Stubbs
another effect. This makes the effects run immediately after the ajax call has completed... This adds a fade transition every time wicket replaces a dom element. A better version would allow you to do it with some hooks, passing in your transition functions. 2009/7/28 Antony Stubbs > (sorry, sent

javascript effects before an ajax call

2009-07-27 Thread Antony Stubbs
chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Wicket-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 a

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, i

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

Wicket-Scala extensions

2009-07-13 Thread Antony Stubbs
l = new Fodel(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 Fod

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 > wrote: >> &g

Re: Restarting AjaxLazyLoadingPanel

2009-05-30 Thread Antony Stubbs
y 30, 2009 at 3:11 AM, Antony Stubbs > 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. do the whole process over and

Re: localisation - specify fallback locale

2009-05-30 Thread Antony Stubbs
when using 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

localisation - specify fallback locale

2009-05-30 Thread Antony Stubbs
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

Restarting AjaxLazyLoadingPanel

2009-05-30 Thread Antony Stubbs
ReadyJavascript( getCallbackScript().toString() ); } } ); } } 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

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 of

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-05-28 Thread Antony Stubbs
ell 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 for t

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-05-28 Thread Antony Stubbs
t: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 wrote: >>> 1. after t

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 wrote: >> 1. after the page was rendered using WicketTester.startPage(), the >> "real" >> content (the one that returned by getLazyLoadComponent()) was not loaded >> by >> default

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

2009-05-07 Thread Antony Stubbs
use the beans that don't 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/@Re

non-existent Springbean lazy beans only work when name specified

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

Selenium-ide support

2009-05-04 Thread Antony Stubbs
y seems 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 Regard

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, An

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 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 prudent that the

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 > wrote: > >> >> apo

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 abo

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: [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: 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 >

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: 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 GLatLngBound

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" >wrote: Hi Everyone! A year ago I bugged dashorst about why Wicket didn't participate in the 08 GSoC.. This yea

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

2008-12-22 Thread Antony Stubbs
the markup of the parent. > > -igor > > On Fri, Dec 12, 2008 at 5:13 AM, Antony Stubbs > wrote: >> >> Is it possible to use markup inheritance without having to use >> in the children? I'd like to be able to use MI without >> the >> children html know

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 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 have tags, a

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 http://stubbisms.word

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)

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

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 Frank

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-

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: http://github.com/astubbs/wicket-contrib-groovy/commits/wicket1.3Compil

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.

Inter web-module class dependencies

2007-09-05 Thread Antony Stubbs
Is it possible for one war to use classes in another war? So far my googling says no: http://www.ibm.com/developerworks/websphere/library/techarticles/0112_deboer/deboer.html "The only restriction to this otherwise simple solution is that, since Web modules are not structured with classes at thei

Re: WTP - pulishing changes to Websphere causes WicketRuntimeException

2007-09-05 Thread Antony Stubbs
s of WebApplication"); } } 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 a

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. Restarting

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 PROTECTE

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 l

Re: Is Wicket a proper framework for a Webshop ?

2007-08-28 Thread Antony Stubbs
For the record I completely agree with you :) I'm in the process of slapping the developers around here, trying to get them to wake up. Senior dev's recommending struts 1 for gods sake... now that's what i call afraid of change It's out of ignorance, and their unwillingness to see what else

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