Refreshing a repeater component via ajax

2015-05-11 Thread Andreas
Can't refresh a repeater component after removing an item. Error: /Last cause: Component com.shop.ShoppingCartPanel$1 has been added to the target. This component is a repeater and cannot be repainted via ajax directly. Instead add its parent or another markup container higher in the hierarchy./

Re: Refreshing a repeater component via ajax

2015-05-11 Thread Andreas
Hi, actualy I resolve it using a component wrapper, but I'm interesting in what you realy suggest. You might need to qualify this with a name: MyPanel.this and also make sure your panel call setOutputMarkupId(true) What is MyPanel? Maybe you mean *Panel.this*? -- View this message in

Re: Refreshing a repeater component via ajax

2015-05-11 Thread Andreas
Yes. it works, but what in the above *this* means? Is not it the same with next? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Refreshing-a-repeater-component-via-ajax-tp4670710p4670714.html Sent from the Users forum mailing list archive at Nabble.com.

using Gmap2 for route planning

2009-02-01 Thread Andreas Petersson
complex. has anybody experience with that, or an example how to do it? best regards, andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

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() ,

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.

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

2009-02-05 Thread Andreas Petersson
+IoC on this matter. best regards, Andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

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

path to resource ../ attached at the beginning

2009-02-06 Thread Andreas Petersson
contain links to the same images...) best regards andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

URL Mapping (Beginner)

2009-02-09 Thread Andreas Balke
Hi guys, I'm playing around with wicket a bit, but I cannot solve an (probably easy) problem: my pages cannot be resolved. The Homepage class is reachable, but only be calling the Root URL. Calling an explicit html file gives me a Tomcat 404 without useless message... Am I something

Re: URL Mapping (Beginner)

2009-02-09 Thread Andreas Balke
Login-Page directly with URL ../Login Stefan -Ursprüngliche Nachricht- Von: Andreas Balke [mailto:a...@doppelpop.de] Gesendet: Montag, 9. Februar 2009 16:59 An: users@wicket.apache.org Betreff: URL Mapping (Beginner) Hi guys, I'm playing around with wicket a bit, but I cannot solve

Re: URL Mapping (Beginner)

2009-02-09 Thread Andreas Balke
, PackageName.forClass(Page1.class))). This will mount your pages as /pages/Page1, pages/Page2, etc. Regards, Matt. On Mon, Feb 9, 2009 at 10:12 AM, Andreas Balke a...@doppelpop.de wrote: Thank you Stefan. Is there even a more generic way, like telling Wicket: take all in this directory? Guess not, since

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

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: .html-templates compiler

2009-02-17 Thread Andreas Petersson
alternative to wicket:id, so you will not be able to compile if you didn't supply the enum. @Wicket(id=MyWebPage.BLA) pSome dummy labelText/p or ... @WicketRemove liadditional BulletPoint/li i should do a proof-of-concept when my project is finished :) best regards andreas On Tue, 17 Feb 2009 08:52

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

Re: I18n and nice URLs

