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./ W

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 con

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

List editor

2014-09-29 Thread Andreas Lundblad
Or is the above mentioned tutorial still the best way to go apart from some minor changes? best regards, Andreas Lundblad

Strange behavior of FormComponentBehavior

2014-12-17 Thread Andreas Lundblad
tryPanel) that works as expected. Any suggestions on what may be the issue is welcome. (I would hook you up with a minimal test case if I could, but I can't reproduce this when writing from scratch. Some detail seems to evade me.) best regards, Andreas Lundblad [1] https://cwiki.apache.or

Using tags messes up css

2015-03-04 Thread Andreas Lundblad
ployment mode)? best regards, Andreas Lundblad

Re: Using tags messes up css

2015-03-04 Thread Andreas Lundblad
That's a very crude solution. Almost as crude as switching deployment mode. The wicket tags are useful during debugging and I'd like them to be available (except possibly in this case) in development mode. best regards, Andreas Lundblad On Wed, Mar 4, 2015 at 10:11 PM, Tobias S

Re: Using tags messes up css

2015-03-04 Thread Andreas Lundblad
uot; wrote: > Guten Tag Andreas Lundblad, > am Mittwoch, 4. März 2015 um 22:14 schrieben Sie: > > > That's a very crude solution. Almost as crude as switching deployment > mode. > > From my point of view Wicket's tags are an implementation detail and > don

wicket:for does not work if used after the referenced component

2015-04-09 Thread Andreas Kappler
l My guess is that the AutoLabelResolver calls the getMarkupId method of the referenced FormComponent too late. A workaround is to call setOutputMarkupId explictily on the FormComponent. I can create a JIRA issue and quickstart (should be easily reproducible) if needed. Thanks! Best Regards, Andreas

Diamonds in anonymous classes

2015-04-13 Thread Andreas Lundblad
http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-April/002130.html -- Andreas

Catch-all URL mapping logic

2017-04-02 Thread Andreas Lundblad
be bookmarkable, and that parameters gets appended with the usual ?foo=bar I'm on Wicket 6.24. cheers, Andreas Lundblad

Re: Catch-all URL mapping logic

2017-04-03 Thread Andreas Lundblad
match then return RenderPageRequestHandler(new > ProductPage(product)) > > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Sun, Apr 2, 2017 at 10:19 AM, Andreas Lundblad < > andreas.lundb...@gmail.com> wrote: > > >

AW: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Reiche, Andreas
Not working means the DropDown is rendered but if you click on it the options are not shown. Btw. The same DDC works when it's placed outside of dialog. All together in the Quickstart. Andreas Reiche > -Ursprüngliche Nachricht- > Von: Sebastien [mailto:seb...@gmail.com]

AW: Wicket jqueryui DropDownChoice not working in AbstractFormDialog

2017-10-18 Thread Reiche, Andreas
ethod to the ddc, something like setAppendTo(Component component) or something similar, or more generally have an DDC Options class (similar to DatePicker Widget.) So, many thanks Sebastien, for putting me in the right direction. Andreas Reiche > -Ursprüngliche Nachricht- > Von: Sebastien

AW: Form in a modal window in only one class

2018-08-30 Thread Reiche, Andreas
Wicket Modal or some javascript component (jquery-ui or Bootstrap)? Mit freundlichen Grüßen Andreas Reiche > -Ursprüngliche Nachricht- > Von: JavaTraveler [mailto:meteor.ei...@gmail.com] > Gesendet: Donnerstag, 30. August 2018 15:13 > An: users@wicket.apache.org > Bet

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

number of active users

2009-03-25 Thread Andreas Kaluza
Hi @ all, I'm using Wicket 1.35 with a jetty server. My question is if I can get the number of the active users, who are logged in the system. Perhaps getting the number of active sessions or something like that. Is there a solution for my problem? Greetings

AW: number of active users

2009-03-25 Thread Andreas Kaluza
gt; Betreff: Re: 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 : > > Hi @ all, > > > > > > > > I'm using Wicket 1.35 with a

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
o:jcar...@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, An

AW: jetty prob

2009-03-29 Thread Andreas Kaluza
Review the parameter applicationClassName 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 kl.de>wrote: > > > Hi @ all, > > > >

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 not

Re: Factory for Components

2009-04-24 Thread Andreas Petersson
On Fri, 24 Apr 2009 13:39:35 +0200, Martijn Dashorst wrote: > In what way is MyConvolutedComponentFactory.createNewMyComponent() > better than "new MyComponent()"? > ideas that come to my mind why to use this: 0) you might be able to reduce generics cluttering by using TextField = MyConvoluted

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

2009-05-25 Thread Bürgel , Andreas
ild 1.6.0_10-b33), wicket 1.4-rc4 (also tested 1.4-rc2) on Linux Thanks in advance. Mit 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 25

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 t

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 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 you w

Re: Doubt please help me to clear

2009-08-08 Thread Andreas Petersson
Gerald Fernando schrieb: Hi Martin Which is suitable to create a financial Portal. In Flex we can easily create UI components.(I heared). shall we insert a flex graph in to wicket page? it depends on two things: *) what do your developers know? do they know flex? then use flex. do they know

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 'or

