Re: External resource references not working in Wicket/Jetty

2008-04-07 Thread Martin Funk
ugh... are you sure the link is correct? at least the one in you mail doesn't work here. Bad Request Your client has issued a malformed or illegal request. 2008/4/7, classacts <[EMAIL PROTECTED]>: > > > I'm trying to display a static google map as the background for a div tag > but > it doesn't

Re: Wicket + CMS

2008-04-16 Thread Martin Funk
Is that the same one you were talking about here: http://www.nabble.com/wicket-%2B-CMS-to14895305.html#a14913697 If so, what happened to the the versioning/tagging for free? mf 2008/4/15, Igor Vaynberg <[EMAIL PROTECTED]>: > > the cms matej and i are working on will be opened shortly after may >

Re: Wicket Stuff devs - teamcity is open for registration

2008-05-13 Thread Martin Funk
Hi, may someone please grant me some karma to manage my own build configuration? username: funkattack projects: wicket-contrib-gmap2, wicket-contrib-gmap2-examples mf 2008/5/5 Martijn Dashorst <[EMAIL PROTECTED]>: > We have moved our build server to run on teamcity. Our previous > software was

Re: [PROPOSAL] wicketstuff SVN reorganization...

2008-05-21 Thread Martin Funk
Igor Vaynberg wrote: why should all wicket-stuff projects follow the same release schedule? all these projects are owned by different people, their only thing in common being the svn repository. Technically you are right. But I think there is more to it, than just only technique. More than

Re: GMap2 problem with displaying in IE 6/7

