You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Jim McCollom <ji...@evercare.dk> on 2005/09/13 19:04:51 UTC

Best place to initialize IBasicTableModel

I am trying to set up a paged table for one in one of my tables that needs
to re-query the database evrytime the page loads. I have decided to
implement IBasicTableModel, however I need to set up the TableModel so it
can access my business services that are injected into the page. Should this
happen in pageBeginRender() ?? 


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


Re: Best place to initialize IBasicTableModel

Posted by Kent Tong <ke...@cpttm.org.mo>.
Jim McCollom <jim <at> evercare.dk> writes:

> 
> I am trying to set up a paged table for one in one of my tables that needs
> to re-query the database evrytime the page loads. I have decided to
> implement IBasicTableModel, however I need to set up the TableModel so it
> can access my business services that are injected into the page. Should this
> happen in pageBeginRender() ?? 

Should be fine. Do you foresee any problem?

--
Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT)


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