2009-03-17 Thread Andreas Petersson
? Session.get().setLocale(new Locale(#somelang#)) does this work for you? this is how i use the locale. best regards, Andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

AW: number of active users

2009-03-25 Thread Andreas Kaluza
: number of active users yeah search the list i did something once but its not a great solution and it does not work when clustering 2009/3/25 Andreas Kaluza kal...@rhrk.uni-kl.de: Hi @ all, I'm using Wicket 1.35 with a jetty server. My question is if I can get the number

wicket-phonebook

2009-09-24 Thread Andreas Kaluza
Hi @all, I'm trying to install the wicket-phonebook with mvn install. The error message is: [INFO] Scanning for projects... Downloading: http://download.java.net/maven/2//org/wicketstuff/wicketstuff-core/ 1.4-SNAPSHOT/wicketstuff-core-1.4-SNAPSHOT.pom [INFO] Unable to find resource

AW: wicket-phonebook

2009-09-24 Thread Andreas Kaluza
it on your hard drive, since Maven tries and download it. Regards, Pierre On Thu, Sep 24, 2009 at 12:33 PM, Andreas Kaluza kal...@rhrk.uni- kl.dewrote: Hi @all, I'm trying to install the wicket-phonebook with mvn install. The error message is: [INFO] Scanning for projects

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

2009-09-27 Thread Andreas Petersson
(at work). do not hesitate to contact me. best regards andreas Can you submit a patch or even just commit the fix yourself? The brutal truth is that most wicket stuff projects are abandoned toys that their owners once created. But the nice thing is that you are free to change it if you want

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

2009-09-29 Thread Andreas Petersson
(“Pragma”, “no-cache”); response.addHeader(“Cache-Control”, “no-cache”); response.addHeader(“Cache-Control”, “must-revalidate”); response.addHeader(“Expires”, “Mon, 8 Aug 2006 10:00:00 GMT”); // some date in the past BR Andreas The users don't want this behavior. Could I make it work

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

DefaultObjectStreamFactory | Re: AccessControlException with Wicket on Google App Engine (GAE)

2009-11-02 Thread Andreas Maza
just to circumvent the problem for a while, I am thinking of the following workaround: what would be the implications if I change the implementation of IObjectStreamFactor.DefaultObjectStreamFactory so that newObjectInputStream() and newObjectOutputStream return the regular JDK

Re: Intellij9 integration

2009-11-14 Thread Andreas Petersson
to the corresponding getter and find usages of those getters *) support for find usages for wicket:ids *) central facet for wicket, to control its settings. *) ability to turn off the non-serializable field in serializable class warning in components for fields that are injected. br andreas If any of you

URL Rewriting in Wicket

2009-12-13 Thread Andreas Maza
Hello, I would like to do a simple URL rewriting in my application: All requests containing a given path (e.g., a /x/...) should be filtered and redirected accordingly. In other words, for a request to http://www.example.com/x/something I want to do a database lookup based on the value of

AW: Wicket Portlets and Liferay

2010-01-13 Thread Andreas Thiel
portlet: FATAL: Error filterStart Hope this helps. Cheers, Andreas -- Andreas Thiel Principal Consultant mailto:andreas.th...@valtech.de Mobile: +49 172 8982687 Valtech GmbH Bahnstraße 16 40212 Düsseldorf Germany Phone: +49 211 179237-0 Fax: +49 211 179237-19 http://www.valtech.de

RE: wicket bench in eclipse

2010-01-21 Thread Andreas Lüdtke
Hi Lionel, since you don't write what exactly doesn't work, I can only guess: is the M2_REPO variable beeing defined/set in eclipse? This was my main problem when I used eclipse. You should give NetBeans a try. Just open the pom file and everything is fine and working. Andreas -Original

RE: wicket bench in eclipse

2010-01-21 Thread Andreas Lüdtke
Hi Jeroen, I can open the parent pom and build/test the whole thing. Is that what you're looking for? The project explorer lists under Modules all the sub projects... Andreas -Original Message- From: Jeroen Steenbeeke [mailto:j.steenbeeke...@gmail.com] Sent: Thursday, January 21

jetty prob

2009-03-29 Thread Andreas Kaluza
Hi @ all, I have renamed the package of my wicket-application. Now I cannot start the jetty server. The exception is: ERROR - log- failed wicket.Umfragesystem org.apache.wicket.WicketRuntimeException: Unable to create application of class servlet.UmfragesystemApp

AW: jetty prob

