Re: OutOfMemoryError: Java heap space when i try to upload and show a hundred 100kb pics

2013-09-01 Thread Giovanni
Martin Grigorov-4 wrote Hi, Read about Java memory settings (-Xms, -Xmx) Yes, I can increase heap space by settings, but is this a good approach? If displaying one 10Mb pic consumes 1.5Gb heap space - is this normal? Maybe there are other ways to solve this problem without increasing heap space

OutOfMemoryError: Java heap space when i try to upload and show a hundred 100kb pics

2013-08-31 Thread Giovanni
Hi! I need to display more than a hundred pictures on the page (about 100kb - 300kb), i but I got the error about heap. I read that the reason of this error could be serialization of the page, but I don't know, how to solve this. TestMultipleImages.html: /?xml version=1.0 encoding=UTF-8 ? html

AutoCompleteTextField's getChoices method not called with jquery

2013-08-05 Thread Giovanni
Hi! I tried to implement AutoCompleteTextField in my project but failed when started to use jquery lib with this Component. Markup of AutoCompletePage.html is: /?xml version=1.0 encoding=UTF-8 ? html xmlns:wicket=http://wicket.apache.org; body input type=text wicket:id=ac size=50 / /body /html/

could not find component x on page y error

2013-05-08 Thread Giovanni Cuccu
, Giovanni -- Giovanni Cuccu Responsabile area sviluppo - CUP 2000 Spa Via del Borgo di S. Pietro, 90/c - 40126 Bologna e-mail: giovanni.cuccu _at_ cup2000.it - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: could not find component x on page y error

2013-05-08 Thread Giovanni Cuccu
Hi, I'm using wicket 6.6. thanks, Giovanni Il 08/05/13 12:52, Giovanni Cuccu ha scritto: Hi, I'm facing a random error and I'm not able to trace its cause. The error is 'could not find component x on page y error' The problem is that the component named x has never been on page y

Semi OT: Request for on site wicket training

2013-04-09 Thread Giovanni Cuccu
are starting the migration to from 1.5 to 6. The course must be in italian and/or in english; estimated period late june/july 2013 (june is also a nice month for comin in Italy for vacations) If interested please answer to me directly (i.e. off-list) Grazie, Giovanni -- Giovanni Cuccu

Re: AutocompleteTextField and object (not just String)

2012-08-01 Thread Giovanni Cuccu
ciao, I think Autocompletetextfield deals only with String. IIRC there is a objectautocomplete in wicketstuff. I did not use it personally but I suppose that does what you need. Giovanni Il 01/08/12 12.31, Daniele Dellafiore ha scritto: Hi. I'm sure I'm talking about something that has

Re: Unable to use wicket tester to simulate ajax behavior

2012-07-24 Thread Giovanni Cuccu
Hi, sorry for the late response. Should I file a bug for this? Thanks, Giovanni Il 11/07/12 15.13, Giovanni Cuccu ha scritto: Hi Martin, I did the change you suggested but the test fails with esame error: junit.framework.AssertionFailedError: expect no error message, but contains

Re: Unable to use wicket tester to simulate ajax behavior

2012-07-24 Thread Giovanni Cuccu
Hi, here it is https://issues.apache.org/jira/browse/WICKET-4670 Thanks, Giovanni Il 24/07/12 09.22, Martin Grigorov ha scritto: Hi, File a ticket with a test case. On Tue, Jul 24, 2012 at 9:34 AM, Giovanni Cuccu giovanni.cu...@cup2000.it wrote: Hi, sorry for the late response

Re: Unable to use wicket tester to simulate ajax behavior

2012-07-11 Thread Giovanni Cuccu
Hi Martin, I did the change you suggested but the test fails with esame error: junit.framework.AssertionFailedError: expect no error message, but contains Field 'combo1' is required. Thanks, Giovanni Il 11/07/12 09.23, Martin Grigorov ha scritto: Hi, Try with: tester.getRequest

Re: Unable to use wicket tester to simulate ajax behavior

