Re: Wicket freelancer job in Vienna, Austria

2012-08-08 Thread Andreas Petersson
Hello! I am potentially interested. Can you tell me some details about the project scope and timeline. best regards, Andreas Petersson Am 08.08.2012 12:25, schrieb Marco Zapletal: we are looking for Wicket developer on a freelancer basis for an ongoing project in Vienna, Austria. If you

Re: wicket showing traces that we used wicket is it a problem

2011-05-21 Thread Andreas Petersson
this is the html code i got for a simple program using ajax it shows many traces that we used wicket i am imagining is it cause any problem to reveal what we actually used to the users. It also shows traces that you are using JQuery. That might reveal you are too lazy to code every line of

Re: ArrayList, Label and Model

2010-10-25 Thread Andreas Petersson
try the following: Building.this sent from my smartphone. I am still curious what I should use isntead of this to display data not in Form. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: StackOverFlowError

2010-09-22 Thread Andreas Petersson
i had a very similar problem occuring in production when where was a cluster failover. i could never reproduce it. did something strange happen to you like, the filesystem was partially wiped during writing? - To unsubscribe,

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-04-04 Thread Andreas Petersson
Looks very helpful on first sight. maybe it would make sense to release the used code in the form of a wicketstuff project, for better accessability for developers. I wrote an article for following topic: Image upload using TinyMce within Wicket Framework Article is based on functionality

Re: [wicket-stuff] project sitemap-xml

2010-03-25 Thread Andreas Petersson
On Thu, 25 Mar 2010 12:49:14 -0300, Fernando Wermus fernando.wer...@gmail.com wrote: Hi all, I need to develop sitemap for my web app. I see that there is a project related to this problem. Which is its situation? Does anyone know? thanks in advance hi! the sitemap-xml micro-project

Re: Intellij9 integration

2009-11-14 Thread Andreas Petersson
i think getting official support for wicket in idea is too late. the roadmap was published about 6 months ago, for example at http://blogs.jetbrains.com/idea/2009/05/maia-eap-is-finally-here/ and there is already a beta version available at http://www.jetbrains.com/idea/nextversion/index.html

Re: Proposal: Fake implementation of AjaxRequestTarget instead of null

2009-10-24 Thread Andreas Petersson
I think it absolutely makes sense (for a future release of wicket). having a NullObject instance of AjaxRequestTarget would not waste a lot of cpu cycles at all, at least not how i use it. the only thing i do with the object is call .addComponent() and then refering a already-initialized

Re: Preventing Copy Pasting URL's In Same Browser Session

2009-09-29 Thread Andreas Petersson
I am not aware that Wicket has direct support for this kind of (mis-)behavior. You can, however employ some kind of cheating here. if you set the http headers to no-cache with the help of a servlet filter, the browser will not allow the page to be copy-pasted from local cache, and will

Re: Preventing Copy Pasting URL's In Same Browser Session

2009-09-29 Thread Andreas Petersson
Matej Knopp schrieb: What happens if the user (perhaps accidentally) refreshes page? -Matej he would get an error page using the described approach. clearly not what you would want in a general-purpose web app. BR Andreas -

Re: [wicket-stuff] project sitemap-xml - empty jar' files

2009-09-27 Thread Andreas Petersson
Hi! being the initial commiter of sitemap-xml i sort of feel responsible for this. i am glad to hear it gathers a the problem is that i did not test if the checkin follows the maven conventions, since i don't use maven, i just tried to follow the conventions given by similar projects, which

Re: how to use the BodyTagAttributeModifier class?

2009-08-08 Thread Andreas Petersson
as i understand it from the javadoc you only need a BodyTagAttributeModifier if you create a PANEL that has the desire to add something to the parent body tag. since you do not have a panel, but rather an ordinary page, you can simply assign a wicket:id to your body and alter the attribute as

Re: AW: SSL - ajax login

2009-07-29 Thread Andreas Petersson
according to some, it has to do with non-port 80 requests appearing more suspicous that port-80, and just in combination with firefox = 3.0. did you try deploying your site to http://localhost:80 and https://localhost:443 ? this worked for me. firefox 3.5 did not complain about port 8080/8443

Re: Refreshing a list while using ListDataProvider

2009-05-27 Thread Andreas Petersson
Vasu Srinivasan schrieb: Hello: I have a simple search form , where some criteria refreshes the table based on the db. I got it working with ListView, but im trying to use ListDataProvider, I feel missing something: the trick that worked for me: just re-use the existing list instance. final

Re: I18n and nice URLs

