You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Mário Lopes <ma...@gmail.com> on 2006/05/24 00:03:32 UTC

Object persisting without invoking Persist annotation

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 the
table!

What could I possibly be doing wrong?

Thanks.

-- Mário

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Object persisting without invoking Persist annotation

Posted by Mário Lopes <ma...@gmail.com>.
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 <ma...@gmail.com> wrote:
> 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 the
> table!
>
> What could I possibly be doing wrong?
>
> Thanks.
>
> -- Mário
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org