2012-07-10 Thread Giovanni Cuccu
. Thanks, Giovanni Il 05/07/12 08.10, Giovanni Cuccu ha scritto: Hi all, I'm trying to test a wicket 1.5.7 application and I'm hitting a strange (at least for me) issue. I have two dropdowns (combo 1 and combo2) and when I select one value from combo1 I fire an AjaxUpdateBehavior

Re: image from outside web application directory

2012-07-05 Thread Giovanni Cuccu
as /images in the url) ciao, Giovanni Il 05/07/12 00.49, lang ha scritto: I need to show images from c:/pictures on my website. I searched and searched and there should be something on old.nabble but that link is giving null pointer results. Who can help? -- View this message in context: http

Unable to use wicket tester to simulate ajax behavior

2012-07-05 Thread Giovanni Cuccu
and this does not happen when I use a browser. If I do not fire the event the application reports that combo2 has no element selected. Am I missing something or is it a bug? Grazie, Giovanni P.S. I built a simple test case that I insert here main page class package com.sg2net.test; import

Possibile bug in MockHttpServletRequest

2012-01-30 Thread Giovanni Cuccu
; } Is it a bug or am I missing something? ciao, Giovanni -- Giovanni Cuccu CUP 2000 Spa Via del Borgo di S. Pietro, 90/c - 40126 Bologna e-mail: giovanni.cuccu _at_ cup2000.it - To unsubscribe, e-mail: users-unsubscr

Re: Possibile bug in MockHttpServletRequest

2012-01-30 Thread Giovanni Cuccu
Hi Martin, done. https://issues.apache.org/jira/browse/WICKET-4370 ciao, Giovanni In my code I was using HttpSession httpSession=httpRequest.getSession(); which works fine within the real servlet container (i.e. tomcat) but fails when I use WicketTester In order to make

TextField with error css and errorMessage

2011-02-22 Thread Giovanni Cuccu
; } } super.onBeforeRender(); } here is the declaration of behaviour private AttributeAppender cssErrorAppender=new AttributeAppender(class, new ModelString(errorClass), ); private ErrorMessageBehaviour errorMessageBehaviour=new ErrorMessageBehaviour(); Thanks, Giovanni

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread Giovanni
James, can you share your SpringSecurityWebApplication and SpringSecurityWebSession classes? If you also write a small tutorial on how to use them, it will be great. Best regards, giovanni From: James Carman jcar...@carmanconsulting.com To: users

Re: FileUploadField within RepeatingView

2010-04-27 Thread Giovanni Cuccu
Hi, please ignore my previous request. I'm investigating the issue and the cause seems related to a bug in my code. The bug is still here but this is another issue. Regards, Giovanni Hi, I'm trying to build a form with multiple file upload fields. Each upload field has a companion

FileUploadField within RepeatingView

2010-04-26 Thread Giovanni Cuccu
? Is it possible to use multiple MultiFileUploadField instances witihin a form? Thanks a lot, Giovanni -- Giovanni Cuccu Responsabile area sviluppo - CUP 2000 Spa Via del Borgo di S. Pietro, 90/c - 40126 Bologna e-mail: giovanni.cuccu _at_ cup2000

Wicket and mobile browsers

2010-04-18 Thread Giovanni
developing Wicket applications for mobile target browsers? Thanks in advance for any help. giovanni

Wicket on a major italian bank (Intesa SanPaolo)

2010-04-13 Thread Giovanni
there is the list of applications using Wicket. This can be a good example of Wicket used by a big financial enterprise. This can be used as a reference, in order to convince other financial companies to utilize Wicket. Best regards, Giovanni

Re: Wicket 1.4.7 released

2010-03-05 Thread Giovanni
Wonderful! I am a big fan of Wicket and I am spreading it in my local community (Turin, Italy). Thanks for the great job! From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org; d...@wicket.apache.org; annou...@wicket.apache.org Sent: Fri,

Calendar bug in Wicket 1.4.7

2010-03-05 Thread Giovanni
I added the following comment to the bug #WICKET-2648. I don't know if I have to register a new bug or it is enough just a comment on the old bug. Please, let me know. Regards, giovanni Giovanni added a comment - 05/Mar/10 04:03 PM I found that there is still a bug in Wicket 1.4.7

Error with Wicket 1.4.6