2009-03-29 Thread Andreas Kaluza
...@carmanconsulting.com] Gesendet: Sonntag, 29. März 2009 15:33 An: users@wicket.apache.org Betreff: Re: jetty prob Shutdown your other server (or change what port you're using). Something else is using that port. On Sun, Mar 29, 2009 at 9:27 AM, Andreas Kaluza kal...@rhrk.uni-kl.de wrote: Hi @ all

AW: jetty prob

2009-03-29 Thread Andreas Kaluza
of the wicket mapping in your web.xml: Caused by: java.lang.ClassNotFoundException: servlet.UmfragesystemApp -- Cristiano On Sun, Mar 29, 2009 at 10:27 AM, Andreas Kaluza kal...@rhrk.uni- kl.dewrote: Hi @ all, I have renamed the package of my wicket-application. Now I cannot

FileUpload: mark/reset not supported

2009-04-01 Thread Andreas Kaluza
Hi @ all! I have a FileUpload which is not working. My Feedback component recognized: The file cannot be saved! Cause: mark/reset not supported What I'm doing is: I pass the input stream from the FileUpload to a method, which uses it for XML-parsing. With some files it's working with other

Panel switching in LinkTree.onNodeLinkClicked() doesn't work

2009-05-25 Thread Bürgel , Andreas
freundlichen Grueszen, / With kind regards, i.A. Andreas Buergel BUCYRUS (R) Engineering Center Automation Longwall Division Industriestr. 1, D-44534 Luenen Tel: +49 (2306) 709 2509 Fax: +49 (2306) 709 1315 2509 mailto: andreas.buer...@de.bucyrus.com http

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

AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-01-29 Thread Andreas Lüdtke
the AjaxFallbackDefaultDataTable to reflect the changes? Andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

RE: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-01-30 Thread Andreas Lüdtke
an AbstractAjaxTimerBehavior with a duration of 1 second and that is updating the table after one second. Now I'm curious: do I generate too much Ajax traffic if that timer is running every second? I only need it to run once after I changed the model... Thanks Andreas -Original Message- From: Riyad Kalla

RE: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-02-02 Thread Andreas Lüdtke
the AjaxFallbackDefaultDataTable in your opinion ;-) Andreas -Original Message- From: Riyad Kalla [mailto:rka...@gmail.com] Sent: Monday, February 01, 2010 4:40 PM To: users@wicket.apache.org; sam.lued...@t-online.de Subject: Re: AjaxFallbackDefaultDataTable and delete via ModalWindow

PagingNavigator css tags

2010-02-04 Thread Andreas Lüdtke
appreciated. Andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

AbstractAjaxTimerBehavior#onTimer() doesn't work in deployment mode

2010-02-06 Thread Andreas Lüdtke
calling AbstractAjaxTimerBehavior.stop() the onTimer method is still called (of course only in development mode). ;-) If someone finds the time to fix this, I would be glad if this person could implement a restart() method to start the timer after it has been stopped. Andreas

best practice for a simple menu

2010-02-07 Thread Andreas Lüdtke
and share his/her expertise, I would be really glad. All the examples I found didn't helped me. Thanks in advance Andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

RE: AbstractAjaxTimerBehavior#onTimer() doesn't work in deployment mode

2010-02-09 Thread Andreas Lüdtke
Can someone please confirm if this is a bug? If yes, I will create a JIRA issue if I'm allowed to do that. Thanks Andreas -Original Message- From: Andreas Lüdtke [mailto:sam.lued...@t-online.de] Sent: Saturday, February 06, 2010 7:43 PM To: users@wicket.apache.org Subject

RE: AbstractAjaxTimerBehavior#onTimer() doesn't work in deployment mode

2010-02-12 Thread Andreas Lüdtke
Igor, I made a quickstart and found that it's not a wicket issue but a tomcat issue. I installed tomcat 6.0.24 and configured it in Netbeans and now it works as expected. Thanks Andreas -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Tuesday

best way to detect session termination

2010-02-13 Thread Andreas Lüdtke
I would like to detect the termination of the session to set the lastAccesTime in the user profile. This should also happen if the session times out. I read in archive about a HttpSessionListener that should do the trick. Unfortunately I can't find a place to install it. Thanks Andreas