2008-05-21 Thread Martin Funk
Just to make shure, do you still see a bug? Or are things fine now? mf 2008/5/20 Java Programmer <[EMAIL PROTECTED]>: > Found bug in that version comma after 'marker': overlayID, in > addGOverlayListener click event, probably repaired in earlier > versions, sorry for troubling you :(. > > Best

Re: [PROPOSAL] wicketstuff SVN reorganization...

2008-05-22 Thread Martin Funk
James Carman wrote: All, Ok, folks, so where are we on this? There has been some desire to reorganize things a bit. There are at least 3 options that I have heard: 1. Leave everything the way it is. 2. Set everything up the way I suggested (the projects can still have a common parent that's

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Martin Funk
Hi Elco, hi Users, first of all thanks a lot for trying generics in wicket in the first case. I haven't really cared about em so far, too much. So thanks a lot for the learning experience I'm going through right now. [x] Can best be done in a limited fashion, where we only generify IModel bu

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Martin Funk
Hi Elco, hi Users, first of all thanks a lot for trying generics in wicket in the first case. I haven't really cared about em so far, too much. So thanks a lot for the learning experience I'm going through right now. [x] Can best be done in a limited fashion, where we only generify IModel bu

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Martin Funk
Hi Sebastiann, just for clarifying my understanding of the vocabulary: A_HomePage extends WebPage and B_HomePage extends WebPage are both non-generified java classes. It is just that A_HomePage extends the raw type of the generic type WebPage whereas B_HomePage extends the parameterized type, w

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-03 Thread Martin Funk
Johan Compagner wrote: On Mon, Jun 2, 2008 at 9:33 PM, Martin Funk <[EMAIL PROTECTED]> wrote: Hi Sebastiann, just for clarifying my understanding of the vocabulary: A_HomePage extends WebPage and B_HomePage extends WebPage are both non-generified java classes. No the last

Re: (Class>) casting troubles

2008-06-04 Thread Martin Funk
Hi Peter, 2008/6/4 Peter Ertl <[EMAIL PROTECTED]>: > I remember that having more than one wildcard in an type expression seems > to be inherently broken. I hope it is not, I hope it is just hard to understand. > > Usually you can rewrite something like > > void foo(Class> pageClass) I think

Re: (Class>) casting troubles

2008-06-06 Thread Martin Funk
2008/6/6 Sebastiaan van Erk <[EMAIL PROTECTED]>: > Martin Funk wrote: > >> Jeremy Thomerson wrote: >> >>> I haven't read the whole thread, but you should be fine as long as your >>> returned page class uses generics... >>>

Re: (Class>) casting troubles

2008-06-06 Thread Martin Funk
self is generified Depends on how you define generified, but it is not generic, thats for sure. and somehow in a class definition does apply only to a Generified class not a raw type class. I think it is all in that area that it is a Class.. johan my 50 cent, Martin On Fri, Jun 6, 200

Re: (Class>) casting troubles

2008-06-06 Thread Martin Funk
Sebastiaan van Erk wrote: ARgh, you always make typos with this stuff. See correction. Sebastiaan van Erk wrote: Martin Funk wrote: Class> means "class of (anything that extends (page of anything))". I'm not so sure. There are 2 separate issues: ISSUE 1: Foo> is

Re: WUG (wicket user group) @ Øredev

2008-06-18 Thread Martin Funk
Jonathan Locke wrote: shouldn't this be iWUG? ;-) youWUG? iWUGtoo! Nino.Martinez wrote: Hi I've written about this before. And gotten no response what so ever. Could be because there were no program for øredev at that time. There is now: http://www.oredev.org/topmenu/program.4.1ca

Re: Two gmap2 applications

2008-06-19 Thread Martin Funk
smallufo wrote: The two applications are presented in Google Developers Day 2008 in Taipei 2008/6/17 smallufo <[EMAIL PROTECTED]>: FYI... http://destiny.xfiles.to/app/calendar/StarTrans http://destiny.xfiles.to/app/LuckyMap BR ok, I got to admit I didn't check the apps thorou

Re: Two gmap2 applications

2008-06-20 Thread Martin Funk
smallufo wrote: About the applications, do they work for you from were you can see em? The Lucky Maps works to the extend that it draws the Polygons/Lines on the map but it stays fixed on Berlin for me. The Sunrise Sunset Moonrise Moonset Calculation only works for me if I select English,

Re: Two gmap2 applications

2008-06-20 Thread Martin Funk
smallufo wrote: I start to understand. I can confirm that the maps are clickable on my computer. Also that sometimes some lines are not drawn. On my computer I get the impression, that it is sometimes the lines going north, that are now drawn. I have not gone into deep calculation, but could it b

Re: generics

2008-06-24 Thread Martin Funk
basically we feel this is a much cleaner way then what is 1.4m2. this is a call for confirmation/discussion from our user base. do try to port a small project or a part of a larger project you are working on to the [1] branch to see how the new api feels. if we do like this more the new branch w

Re: generics

2008-06-24 Thread Martin Funk
Igor Vaynberg wrote: should compile now, there maybe be some failing tests, but mvn clean install -Dmaven.test.skip=true works for sure thnx, it compiles now mf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: generics

2008-06-24 Thread Martin Funk
Igor Vaynberg wrote: should compile now, there maybe be some failing tests, but mvn clean install -Dmaven.test.skip=true works for sure thnx, it compiles now mf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Ajax enabled radiogroup

2008-01-14 Thread Martin Funk
what does java -version give you. I think on version 1.6 the tests still go boink like that. Your jdk needs to be 1.5. mf Martijn Lindhout schrieb: unfortunately, I got Maven build errors doing just a mvn install from a 'fresh' download. Any idea? [surefire] Running org.apache.wicket.ajax.D

Re: wicket + CMS

2008-01-16 Thread Martin Funk
Hi Igor, just curiosity, how do you cross that gap from java to svn? mf Igor Vaynberg schrieb: i am writing one right now for my company. i am building it on top of svn so you get versioning/tagging for free. it also allows you to embed "tiles" which are wicket components into the pages for al

Re: Wicket and JAVASCRIPT variables

2008-01-16 Thread Martin Funk
mea culpa, could you try again please. mf Ballist1c schrieb: I have had a look, the GMap2 contrib is missing source files :( GOverlayListenerBehavior class is required ... but the SVN I got doesnt have it ... so thats not an option. igor.vaynberg wrote: have you seen wicketstuff's goo

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

2008-02-03 Thread Martin Funk
Hi Marko, 2008/2/3, Marko Taipale <[EMAIL PROTECTED]>: > > > Hi, > > I am about to do a feature to my wicket app containing gmap. There are > several markers on the map and the map will autozoom & center according to > those marker positions. > > Now I am wondering if there is upcoming support for

Re: The type wicket.Component cannot be resolved. It is indirectly referenced The type wicket.Component cannot be resolved. It is indirectly referenced from required .class files

2008-02-04 Thread Martin Funk
As I don't have a percise answer I can only come up with some trivia you already might have thought of. If you project is 'mavenized' a >mvn eclipse:clean eclipse:eclipse might help. Other than that, a 'clean build' in eclipse. Martin 2008/2/4, Fernando Wermus <[EMAIL PROTECTED]>: > > Hi all! >

Re: Intention of PropertyModel in 1.3

2008-02-13 Thread Martin Funk
Hi David, I'm not able to tell you the intention of the PropertyModel. My guess for coding to your spec in 1.3 would be: IModel languageModel = new AbstractReadOnlyModel() { @Override public Object getObject() { return getSession().getLocale().getLanguage(); } }; in your special case y

Re: js pop appearing behind flash

2008-02-13 Thread Martin Funk
Hi, maybe the sugestion in the first result helps: http://www.google.com/search?hl=de&q=yui+calendar+z-index+flash+ontop&btnG=Google-Suche&lr= mf 2008/2/13, mbelarbi <[EMAIL PROTECTED]>: > > > Hi, > > I have a js date picker pop up when the calendar icon is clicked, exactly > like this one on th

Re: AjaxSelfUpdatingTimerBehavior, AjaxFallbackDefaultDataTable and a Form

2008-02-14 Thread Martin Funk
How about using an AjaxCheckBox? That way a state change in the checkbox will be propagated to the server immediately. mf 2008/2/14, Murat Yücel <[EMAIL PROTECTED]>: > > Hi All > > I have some problem with the combination written in the subject. > > I have a panel which has a form. On that form i

Re: org.apache.wicket.protocol.http.WebSession cannot be cast to my.CustomSession

2008-02-17 Thread Martin Funk
So what are you referring to? The ClassCast or the IllegalState exception? For the later I'd say its a sign, that your SpringWebApplication didn't get initialized, aka it didn't find its 'ApplicationContext.xml' I'd say have a look at the wicket-examples esp.: http://svn.apache.org/repos/asf/wicke

Re: AutoCompleteTextField user selection

2008-02-22 Thread Martin Funk
Hi Michal, could you come up with some code? mf 2008/2/22, Bushby <[EMAIL PROTECTED]>: > > > I have an AutoCompleteTextField which searches for a person object. When > a > person is selected from the auto complete, I want to update the panel and > the model with the person's information. I hav

Re: gmap vs gmap2?

2008-02-23 Thread Martin Funk
gmap was there first and gmap2 was inspired by it and both try to deliver the same service. I personally think that gmap2 has the more efficient approach. But as I'm quite involved in developing it, this opinion of mine might not be objective. If you are looking for objectivity you might have to

Re: Where to put external css file for mvn jetty:run?

2008-02-23 Thread Martin Funk
Hi MYoung, I'd say it should read: src/main/webapp/css/aquastyle.css in your maven project directory. fm 2008/2/23, MYoung <[EMAIL PROTECTED]>: > > > I use the Quickstart mvn archetype to generate my project, then use mvn > jetty:run to run the project. > > In my template, I have: > > >

Re: gmap vs gmap2?

2008-02-23 Thread Martin Funk
rik. > > > > > Ryan Gravener wrote: > > I would recommend gmap2 as well. > > > > > > On Sat, Feb 23, 2008 at 12:38 PM, Martin Funk <[EMAIL PROTECTED] > > > > wrote: > > > > > >> gmap was there first and gmap2 was inspired by it

Re: Howto? Wicket, Maven, and multiple Eclipse Java projects

2008-02-24 Thread Martin Funk
There are several approaches, but first I'd ask, why do you hesitate to install the Libraries to your local repository? I'd say its perfectly fine that projects depending on each other still have to be compiled independently. If you want to compile them all in one rush a parent module would have t

Re: Howto? Wicket, Maven, and multiple Eclipse Java projects

2008-02-24 Thread Martin Funk
> > > > Ok. Thank you. Now I just need help with the parent pom not to assume > my utility projects for web applications ;) Anyone? > http://www.sonatype.com/book/index.html http://www.devzuz.com/web/guest/products/resources#BBWM mf

Re: Howto? Wicket, Maven, and multiple Eclipse Java projects

2008-02-24 Thread Martin Funk
How about: http://svn.apache.org/repos/asf/wicket/trunk/ and its subdirectories :-) 2008/2/24, Martin Makundi <[EMAIL PROTECTED]>: > > > > Ok. Thank you. Now I just need help with the parent pom not to assume > > > my utility projects for web applications ;) Anyone? > > > > > http://www.sonat

Re: 1.3.0-SNAPSHOT problem

2008-02-27 Thread Martin Funk
Have you installed wicket from source like from? svn co https://svn.apache.org/repos/asf/wicket/trunk I don't think that the 1.3-SNAPSHOT version is not hosted on mavens central repository. There might be one but I don't know out of my head. My best suggestion would be, take the 1.3.1 version

Re: AutoCompleteTextField user selection

2008-02-28 Thread Martin Funk
{ > Patient patient = getPatient( > selectedPatient ) ); > target.addComponent( > patientDataPanel ); > hideSearch( target ); >

Re: [MEETUP] Wicket Meetup @ ApacheCon Europe: 4 weeks to go, 21 attendees already

2008-03-06 Thread Martin Funk
when is the date going to be drilled down?

wicket-stuff commit rights

2008-03-08 Thread Martin Funk
ds (Let's) Have (more) fun, Martin Funk

Re: wicket-stuff commit rights

2008-03-08 Thread Martin Funk
thnx 2008/3/8, Janne Hietamäki <[EMAIL PROTECTED]>: > > Done. > > Janne > > On Sat, Mar 8, 2008 at 10:09 AM, Martin Funk <[EMAIL PROTECTED]> > wrote: > > > > Hi to the wicket-stuff admins bunch, > > > > on behalf of Dan Walmsley, I&#x

Re: Any interest in a Wicket User Group meeting in The Netherlands?

2007-09-11 Thread Martin Funk
Would it be impolite to ask if the language of the meeting could be English? I think I'd come anyway, but if it all talking were in Nederlands, my level of understanding would drop drastically. Coming from Düsseldorf, probably by train, Amsterdam or Amersfoort don't seem to make a big differe

Failing test org.apache.wicket.markup.html.image.ImageTest

2007-09-21 Thread Martin Funk
Hi, am I the only one catching this on a mvn clean install? [...] [surefire] Running org.apache.wicket.markup.html.image.ImageTest [surefire] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,055 sec FAILURE !! [...] According to svn the ImageTest.java wasn't touched for over thr

Re: Google Maps API

2007-10-03 Thread Martin Funk
hmm.. how do you deploy? To get a first glimpse, a: mvn jetty:run should get the jetty server running and the examples should be visible at: http://localhost:8080/wicket-contrib-gmap2-examples/ If you want to start it from within Eclipse using the Start class a: mvn eclipse:clean eclipse:ecl

Re: replacing panel with form

2007-10-21 Thread Martin Funk
You are not doing anything really wrong, its not Component.replaceWith that is complaining but the renderer. Embedding the Form in a Panel is a reasonable solution, alternatively you could add both components and toggle their visibility. Martin jar ade schrieb: Hi all, I´m trying to replac

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Martin Funk
Johan Compagner schrieb: Guys, we are already in the month of the great Wicket meetup in the netherlands So does anybody have idea's what you would like to see ? Do you want to see some short presentations? What would be good topics? Does anybody want to give a short presentation? my presen

Re: gmap2 and permissions

2007-11-05 Thread Martin Funk
Hi Jan, not sure if Sven or I can come up with something tonight, but it won't be forgotten. http://wicketstuff.org/jira/browse/WSGMAPP-3 Martin Jan Stette schrieb: Some more information after looking further into this - it looks like I'm seeing the same problem as mentioned in this thread: h

Re: gmap2 and map creation

2007-11-06 Thread Martin Funk
Hi Jan, to operate in before you can call this method (Component#getMarkupId) at org.apache.wicket.Component.getMarkupId(Component.java:1201) at wicket.contrib.gmap.GMap2.getJSinvoke(GMap2.java:399) at wicket.contrib.gmap.GMap2.getJSsetZoom(GMap2.java:424) at wicket.contrib.gmap.

Re: gmap2 and permissions

2007-11-06 Thread Martin Funk
Hi Jan, the good news is that I think we got a better understanding on this question, the bad news is we only can offer a workaround, not an elegant solution. The problem is that Firefox and obviously Konqueror too object to load external

Re: gmap2 and map creation

2007-11-07 Thread Martin Funk
va:1201) at wicket.contrib.gmap.GMap2.getJSinvoke(GMap2.java:399) at wicket.contrib.gmap.GMap2.getJSsetCenter(GMap2.java:424) at wicket.contrib.gmap.GMap2.setCenter(GMap2.java:353) Jan On 06/11/2007, Martin Funk <[EMAIL PROTECTED]> wrote: Hi Jan, to operate in before you

Re: Thx everybody that attended the user group meeting in The Netherlands

2007-12-03 Thread Martin Funk
Uwe Schäfer schrieb: Niels van Kampenhout schrieb: Do we have a place to upload slides to, e.g. slideshare? oh please! i´d love to see what i´ve missed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Thx everybody that attended the user group meeting in The Netherlands

2007-12-03 Thread Martin Funk
Johan Compagner schrieb: The number of people that eventually really attended was really high, and i enjoyed it a lot. Special thx to Arjé for organizing it in this way, if you have a wicket feature request tell me! ;) johan Talking about Arje's talent of organizing: I was able to walk up

Re: maven repository for wicketstuff

2007-12-03 Thread Martin Funk
Ryan McKinley schrieb: Hello- I am stumbling through learning wicket and am hitting some things I don't grock about maven. I want to run the gmap2 example. When I check it out and then run: $ mvn jetty:run (or mvn install) I get an error that says "Missing: org.wicketstuff:wicket-contrib-g

Re: getApplication

2007-12-05 Thread Martin Funk
Uwe Schäfer schrieb: Hi why is it, that i can (and should) override getSession() to get 'my' implementation, @Override public MySession getSession() { return (MySession) super.getSession(); } whereas getApplication is unfortunately final. @Override public fin

Re: getApplication

2007-12-06 Thread Martin Funk
Uwe Schäfer schrieb: Martin Funk schrieb: The Application you declare in the web.xml, so if you want your MyApplication you do it there and no need to fiddle with the getApplication() method. sorry, i did not make myself clear. i do declare my application in the web.xml. thats not what i am

Re: How to send a non-html response ?

2007-12-13 Thread Martin Funk
Joshua Jackson schrieb: Dear all, Is there any guide anyone can redirect me to send a non-html response ? Where do I set this up? I wanted to give an MS-Word format document back to the client. Can anyone give me a clue on this? Thanks in advance. how about: http://www.nabble.com/Stream-

Re: Refresh component from non-wicket js

2008-06-25 Thread Martin Funk
Mats Norén wrote: Hi, I've been searching the archives on a simple way to repaint a component from a non-wicket javascript, ie the javascript is not attached or associated with a wicket component. The usecase: 1. A user updates data in the browser (non wicket) 2. Presses save (could be a wicket

Re: Gmap2 problem with Firefox 3.0

2008-06-26 Thread Martin Funk
Sven Meier wrote: Hi, I'm investigation the issue: It seems that Google's css is being screwed up in FF3. When I let Wicket strip all wicket tags *or* assign pixel width (instead of 100%) to the element holding the map, everthing works fine in FF3. btw. Sven, I now can confirm the effect of s

Re: Gmap2 problem with Firefox 3.0

2008-06-27 Thread Martin Funk
Ryan Sonnek wrote: On 6/26/08, Martin Funk <[EMAIL PROTECTED]> wrote: Sven Meier wrote: Hi, I'm investigation the issue: It seems that Google's css is being screwed up in FF3. When I let Wicket strip all wicket tags *or* assign pixel width (instead of 100%) to the ele

Re: Gmap2 problem with Firefox 3.0

2008-07-03 Thread Martin Funk
Rafa? Jaskó?ka wrote: Hi, It seams that main problem for FF3 are custom wicket tags, in this case. The most simple solution will be adding line you meant: was, didn't you? https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-gmap2-examples/src/main/java/wicket/

Re: Gmap2 problem with Firefox 3.0

2008-07-03 Thread Martin Funk
will tell him. mf 2008/7/3 Martin Funk <[EMAIL PROTECTED]>: Rafa? Jaskó?ka wrote: Hi, It seams that main problem for FF3 are custom wicket tags, in this case. The most simple solution will be adding line you meant: was, didn't you? https://wicket-stuff.svn.so

Re: Gmap2 problem with Firefox 3.0

2008-07-03 Thread Martin Funk
p, but generally this change in forefox's layout might effect other places too. Sven Ryan Sonnek schrieb: On 6/26/08, Martin Funk <[EMAIL PROTECTED]> wrote: Sven Meier wrote: Hi, I'm investigation the issue: It seems that Google's css is being scre

Re: Wicket Phonebook: Maven repos not available, can't build

2008-08-29 Thread Martin Funk
pixotec wrote: Thank you, this solves the SUN part... But how to avoid using the unreachable repo.mergere.com-repository? Where is it configured? How to use another repo? (Sorry I am new to Maven...) Should you change it in SVN to avoid the problem for other users, too? I changed the SUN part

Re: Wicket Phonebook: Maven repos not available, can't build

2008-09-01 Thread Martin Funk
pixotec wrote: Martijn Dashorst wrote: and why even bother using mergere.com or devzus.com as a repo manager? I just installed Maven 2.0.9under Windows, checked out the phonebook and die "mvn package". I can not find the string "mergere" in the project's directory, so it must be at a

Re: [OT] Wicket in Action Woes

2008-09-01 Thread Martin Funk
Obviously you have developed a somewhat magntic tummy while writing the book. :-) Martijn Dashorst wrote: Just be patient: getting the first printed copies first is a writer's prerogative. In the mean time, my Wicket in Action unboxing pictures whos that the book is not a mirage: http://martij

Wicket @ www.xing.com

2008-09-02 Thread Martin Funk
Hi list, there also is a Wicket group on Xing. Hope this helps to spread the word about Wicket a bit further. As I applied for founding that group there, I'm listed as its moderator. Also I uploaded the banners, hope this bears no legal problems. Currently the groups language is registered to

Re: trying to display exceptions in Tomcat

2008-09-05 Thread Martin Funk
Dean Murray wrote: Hi, I am new to Wicket and Tomcat and I am following a tutorial using Tomcat 6. I am doing a very simple Hello World application. I am trying to get Tomcat to display the exception message instead of the infamous The requested resource (/myApp/app) is not available Statu

Re: Gmap2 not visible

2008-09-09 Thread Martin Funk
normanr wrote: It's me again ;) I was trying to figure out why starting wicket in deployment mode solved the problem. I thought i've made a bookmark of the page i've read something about that, but i did not. And now i'm googling around but do not find it again. So would somebody of you be so kin

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

2008-09-09 Thread Martin Funk
comment for REV 3416. Is it gone or has it never been in svn? Martin Funk-3 wrote: Hi Marko, 2008/2/3, Marko Taipale <[EMAIL PROTECTED]>: Hi, I am about to do a feature to my wicket app containing gmap. There are several markers on the map and the map will autozoom & center

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

2008-09-09 Thread Martin Funk
order and the zoomlevel of the map. I think that's easier to implement. mf Btw.: I can't promis anything either ;-) Martin Funk-3 wrote: Don't know what bit me there, I have to apologize. You don't happen to have any ideas molded in code on that, do you? mf norman