2010-02-02 Thread Giovanni
it is working well. The previous Wicket 1.4.5 also worked well on both IE6 and Firefox. What can be the problem? What can I do to fix it? Please, don't tell me not to use IE6, because I am forced to use it by my company. :( Best regards, giovanni

Re: Error with Wicket 1.4.6

2010-02-02 Thread Giovanni
Hello Igor, excuse me, I don't understand your reply. Can you please explain a little bit more? best regards giovanni From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Cc: r.bartolo...@reply.it; d.cappad...@reply.it Sent: Tue, February

Re: Error with Wicket 1.4.6

2010-02-02 Thread Giovanni
OK. Thanks for the explanation. Best regards, giovanni From: Pierre Goupil goupilpie...@gmail.com To: users@wicket.apache.org Sent: Tue, February 2, 2010 9:33:16 PM Subject: Re: Error with Wicket 1.4.6 Hello, He means that you should open a bug ticket

Re: wicket 1.4.6 released

2010-02-01 Thread Giovanni
wonderful! ciao jo From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org; d...@wicket.apache.org; annou...@wicket.apache.org Sent: Mon, February 1, 2010 7:44:11 PM Subject: wicket 1.4.6 released Wicket 1.4.6 is released! This is the sixths

Apache Click

2010-01-29 Thread Giovanni
Apache Click is very similar to Wicket: http://incubator.apache.org/click/ What are the main differences and advantages? regards giovanni

Re: Future of Wicket Security (WASP/SWARM)

2010-01-22 Thread Giovanni
I am a user of Wicket Security and I would prefer: [x] adopt Wicket security into Apache Wicket [] keep Wicket security at Wicket Stuff best regards giovanni From: Martin Grigorov mcgreg...@e-card.bg To: users@wicket.apache.org Cc: d...@wicket.apache.org

Lazy loading

2010-01-11 Thread Giovanni
a new component is loading? best regards, giovanni

Re: Lazy loading

2010-01-11 Thread Giovanni
Thanks a lot. I will try your suggestion. best regards, giovanni From: Martin Makundi martin.maku...@koodaripalvelut.com To: users@wicket.apache.org Sent: Mon, January 11, 2010 2:47:18 PM Subject: Re: Lazy loading Hi! What we do is we draw a full-screen

Re: Lazy loading

2010-01-11 Thread Giovanni
Thanks a lot. I will try your suggestion too. best regards, giovanni From: Ilja Pavkovic ilja.pavko...@binaere-bauten.de To: users@wicket.apache.org Cc: Giovanni pino_o...@yahoo.com Sent: Mon, January 11, 2010 3:00:28 PM Subject: Re: Lazy loading Hi, use

Re: Lazy loading

2010-01-11 Thread Giovanni
Thanks. I will try it. best regards giovanni From: James Carman jcar...@carmanconsulting.com To: users@wicket.apache.org Sent: Mon, January 11, 2010 2:45:11 PM Subject: Re: Lazy loading Using a veil perhaps? On Mon, Jan 11, 2010 at 8:43 AM, Giovanni pino_o

Re: Lazy loading

2010-01-11 Thread Giovanni
giovanni From: Ilja Pavkovic ilja.pavko...@binaere-bauten.de To: users@wicket.apache.org Cc: Douglas Ferguson doug...@douglasferguson.us Sent: Mon, January 11, 2010 5:33:01 PM Subject: Re: Lazy loading Dear Douglas, Do you mind sharing your JQuery? no fancy stuff

Re: [release] Wicket Security 1.3.1

2010-01-11 Thread Giovanni
I'm very happy about this news. My team and I are using Wicket Security successfully on our projects at the bank. best regards giovanni From: Martijn Dashorst martijn.dasho...@gmail.com To: users@wicket.apache.org Sent: Mon, January 11, 2010 5:49:25 PM

How to close a Wicket application?

2010-01-07 Thread Giovanni
inside the application itself (that is suicide)? Best regards, giovanni

Re: How to close a Wicket application?