RE: best way to detect session termination

2010-02-14 Thread Andreas Lüdtke
sessions in the context of a request cycle. Do you know how I can achieve this? Andreas -Original Message- From: Eelco Hillenius [mailto:eelco.hillen...@gmail.com] Sent: Saturday, February 13, 2010 7:02 PM To: users@wicket.apache.org; sam.lued...@t-online.de Subject: Re: best way

setPageExpiredErrorPage only for certain pages?

2010-02-14 Thread Andreas Lüdtke
with that page should be made. Is this possible with wicket? Andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

RE: setPageExpiredErrorPage only for certain pages?

2010-02-15 Thread Andreas Lüdtke
Martijn, the page I'm talking about is already bookmarked but the problem arises when the user submits new data to that page and the list on that page should be updated. Andreas -Original Message- From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com] Sent: Sunday, February 14

NullPointerException in ResourceReference.bind (Line141)

2010-02-15 Thread Andreas Strafner
Hello everyone, in our application (with wicket 1.4.5) we 're using a static ResourceReferences and pass it into several Wicket Images (setImageResourceReference) that are displayed in multiple rows of several DataViews. At the first glanze everything works fine, but during performancetests

RE: setPageExpiredErrorPage only for certain pages?

2010-02-15 Thread Andreas Lüdtke
Peter, I implemented my own RequestCycle and that did the trick. Thanks Andreas -Original Message- From: Major Péter [mailto:majorpe...@sch.bme.hu] Sent: Sunday, February 14, 2010 2:00 PM To: users@wicket.apache.org Subject: Re: setPageExpiredErrorPage only for certain

RE: best way to detect session termination

2010-02-16 Thread Andreas Lüdtke
I studied the classes HttpSessionBindingListener and AbstractHttpSessionStore as you noted, but I think I'll still have no link between the SessionId from the HTTPSession and my own Session. Maybe I'm missing something or I don't see the wood among all the trees as we say in Germany... Andreas

Re: Problems with FileUpload (on GAE) - how to avoid DiskFileItem?

2010-02-16 Thread Andreas Maza
Thanks for that quick response, igor. I created now a very basic and (bad ,-) implementation of FileItemFactory, does not write to disk and doesn't spawn threads. With respect to using common-fileupload on GAE, I read about fileupload's new Streaming API. However, I have currently no clue how to

RE: best way to detect session termination

2010-02-17 Thread Andreas Lüdtke
and I don't want to configure that manually... Does somebody see another way to access my user data, or am I doing something stupid? Andreas -Original Message- From: vineet semwal [mailto:vineetsemwal1...@gmail.com] Sent: Tuesday, February 16, 2010 2:15 PM To: users@wicket.apache.org

RE: best way to detect session termination

2010-02-17 Thread Andreas Lüdtke
Vineet, could you please give me a hint or a code snippet how to access that interface? I'm a spring beginner and a little bit lost at the moment. As I said, in my app the dao is injected and when the session is destroyed, the link to hibernate is lost. Andreas -Original Message- From

RE: best way to detect session termination

2010-02-17 Thread Andreas Lüdtke
I need to change the configuration? Andreas -Original Message- From: vineet semwal [mailto:vineetsemwal1...@gmail.com] Sent: Wednesday, February 17, 2010 5:02 PM To: users@wicket.apache.org; sam.lued...@t-online.de Subject: Re: best way to detect session termination a small

RE: best way to detect session termination

2010-02-18 Thread Andreas Lüdtke
here... } } } } Andreas -Original Message- From: Ilja Pavkovic [mailto:ilja.pavko...@binaere-bauten.de] Sent: Wednesday, February 17, 2010 5:38 PM To: users@wicket.apache.org Subject: Re: best way to detect session termination Hi, create a service class marked

format float/double in dataview

