As Eelco suggested, i put a breakpoint in the iterator and it the (stupid) 
problem appeared.  The row was effectively deleted but the refreshing was only 
made in the DataProvider's constructor (not in the iterator)... so... I'm 
sorry... just started working with these :)

Thanks... Francisco

Date: Fri, 9 Feb 2007 09:51:57 -0800
From: "Igor Vaynberg" 
Subject: Re: [Wicket-user] delete row and update view?
To: wicket-user@lists.sourceforge.net
Message-ID:
 <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

yep, sounds like something is being cached by hibernate. did you confirm the
delete method properly removes a row?
what does your dataprovider and the rest of the page look like?

-igor


On 2/9/07, Eelco Hillenius  wrote:
>
> Or: set a break point in your data provider's iterator(int, int)
> method, confirms that it gets hit, and use the debugger to find out
> what it returns.
>
> Eelco
>
>
> On 2/9/07, Martijn Dashorst  wrote:
> > How do you populate your dataprovider? Does it query the database
> > again, or do you cache the list yourself?
> >
> > Martijn



                
---------------------------------
 Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to