Re: GMap2-Issue with AJax

2008-09-15 Thread Martin Funk
Markus wrote: Hi all, I filed a Bugreport for Gmap2: http://wicketstuff.org/jira/browse/WSGMAPP-11 Can anyone reconstruct this behavior or has already solved the Problem? I´m kinda stuck here and have not the tiniest bit of an idea how to debug this :/ Regards Markus Hi Markus

Re: initial GMap2 bounds question

2008-10-08 Thread Martin Funk
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 make up a function that hides the details: GMap2#fitMarkers(List) Martin, what do you think?

Re: A wicket gathering?

2008-10-14 Thread Martin Funk
> > 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 places to hold a conference at, are as nice as Amst

Re: GMAP2 non ajax?

2008-10-17 Thread Martin Funk
Nino Saturnino Martinez Vazquez Wael wrote: I know, im just too lazy if gmap2 already supports it:) were in the 'simple' example do you see ajax? [EMAIL PROTECTED] wrote: I'm not sure if GMap2 has that option, but if not, you could just put plain GMap code and provide the location with some h

Re: GMAP2 strangeness

2008-10-17 Thread Martin Funk
Martin Funk wrote: Nino Saturnino Martinez Vazquez Wael wrote: Hi im expirirencing some stangestuff: Caused by: java.lang.NullPointerException at wicket.contrib.gmap.api.GOverlay.getJSadd(GOverlay.java:62) at wicket.contrib.gmap.GMap2.getJSinit(GMap2.java:463) at

