sounds like you are not using loadable detachable models in your listview

-igor

On Mon, Jul 27, 2009 at 11:55 AM, LEWIS, LONNIE<lonnie.le...@hp.com> wrote:
> Hello,
> I am a newbie to Wicket and am trying to fix an existing page. My problem: we 
> have a simple page containing a PagingNavigator and NavigatorLabel. They both 
> display the correct data upon initial load. To add a record, we navigate to a 
> page, enter the data and press "submit". The data is saved correctly (using 
> JPA's "save" method) and we navigate back to the initial page using 
> "setResponsePage". This is when I have a problem, the "NavigatorLabel" isn't 
> updated at all, it still read "Showing 1 to 3 of 3" (if we originally had 
> three records, now have four). Also, the data in the "PagingNavigator" isn't 
> updated correctly. The size of the control isn't adjusted to include the new 
> record. The new record may appear, if the sort order causes it to appear in 
> the middle of the resut set.
>
> What are we doing wrong?
>
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to