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 spac

"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: / http://wicket.apache.org";>

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: / http://wicket.apache.org";> / Code of AutoCompletePage.java is: import java.util.ArrayList; import java.util.Iterator; import java

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

could not find component x on page y error

2013-05-08 Thread Giovanni Cuccu
to find the cause of this error? Thanks, 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:

Semi OT: Request for on site wicket training

2013-04-09 Thread Giovanni Cuccu
and we 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 -- Giov

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 somethin

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 wrote: Hi, sorry for the late response. Should I file a bug for

Re: Unable to use wicket tester to simulate ajax behavior

2012-07-23 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-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.

Re: Unable to use wicket tester to simulate ajax behavior

2012-07-10 Thread Giovanni Cuccu
list. 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 AjaxUp

Unable to use wicket tester to simulate ajax behavior

2012-07-04 Thread Giovanni Cuccu
onchange event combo1 gets a null value as object model 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 ins

Re: image from outside web application directory

2012-07-04 Thread Giovanni Cuccu
em 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:

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 &g

Possibile bug in MockHttpServletRequest

2012-01-30 Thread Giovanni Cuccu
ssion; } 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-ma

TextField with error css and errorMessage

2011-02-22 Thread Giovanni Cuccu
remove(errorMessageBehaviour); addedBehaviour=false; } } super.onBeforeRender(); } here is the declaration of behaviour private AttributeAppender cssErrorAppender=new AttributeAppender("class", new Model(errorClass), " "); private ErrorMessageBehav

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 To: users@wicket.apache.org Sent: Wed, April 28

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

FileUploadField within RepeatingView

2010-04-26 Thread Giovanni Cuccu
ong with a description. Is this a bug or am I missing something? 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

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

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

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 To: users@wicket.apache.org; d...@wicket.apache.org; annou...@wicket.apache.org Sent: Fri, March 5, 2010 3:35:08 AM

Re: Error with Wicket 1.4.6

2010-02-02 Thread Giovanni
OK. Thanks for the explanation. Best regards, giovanni From: Pierre Goupil 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 and provide a (Maven

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 To: users@wicket.apache.org Cc: r.bartolo...@reply.it; d.cappad...@reply.it Sent: Tue, February 2, 2010 4:55:

Error with Wicket 1.4.6

2010-02-02 Thread Giovanni
. 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: wicket 1.4.6 released

2010-02-01 Thread Giovanni
wonderful! ciao jo From: Igor Vaynberg 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 maintenance release of 1

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 To: users@wicket.apache.org Cc: d...@wicket.apache.org Sent: Fri, January

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 To: users@wicket.apache.org Sent: Mon, January 11, 2010 5:49:25 PM Subject: [release] W

Re: Lazy loading

2010-01-11 Thread Giovanni
st regards giovanni From: Ilja Pavkovic To: users@wicket.apache.org Cc: Douglas Ferguson Sent: Mon, January 11, 2010 5:33:01 PM Subject: Re: Lazy loading Dear Douglas, > Do you mind sharing your JQuery? no fancy stuff but as we already use jquery ... You ca

Re: Lazy loading

2010-01-11 Thread Giovanni
Thanks. I will try it. best regards giovanni From: James Carman 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 wrote: > In my cu

Re: Lazy loading

2010-01-11 Thread Giovanni
Thanks a lot. I will try your suggestion too. best regards, giovanni From: Ilja Pavkovic To: users@wicket.apache.org Cc: Giovanni Sent: Mon, January 11, 2010 3:00:28 PM Subject: Re: Lazy loading Hi, use a veil. You could use this one: http

Re: Lazy loading

2010-01-11 Thread Giovanni
Thanks a lot. I will try your suggestion. best regards, giovanni From: Martin Makundi 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 transparent DIV (like modal window

Lazy loading

2010-01-11 Thread Giovanni
s of the application, while a new component is loading? best regards, giovanni

Re: How to close a Wicket application?

2010-01-07 Thread Giovanni
ility. Anyway we found some compromised solution using the ApplicationContext.close() method. It's not perfect, but we can live with that. best regards giovanni From: Juan Carlos Garcia M. To: users@wicket.apache.org Sent: Thu, January 7, 2010 7:25:58 PM S

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 Dashors

How to close a Wicket application?

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

Re: Wicket + Scala + Spring

2010-01-04 Thread Giovanni
user >> and didn't know what I was missing. Scala+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 >>>

Re: Wicket + Scala + Spring

2010-01-04 Thread Giovanni
users@wicket.apache.org Cc: Giovanni Sent: Mon, January 4, 2010 1:43:57 AM Subject: Re: Wicket + Scala + Spring P.S. though one slight difficulty I've run into is the need to translate between Scala and Java collections. Perfectly doable, and not a Wicket problem, but takes a way some of the elegance

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
Gerolf, I solved the problem. It was my wrong configuration of libraries on tomcat. regards giovanni From: Gerolf Seitz To: users@wicket.apache.org Sent: Wed, December 30, 2009 1:36:56 PM Subject: Re: wicketstuff-jmx-panel in Wicket 1.4, missing a

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 To: users@wicket.apache.org Sent: Wed

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 To: users@wicket.apache.org; d...@wicket.apache.org; annou...@wicket.apache.org Sent: Sat, October 24, 2009 12:12:55 AM

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

2009-10-14 Thread Giovanni
ade of two 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

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 O

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.

componment hierarchy changed between rendering and form submission

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

Re: Best way to handle circular references

2009-09-23 Thread Giovanni Cuccu
eone had the same thoughts and what 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 menupan

Best way to handle circular references

2009-09-23 Thread Giovanni Cuccu
ples 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