Re: GMAP2 strangeness

2008-10-17 Thread Martin Funk
Nino Saturnino Martinez Vazquez Wael wrote: Hi im expirirencing some stangestuff: Caused by: java.lang.NullPointerException at wicket.contrib.gmap.api.GOverlay.getJSadd(GOverlay.java:62) at wicket.contrib.gmap.GMap2.getJSinit(GMap2.java:463) at wicket.contrib.gmap.GMap2.access$000(GMap2

Re: GMAP2 non ajax?

2008-10-18 Thread Martin Funk
layListenerCallbackUrl' of the GMap2. So the String above is nothing more than a property of the GMap2. This property is used by GOverlays, that might be added to the map later on. If they fire an event that triggers a call to the server, the property is used as a callbackUrl to the GOverlay

Re: GMAP2 non ajax?

2008-10-18 Thread Martin Funk
that take the GOverlays as a parameter. (Sorta inspired by the dropping of the wicket 2.0 constructor change) If the dragging of the map needs to be turned of, a 'map.setDraggingEnabled(false);' needs to be added. mf Martin Funk wrote: Nino Saturnino Martinez Vazquez Wael wrote: Hi

Re: where is wicket-contrib-gmap3 1.3.4

2008-10-19 Thread Martin Funk
2008/10/20 overseastars <[EMAIL PROTECTED]> > > Sorry I got some of my words missing. I mean the latest > wicket-contrib-gmap2-1.4 is not compatible with wicket-1.3.4. > > So the only way is to checkout the svn and DIY that jar file??? If you wan't to stay 'on the edge' you can check out trunk,

Re: Javascript callback

2008-10-20 Thread Martin Funk
2008/10/20, dideep <[EMAIL PROTECTED]>: > > I've got a highly functional JS widget (a grid) which I'm trying to wrap up > in a wicket component. The JS widget has an object it uses to talk to the > server - you tell this object a URL. I've got as far as adding a > DefaultAjaxBehavior to my compon

Re: GMAP2 with Wicket AjaxTabbedPanel

2008-10-22 Thread Martin Funk
Hi kiks, could you boil that down to a quickstart. I'll be happy to look into that. mf 2008/10/23, ej595 <[EMAIL PROTECTED]>: > > Im having a most strange problem and im wondering if anyone has a fix at > all. > I have a series of ajax tabbed panels one of which is supposed to show a > gmap2 goo

Re: GMap2 - GInfoWindow

2008-10-28 Thread Martin Funk
Jeremy Thomerson wrote: I'm not sure who maintains GMap2 (Martin F?) I guess one could say that :-) - but I just created a class that allows me to show an info window when a GMarker is clicked. This could actually be abstracted to allow other calls on a GMarker fairly easily. Two questions: 1

Re: 10th aniversary of wicket

2014-01-22 Thread Martin Funk
e would have to as Jonathan... mf Am 20.01.2014 um 10:52 schrieb Ernesto Reinaldo Barreiro : > Hi, > > Chatting with Martin Funk, a fellow wicketeer, he mentioned this year > Apache Wicket will become 10 years old! > > Are there any celebrations planned? Shall "we"

Re: bug or new feature

2014-02-22 Thread Martin Funk
Hi Ernesto, without having looked into this. It sound similar to: https://issues.apache.org/jira/browse/WICKET-3277 mf Am 22.02.2014 um 08:04 schrieb Ernesto Reinaldo Barreiro : > Guess <%- text %> is giving problems > > > On Sat, Feb 22, 2014 at 7:50 AM, Ernesto Reinaldo Barreiro < > reier.

What is the meaning of: javax.ejb.Stateless;

2014-03-06 Thread Martin Funk
Hi again, still at a very early stage of conquering the domain of TomEE+. I have a question on javax.ejb.Stateless. In the specs I read that in the area of SOAP based web services, which are implemented by an EJB component the class implementing the endpoint must be annotated @Stateless or @Sin

Re: What is the meaning of: javax.ejb.Stateless;

2014-03-06 Thread Martin Funk
skip this wrong mailing list: Am 06.03.2014 um 17:33 schrieb Martin Funk : > Hi again, > > still at a very early stage of conquering the domain of TomEE+. > > I have a question on javax.ejb.Stateless. In the specs I read that in the > area of SOAP based web services, which

JavaLand 2014

2014-03-23 Thread Martin Funk
Hi, anyone at the JavaLand 2014 conference in Brühl this week? I'd be happy to meet, ping me on twitter: @funkattack or send an E-Mail: mafulaf...@gmail.com Cheers, Martin - To unsubscribe, e-mail: users-unsubscr...@wicket.apa

Re: session timeout detection

2007-07-31 Thread Martin Funk
Mark Sandori schrieb: Does anyone know how to detect a session timeout in Wicket 1.3 Beta 2? Right now a new session is silently being created automatically after a timeout. Thanks, Mark. - To unsubscribe, e-mail: [EMAIL PROT

Re: session timeout detection

2007-07-31 Thread Martin Funk
erm... that's what coding outside the IDE does to you:-) class YourApplication . { protected ISessionStore newSessionStore() { return new MySessionStore(...); } } I meant: class YourApplication . { protected ISessionStore newSessionStore() { return new YourNewSe

Re: wicket-703

2007-08-15 Thread Martin Funk
whilst you are at it: https://issues.apache.org/jira/browse/WICKET-480 mf Igor Vaynberg schrieb: looks like it got missed when we scheduled thing for beta3 so it was off the radar :( fixed now. -igor On 8/15/07, Andrew Klochkov <[EMAIL PROTECTED]> wrote: I reported the bug more that a mo

Re: Why TD can't include background attribute in html template?

2007-08-22 Thread Martin Funk
smithfox schrieb: I'm a wicket beginner, Yesterday, I find a problem, but I can't sure it is a wicket1.3beta2 bug If you write a td with a background attribute, all wicket:id after the td will can't be recognized. My html template is a simple form. UTF-8 Could you post the the template code

Re: Why TD can't include background attribute in html template?

2007-08-22 Thread Martin Funk
smithfox schrieb: The zip file is my project zip ball http://www.nabble.com/file/p12271290/wicket_test.zip wicket_test.zip Martin Funk-3 wrote: smithfox schrieb: I'm a wicket beginner, Yesterday, I find a problem, but I can't sure it is a wicket1.3beta2 bug If you

Re: Why TD can't include background attribute in html template?

2007-08-22 Thread Martin Funk
path. Some thing like bar mf For duplicating the bug: I think the form should have tow layer nested tables and the better add some Chinese text :) Beacuse I don't know the really cause. Martin Funk-3 wrote: smithfox schrieb: The zip file is my project zip ball

Constructor of Component not DRY?

2007-08-23 Thread Martin Funk
Hi, doing a little code reading and trying to understand what I read, I came across org.apache.wicket.Component 's constructors. To my eyes the two constructors look very much alike and I wonder why they were not chained like this: public Component(final String id) {

Re: Constructor of Component not DRY?

2007-08-23 Thread Martin Funk
t least not in public :-) Martin johan On 8/23/07, Martin Funk <[EMAIL PROTECTED]> wrote: Hi, doing a little code reading and trying to understand what I read, I came across org.apache.wicket.Component 's constructors. To my eyes the two constructors look very much alike an