AW: wicket-phonebook

2009-09-24 Thread Andreas Kaluza
and download it. > > Regards, > > Pierre > > > On Thu, Sep 24, 2009 at 12:33 PM, Andreas Kaluza kl.de>wrote: > > > Hi @all, > > > > > > > > I'm trying to install the wicket-phonebook with "mvn install". The > err

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

2009-09-27 Thread Andreas Petersson
sson_shado (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 i

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 in s

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 variab

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 ObjectInputSt

Re: Intellij9 integration

2009-11-14 Thread Andreas Petersson
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

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 "some

AW: Wicket Portlets and Liferay

2010-01-13 Thread Andreas Thiel
text of wicket: contextConfigLocation classpath*:applicationContext.xml Also needed there: org.springframework.web.context.ContextLoaderListener Otherwise, I got the following message during deployment of the wicket portlet: FATAL: Error filterStart Hope this helps. Cheer

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 >

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

AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-01-29 Thread Andreas Lüdtke
o I bring 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
x27;ve added 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--

RE: AjaxFallbackDefaultDataTable and delete via ModalWindow

2010-02-02 Thread Andreas Lüdtke
n 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: AjaxFallbackDefaultData

PagingNavigator css tags

2010-02-04 Thread Andreas Lüdtke
the italic font-weight. Any help is much 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
ion, after 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

best practice for a simple menu

2010-02-07 Thread Andreas Lüdtke
ould be so kind 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 comma

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

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

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.

RE: best way to detect session termination

2010-02-14 Thread Andreas Lüdtke
ocate or create 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...

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

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 w

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

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 s

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 i

RE: best way to detect session termination

2010-02-17 Thread Andreas Lüdtke
m.xml file 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,

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

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 ter

RE: best way to detect session termination

2010-02-18 Thread Andreas Lüdtke
// do the work 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 terminat

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

RE: format float/double in dataview

2010-02-26 Thread Andreas Lüdtke
} This way, the cell 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

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 te

Re: Results of AutoCompleteTextField shown "behind" other form components

2010-03-25 Thread Andreas Maza
https://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 a

Re: [wicket-stuff] project sitemap-xml

2010-03-25 Thread Andreas Petersson
it 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 unsubsc

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 wh

using Gmap2 for route planning

2009-02-01 Thread Andreas Petersson
more 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() , si

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. org.apache.catalina.core.Stan

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

2009-02-05 Thread Andreas Petersson
use @SuppressWarnings({"NonSerializableFieldInSerializableClass"}) for IntelliJ to omit the warning. somehow i am missing a coherent documentation on wicket+IoC on this matter. best regards, Andreas - To unsubscribe, e-mail: users-unsubscr...

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
l file, to keep the previewability. i hate to have duplicate references to the same resource. (java +html that both contain links to the same images...) best regards andreas - To unsubscribe, e-mail: users-unsubscr...@wicket.apach

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 missin

Re: URL Mapping (Beginner)

2009-02-09 Thread Andreas Balke
u can call your 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 bi

Re: URL Mapping (Beginner)

2009-02-09 Thread Andreas Balke
pages", 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 wrote: Thank you Stefan. Is there even a more generic way, like telling Wicket: take all in this directory? G

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 int

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 tags.. - To unsubscrib

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) Some dummy labelText or ... @WicketRemove additional BulletPoint i should do a proof-of-concept when my project is finished :) best regards andreas On Tue, 17 Feb 2009 08:52:01

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 org.apache.wicket.guice.GuiceProxyTargetLoca

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

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

2011-08-04 Thread Andreas Pieber
to github & 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 Th

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" 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
searched the jetty doc, but could not found any hints. Appreciate any input on that. Mit freundlichen Grüßen Andreas Reiche Landesamt für Geoinformation und Landentwicklung Niedersachsen (LGLN) - Landesvermessung und Geobasisinformation - Fachgebiet 423 - Wertermittlungsinformation, Geschäftsnachweis

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 d

AW: AW: Problem with embedded jetty using AWT

2011-12-20 Thread Reiche, Andreas
y 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: R

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

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: ... ... your Java has to look somewhat like this: ... Label myLabel = new Label("myspan"); // The labe

Problem with gif Indicator after call of wicketAjaxGet

2012-03-19 Thread Reiche, Andreas
ere to look 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
tw, i 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. Gree

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

2012-03-19 Thread Reiche, Andreas
7;s a browser issue. 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 some

Re: OutOfMemoryError PermGen Space...

2010-07-23 Thread Andreas Prieß
t they have at the tomcat 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_ wrote: >> >> http://java.sun.com/javase/technologies/hotspot/gc/gc_

Re: OutOfMemoryError PermGen Space...

2010-07-23 Thread Andreas Prieß
ld just a bug in java itself if you ask me. > i think the work around is to give the A class a private constructor: > > private A() {} > > Then i think nothing is tried to be generated. > > > 2010/7/23 Andreas Prieß : >> On 22/07/10 21:53, James Carman wrote: >>> I

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 com

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 applicat

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 th

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

  1   2   >