2010-01-07 Thread Giovanni
beans, except the Wicket bean (I don't understand why). Then, if a user tries to call a Wicket page, he will get an error, not because the Wicket app is down, but because the collaborating Spring beans are down. regards, giovanni From: Martijn Dashorst

Re: Wicket + Scala + Spring

2010-01-04 Thread Giovanni
+Wicket is a nice mix. Best, g On 1/3/10 11:24 AM, Giovanni wrote: I'm developing two new applications (a webapp + a standalone) using Scala + Spring + Wicket 1.4.5 (webapp) + H2 database. The development is nice and interesting. Wicket is working with Scala very well. If someone else has

Wicket + Scala + Spring

2010-01-03 Thread Giovanni
I'm developing two new applications (a webapp + a standalone) using Scala + Spring + Wicket 1.4.5 (webapp) + H2 database. The development is nice and interesting. Wicket is working with Scala very well. If someone else has a similar experience, please share it. Best regards giovanni

Re: wicketstuff-jmx-panel in Wicket 1.4, missing a MarkupContainer.add(Component) ?

2009-12-30 Thread Giovanni
I got the same error today, trying to use the JmxPanel with Wicket 1.3.7. Any idea about how to solve this issue? I would really like to use the JmxPanel in my application. Best regards, giovanni From: Trent Larson larsontr...@gmail.com To: users

Re: wicketstuff-jmx-panel in Wicket 1.4, missing a MarkupContainer.add(Component) ?

2009-12-30 Thread Giovanni
Gerolf, I solved the problem. It was my wrong configuration of libraries on tomcat. regards giovanni From: Gerolf Seitz gerolf.se...@gmail.com To: users@wicket.apache.org Sent: Wed, December 30, 2009 1:36:56 PM Subject: Re: wicketstuff-jmx-panel in Wicket 1.4

Re: wicket on Weblogic 10.3.1

2009-11-24 Thread Giovanni
I am running two Wicket applications on WebLogic 10.3 on a Unix machine in a bank. One application is based on Wicket 1.3.7, the other application is based on Wicket 1.4.3. So far, everything is running fine. Best regards, giovanni Resources

Re: Wicket 1.4.3 Released!

2009-10-24 Thread Giovanni
Thanks! giovanni Resources are limited, Imagination is unlimited. From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org; d...@wicket.apache.org; annou...@wicket.apache.org Sent: Sat

Re: Italian Bank (was Re: Wicket 1.4.2 Released!)

2009-10-14 Thread Giovanni
webapps: - one on intranet - one on internet We use Wicket (with Wicket Security), Spring (with Spring Security), iBATIS, JMS (to connect to the mainframe host), Weblogic, Oracle, Java 6. If someone is interested in having more details, let me know. Best regards, giovanni

Re: Wicket 1.4.2 Released!

2009-10-10 Thread Giovanni
Wow!!! I will upgrade my project for a major italian bank on coming monday. Thanks a lot for all your efforts in developing this great web framework! Best regards, giovanni Resources are limited, Imagination is unlimited

Re: Best way to handle circular references

2009-09-25 Thread Giovanni Cuccu
I have no problem other than i dont like it, but since I don't like it I'd like to know if someone else had the same thoughts I had and what was the conclusion. Giovanni what is the actual problem you are having with this other then i dont like it? -igor On Wed, Sep 23, 2009 at 3:21 AM

Best way to handle circular references

2009-09-23 Thread Giovanni Cuccu
there is a circular reference between Checkout page and Index page. Are circular references unavoidable with Wicket? Is there a best practive to avoid this situation? Thanks, Giovanni -- Giovanni Cuccu Via del Borgo di S. Pietro, 90/c - 40126 Bologna e-mail: giovanni.cuccu _at_ cup2000

Re: Best way to handle circular references

2009-09-23 Thread Giovanni Cuccu
was the conclusion. What is your advice? Should I relax my best practice about class circular referencing? Should I code my Wicket app in a different manner? Thanks, Giovanni It looks like you are looking for cohesion. In the class menupanel.java I must reference Page In the class

componment hierarchy changed between rendering and form submission

2009-09-23 Thread Giovanni
it? Best regards, giovanni

Wicket in Italy

2009-09-23 Thread Giovanni
Hi, are there any Wicketers living in Turin, Italy? Best regards, giovanni Resources are limited, Imagination is unlimited.