Re: multi file upload question

2009-11-18 Thread Marcelo Fukushima
couldnt it be done with some clever javascript? creating a new input type=file each time one is selected? On Mon, Nov 16, 2009 at 3:51 PM, Pieter Degraeuwe pieter.degrae...@systemworks.be wrote: The multiple files upload is achieved by a flash object. It works both in firefox as chrome (but,

Re: multi file upload question

2009-11-18 Thread Marcelo Fukushima
nevermind me... should have seen the example before posting... ill shut up now... On Wed, Nov 18, 2009 at 11:33 AM, Marcelo Fukushima takesh...@gmail.com wrote: couldnt it be done with some clever javascript? creating a new input type=file each time one is selected? On Mon, Nov 16, 2009 at 3

Re: AutoCompleteTextField Generics

2009-10-13 Thread Marcelo Fukushima
nope. No problem for me. Try pasting here the problematic code On Mon, Oct 12, 2009 at 10:50 AM, Douglas Ferguson doug...@douglasferguson.us wrote: Has anybody else had problems with AutoCompleteTextField and generics. It almost seems like I'm dealing with an eclipse bug. But basically if I

Re: mi first app deployed with wicket

2009-10-13 Thread Marcelo Fukushima
make sure the project packaging is set to 'war' so maven will put the required libs in the WEB-INF/lib. On Mon, Oct 12, 2009 at 6:22 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi all,    I ve been working with Maven, so there is no chance to have some dependecies problems, but Tomcat

Re: Storing entity object in session - how to do it?

2009-10-07 Thread Marcelo Fukushima
cant you inject the DAO's to the listeners in the moment you create and attack the listeners to your application? If you have the Injector at that moment, you could even pull your listeners from the Injector, no? On Wed, Oct 7, 2009 at 5:21 PM, Jeffrey Schneller jeffrey.schnel...@envisa.com

Re: Storing entity object in session - how to do it?

2009-10-07 Thread Marcelo Fukushima
btw, im not actually suggesting you do that because keeping the key pieces in memory must be a lot faster than pulling from the DB for every component On Wed, Oct 7, 2009 at 7:34 PM, Marcelo Fukushima takesh...@gmail.com wrote: cant you inject the DAO's to the listeners in the moment you create

Re: ModalWindow and LazyLoading Exception

2009-10-02 Thread Marcelo Fukushima
, 2009 at 10:39 PM, Marcelo Fukushima takesh...@gmail.com wrote: while i couldnt identify which object is throwing the lazyInitialization, the problem is probably that the entity is not associated with the hibernate session. On the request that opens the ModalWindow you must either reload

Re: ModalWindow and LazyLoading Exception

2009-10-01 Thread Marcelo Fukushima
while i couldnt identify which object is throwing the lazyInitialization, the problem is probably that the entity is not associated with the hibernate session. On the request that opens the ModalWindow you must either reload or reatach the entity On Thu, Oct 1, 2009 at 7:55 PM, Albert Romanius

Re: Old instances of a page remain in memory (apparently) forever

2009-09-23 Thread Marcelo Fukushima
you can check the javadoc for WeakReference, but basically WeakReferences hold the reference until a full gc occurs On Thu, Sep 24, 2009 at 12:14 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: the instances are held in memory until the jvm runs the garbage collector. -igor On Wed, Sep 23,