2010-02-24 Thread Andreas Lüdtke
I'm displaying doubles in an AjaxFallbackDefaultDataTable. Is it possible to format them i.e. with a precision of 2 digits and right aligned? Currently I don't see a possibility to do this. Thanks Andreas

RE: format float/double in dataview

2010-02-25 Thread Andreas Lüdtke
James, thanks a lot for the code snippet. My numbers are now perfectly formatted. Do you know how to right align the column? Normally, I would do this in the markup but I don't see a possibility where I can modify this in the code. Thanks again Andreas -Original Message- From: James

RE: format float/double in dataview

2010-02-26 Thread Andreas Lüdtke
is right aligned. Andreas -Original Message- From: Riyad Kalla [mailto:rka...@gmail.com] Sent: Friday, February 26, 2010 3:06 PM To: users@wicket.apache.org Subject: Re: format float/double in dataview new SimpleAttributeModifier(text-align, right) on the Label? On Thu, Feb 25

Results of AutoCompleteTextField shown behind other form components

2010-03-25 Thread Andreas Maza
Hello, I am experiencing a strange problem with the AutoCompleteTextField (Wicket 1.4.7): The results of the AutoCompleteTextField are shown behind my other form components are not selectable, too. I am extending the DefaultCssAutoCompleteTextField and do not define any custom CSS for the

Re: Results of AutoCompleteTextField shown behind other form components

2010-03-25 Thread Andreas Maza
://issues.apache.org/jira/browse/WICKET-1355 Regards, Erik. Andreas Maza wrote: Hello, I am experiencing a strange problem with the AutoCompleteTextField (Wicket 1.4.7): The results of the AutoCompleteTextField are shown behind my other form components are not selectable, too. I am extending

Re: [wicket-stuff] project sitemap-xml

2010-03-25 Thread Andreas Petersson
of feedback would be nice. if there are request for enchancement or any uncertainties about it do not hesitate to ask on the mailing list. as it stands now i have a bit spare time at hand :) best regards andreas - To unsubscribe, e-mail

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: OutOfMemoryError PermGen Space...

2010-07-23 Thread Andreas Prieß
pages and on their mailing list archives: http://wiki.apache.org/tomcat/OutOfMemory This is most likely not specific to wicket itself. Andreas On Thu, Jul 22, 2010 at 3:47 PM, david_ meulemans.da...@gmail.com wrote: http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html http

Re: OutOfMemoryError PermGen Space...

2010-07-23 Thread Andreas Prieß
think nothing is tried to be generated. 2010/7/23 Andreas Prieß a...@metaphysis.net: On 22/07/10 21:53, James Carman wrote: I'm running Tomcat, so it's: $ env | grep CATALINA CATALINA_OPTS= -Xmx4096m -Xms2048m -XX:MaxPermSize=1024m -XX:+UseParallelGC -server Well, if you have increased

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

When does a Page or Component die?

2011-01-06 Thread Andreas Mueller
in advance. Best, Andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

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

Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-25 Thread Andreas Maza
Hello, I am trying to realize localized URLs in my application (using Wicket 1.4.17) as described in the Wicket wiki (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html). However, I have problems accessing the pages then - e.g., calling the localization application of the wicket

Re: Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-26 Thread Andreas Maza
://www.wicket-library.com/wicket-examples/mappers/en_US On Wed, May 25, 2011 at 8:22 PM, Andreas Mazaandr.m...@gmail.com wrote: Hello, I am trying to realize localized URLs in my application (using Wicket 1.4.17) as described in the Wicket wiki ( https://cwiki.apache.org/WICKET/wicket

Re: Problems localized URLs (https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html)

2011-05-26 Thread Andreas Maza
articles about mounting in 1.4. And maybe http://blog.jteam.nl/2010/02/24/wicket-root-mounts/ (same author) can help you. Good luck! On Thu, May 26, 2011 at 10:19 AM, Andreas Mazaandr.m...@gmail.com wrote: Thanks, Martin - but that's a different story ;-) I have already read about the features

