The method getHibernateTransaction is a need :) Hibernate complains if I try to do a select without an active transaction. But this is not the case, it is working fine - no runtime errors - so it is ok at the moment :)
My problem is that After I submit the form, inserting on the bank a new Category (Caategoria in Portuguese), the DropDown does not update its values list with the inserted one. Wierd also is the fact that I tryed to use the AjaxSelfUpdatingTimerBehavior to update the DropDown from time to time, but the values does not change - even with the new version inserted on the database. So, my best guess is that I am doing something wrong...the problem is find out what. I tryed to look, always do, the wicket debug console, but didn't show me the reason of the actual behaviour. On Thu, Feb 19, 2009 at 1:23 AM, Timo Rantalaiho <[email protected]>wrote: > On Thu, 19 Feb 2009, Timo Rantalaiho wrote: > > AjaxFormComponentUpdatingBehavior does not submit the whole > > form -- for that you need to use some *submitting*behavior. > > Ah, now I saw that you had probably tried that? > > It's pretty hard to investigate what's going on -- you > could try debugging Form.process() which usually gives a > pretty good idea of what's happening, or prepare a > quickstart with a problem and post a link here if you need > more help. > > Best wishes, > Timo > > -- > Timo Rantalaiho > Reaktor Innovations Oy <URL: http://www.ri.fi/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- "Two rules to succeed in life: 1 - don“t tell people everything you know." -------- We shall go on to the end. We shall fight in France We shall fightover the seas and oceans. We shall fight with growing confidence and growing strength in the air. We shall defend our island whatever the cost may be We shall fight on beaches, we shall fight on the landing grounds, We shall fight in the fields and in the streets, We shall fight on the hills. We shall never surrender. Winston Churchill
