On 6/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I've a tacos tree with dynamic data into, coming from PostreSQL DataBase. > In my application, the user can modify these data in a form. > > My question is how can I do to refresh my tree and print it with the > modifications ?
on every render, your ContentProvider implementation should dynamically pull the data from the database. if you need periodic refresh, use the META refresh tag in html. viktor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