Re: Constructor of Component not DRY?

2007-08-24 Thread Martin Funk
Eelco Hillenius schrieb: private component init(String, IModel) which can assume null arguments do the null checks in the constructor and forward to that method That's an option in general, though the disadvantage of that is that you can't use final fields. Anyway, for this case, if anyo

Re: Markup of type 'html' for component 'wicket.contrib.gmap.GMap2' not found

2007-08-26 Thread Martin Funk
Hi Hung, this addition to the pom.xml of org.wicketstuff wicket-contrib-gmap2-examples should not be needed since that pom inherits that setting form the pom.xml of org.apache.wicket wicket-parent 1.3.0-SNAPSHOT All that should need to be done after checking the proje

Re: Putting an Ajax Callback in AjaxEventBehavior

2009-03-10 Thread Martin Funk
override protected CharSequence getSuccessScript() { return null; } of AbstractDefaultAjaxBehavior mf Am 11.03.2009 um 04:07 schrieb danelav: I have an image with an onmouseup AjaxEventBehavior. This results in the following markup:

Re: wicket <-> opensocial integration (with example code)

2009-03-11 Thread Martin Funk
I'd even ask for one step further. How about creating some quickstart with this and add it to wicketstuff. Not quite sure, maybe this could be turned into a reusable HeaderContributor.

mf
Am 12.03.2009 um 03:23 schrieb Igor Vaynberg:


  1   2   >