2009-03-17 Thread Andreas Petersson
matches(IRequestTarget requestTarget) // but here how i can get the current locale to determine if /fr/accueil or /en/home matchs this mounter ??? Session.get().getLocale().getLanguage() decode(RequestParameters requestParameters) { // but here how i can change the current locale

Re: GSoC ideas for 09

2009-02-25 Thread Andreas Petersson
- tool to migrate JSF apps to Wicket (heh heh) +1 for that. this would be the killer argument to finally start transitioning to wicket. it does not need to be a 100% converter of all jsf+backing beans - a two-way method for sharing panels/components would enable better transition to

request: make GuiceProxyTargetLocator public

2009-02-21 Thread Andreas Petersson
Hello! (this post went to the guice + the wicket mailing list) I would really like GuiceProxyTargetLocator to have a public constructor. Currently it is package-access. Furthermore findBindingAnnotation should be made public static I had to create a

Re: .html-templates compiler

2009-02-17 Thread Andreas Petersson
well, that is not really what wicket does right now. i think it would be interesting to tie the markup + code more tightly together, to have the compiler already check for correctness, instead of runtime. for example warp-widgets ( http://code.google.com/p/warp-core/ ) does this in an elegant way

Re: Intellij Idea Plugin Bounty

2009-02-13 Thread Andreas Petersson
Also make sure you have the Wicket DTD loaded in Intellij. Regards, Erik. i got the dtd, but where exactly in intellij can you associate the wicket dtd with xhtml. setup external resource did not work. - To unsubscribe,

Re: Intellij Idea Plugin Bounty

2009-02-13 Thread Andreas Petersson
i got the dtd, but where exactly in intellij can you associate the wicket dtd with xhtml. setup external resource did not work. to be more precise, i get autocompletion only for 3 attributes, not for wicket:xxx tags.. - To

Re: WicketForge 0.5.0 Available for IDEA 8

2009-02-11 Thread Andreas Petersson
Nick Heudecker schrieb: I've published WicketForge 0.5.1 to the IDEA plugins site. - Toggling between HTML and Java is fixed. Let me know if you're still having problems with the cursor ending up at the correct location. It's work correctly here but your results may vary. - The

path to resource ../ attached at the beginning

2009-02-06 Thread Andreas Petersson
hi! in the .html file i have references to images such as img src=../res/myimage.jpg width=120 height=90/ in the preview this is the correct path. as soon as i startup the apllication wicket writes out the image as img src=../../res/myimage.jpg width=120 alt=some Image height=90/ 1) why is ../

IoC: how to best handle non-serializable fields in wicket

2009-02-05 Thread Andreas Petersson
hi! so, im using wicket together with guice for DI. i really wondered that the correct approach is here. at first i thought it way easy to do this, but it turns out it is more complicated..- at least more complicated to understand. my typical page looks like this: public class StartPage

Re: IoC: how to best handle non-serializable fields in wicket

2009-02-05 Thread Andreas Petersson
Timo Rantalaiho schrieb: On Fri, 06 Feb 2009, Andreas Petersson wrote: so, im using wicket together with guice for DI. i really wondered that the correct approach is here. http://wicketstuff.org/wicket13/guice/ http://cwiki.apache.org/WICKET/wicket-guice-and-ibatis-example.html Best

Re: IoC: how to best handle non-serializable fields in wicket

2009-02-05 Thread Andreas Petersson
Timo Rantalaiho schrieb: On Fri, 06 Feb 2009, Andreas Petersson wrote: i wonder: myDao is most likely not serializable. WebPage is. WebPage should get serialized. so why the heck does this not throw an error? what kind of magic is going on here? Look at what GuiceComponentInjector

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Andreas Petersson
Swapna Rachamalla schrieb: Hi I Have developed HelloWorld example using Apache Wicket which is given http://wicket.apache.org/examples.html. I have compiled the java files Successfully. But while starting the tomcat 5.5 web server iam getting the following error.

using Gmap2 for route planning

2009-02-01 Thread Andreas Petersson
Hi! I'm using wicket.contrib.gmap.Gmap2 to create maps. i browsed the source, and it does not appear as if there is any implementation ready to overlay routes. hay anybody extended the Gmap2 stuff? my first guess would be to create a new type of GOveray,. similar to GMarker, but slightly more

Re: using Gmap2 for route planning

2009-02-01 Thread Andreas Petersson
hi again! I just finished a rough draft of a GDirections class for GMap2. this is a standalone class, no modifications at the existing resources/classes are necessary. it seems to work in my simple setting - this can also be updated with ajax. the implementation has to override getJSadd() ,