Copying PageMaps from one session to another

2011-06-03 Thread Andreas Maly
Hi folks, perhaps you can help me on this one: I am looking for a way to copy the PageMaps stored in one Session object to another Session object, but I have not been able to find a way of how to do that. Does anybody know how to do that? The reason why I'm trying to do this is because users

Re: Copying PageMaps from one session to another

2011-06-03 Thread Andreas Maly
Thank you for your answer, Jonathan. Sadly, continueToOriginalDestination is not what I am looking for. Sorry if I have been to unspecific. I already got the continueToOriginalDestination mechanism integrated and intercepting calls to privileged pages and afterwards sending the user on to where he

Re: Copying PageMaps from one session to another

2011-06-03 Thread Andreas Maly
Thanks again for your suggestions. Yes, basically this does work. However, sadly not in my case. Whenever the user logs into our system, we assign a new session to the user. That means, we invalidate the old one, create a new one and attach that to the request cycle. We implemented this as a

Re: Wicket and OSGi

2011-07-04 Thread Andreas Pieber
create any big problems if added to the pax-wicket model. Kind regards, Andreas On Mon, Jul 4, 2011 at 9:19 PM, pieber anpie...@gmail.com wrote: Hey, Sorry that I jump in so late, but it needed some time to spread the news of this list if you're not a subscriber of the wicket user list

Re: Wicket and OSGi

2011-07-04 Thread Andreas Pieber
wicket core packages. Kind regards, Andreas Cheers, Harald - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: ModalX: Modal Window Enhancements library (Open Source) for wicket

2011-08-04 Thread Andreas Pieber
publish artifacts at m2 central? :-) The first one would definitely help if you like to contribute and the second to use it (at least in other opensource projects since not all of them have an own maven repo to publish the lib). Thanks again for the work and kind regards, Andreas On Thu, Aug 4, 2011

Re: Issue with french accent

2011-08-15 Thread Andreas Pieber
Not sure what is the correct setting. But if you use eclipse you can try the propedit plugin translating such chars correctly. Kind regards, Andreas On Aug 15, 2011 1:39 PM, Charles Moulliard cmoulli...@gmail.com wrote: Hi, I have created a xxx_fr.properties file to translate labels from

Problem with embedded jetty using AWT

2011-12-20 Thread Reiche, Andreas
Andreas Reiche Landesamt für Geoinformation und Landentwicklung Niedersachsen (LGLN) - Landesvermessung und Geobasisinformation - Fachgebiet 423 - Wertermittlungsinformation, Geschäftsnachweise, KLR Podbielskistraße 331, 30659 Hannover Tel.:0511 64609-443 Fax: 0511 64609-128

AW: Problem with embedded jetty using AWT

2011-12-20 Thread Reiche, Andreas
Yep, this was the first i tried, but didn't help. Andreas -Ursprüngliche Nachricht- Von: Martijn Dashorst [mailto:martijn.dasho...@gmail.com] Gesendet: Dienstag, 20. Dezember 2011 13:35 An: users@wicket.apache.org Betreff: Re: Problem with embedded jetty using AWT did you define

AW: AW: Problem with embedded jetty using AWT

2011-12-20 Thread Reiche, Andreas
. By the way. The problematic method is the BufferedImage#createGraphics(). on this Method the jvm hangs. Andreas -Ursprüngliche Nachricht- Von: Chantal Ackermann [mailto:chantal.ackerm...@btelligent.de] Gesendet: Dienstag, 20. Dezember 2011 13:58 An: users@wicket.apache.org Betreff: Re: AW

AW: AW: Problem with embedded jetty using AWT

2011-12-20 Thread Reiche, Andreas
OK, I'm a bit further now. Just tried it with a windows Admin User and TaT. Seems that our security policies deny something for a normal user which is needed when running embedded jetty. I have to contact our sys admins. Thanks so far, Andreas -Ursprüngliche Nachricht- Von: Reiche

