Re: Object persisting without invoking Persist annotation

2006-05-23 Thread Mário Lopes
Please, never mind. My dumbest mistake. Doing a if (object == null) { .. } on pageBeginRender() that prevented the method from being updated. I feel ashamed :x -- Mário On 5/23/06, Mário Lopes <[EMAIL PROTECTED]> wrote: Here's a strange one. I have a table that shows some rows from a table on

Object persisting without invoking Persist annotation

2006-05-23 Thread Mário Lopes
Here's a strange one. I have a table that shows some rows from a table on the database. The source of the contrib:Table is not declared as persist but still I update the database, do a page refresh and it doesn't update anything. I have to manually restart the webserver to see the new entry on th