Re: refresh component

2012-03-17 Thread Andreas Maly
Hi there, you have to add the span to the AjaxRequestTarget inside your links onClick-method. Your span has to be a Wicket component, of course. So if your HTML looks somewhat like this: ... span wicket:id=myspan a wicket:id=mylink ... your Java has to look somewhat like this: ... Label

Problem with gif Indicator after call of wicketAjaxGet

2012-03-19 Thread Reiche, Andreas
for that the gif is not animated anymore? Thanks Andreas Reiche - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

AW: Problem with gif Indicator after call of wicketAjaxGet

2012-03-19 Thread Reiche, Andreas
used the Ajax download in another page of my app, where i don't have to call a javaScript function, as all parameters are known on server side, and there the problem does not exist. This leads me to the assumption that it has something to do with the wicketAjaxGet call. Greets Andreas

AW: AW: Problem with gif Indicator after call of wicketAjaxGet

2012-03-19 Thread Reiche, Andreas
. Andreas -Ursprüngliche Nachricht- Von: Dmitriy V. Ivanov [mailto:ivan...@prognoz.ru] Gesendet: Montag, 19. März 2012 11:22 An: users@wicket.apache.org Betreff: Re: AW: Problem with gif Indicator after call of wicketAjaxGet Hello, Andreas. I've got sometime such behaviour with gif

URL encryption of a single page

2012-06-11 Thread Andreas Maly
Hi all, I want to encrypt the URL parameters for a single page of my application. I already have found the CryptedUrlWebRequestCodingStrategy inside Wicket, which pretty much does what I want. However, it seems that I can only use this crypted strategy to encrypt either all the URLs in my

Re: URL encryption of a single page

2012-06-11 Thread Andreas Maly
Thanks for your reply, Martin. Sadly I'm currently stuck with Wicket 1.4.x (on second though, I SHOULD have mentioned that in my first post *g*), so I currently can not user the CryptoMapper. If anybody can suggest a solution as easy as that (it may also be a little more complicated if it does

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

UrlResourceReference escapes too much?

2012-12-03 Thread Andreas Kappler
the escaping. Am I using the API not correctly? Thanks for your help! Best Regards, Andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: UrlResourceReference escapes too much?

2012-12-03 Thread Andreas Kappler
Hi Martin, thanks for your quick reply, it does indeed work with forUrl but what I didn't mention before is that I am using a ResourceReference because I want to declare a dependency using ResourceReference#getDependencies. Is there a way to do this? Best Regards, Andreas Am 03.12.2012 16

Re: UrlResourceReference escapes too much?

2012-12-04 Thread Andreas Kappler
I created an issue for this: WICKET-4907 https://issues.apache.org/jira/browse/WICKET-4907 Best Regards, Andreas Am 03.12.2012 16:21, schrieb Martin Grigorov: I'm not sure. I have to debug it to be able to say what happens. On Mon, Dec 3, 2012 at 4:16 PM, Andreas Kappler andreas.kapp

Re: Wicket Atmosphere does not run in Firefox 17

2012-12-24 Thread Andreas Kuhtz
Hi, Have you configured a proxy in firefox? if so, you may enable the ws://* to use the proxy, not only http and https. Hope this helps. Cheers 2012/12/24 Noven noven_...@yahoo.com Hi All, I just tried deploy the wicket-atmosphere-quickstart here at http://api.bola54.com into tomcat

Re: Unit testing a repeater or data table by mocking its data

2013-06-12 Thread Andreas Kuhtz
Hi Paul, Not sure if I got you right but you might check out: https://bitbucket.org/kubek2k/springockito/wiki/Home Best regards Andi 2013/6/12 Paul Bors p...@bors.ws: I like the simplicity of Mockito and got it working in my unit tests, but now I find myself mocking more services than I

  1   2   >