[Seaside] Re: Can't refresh data of a model showed by seaside-mewa app

German Arduino gsa at softhome.net
Thu Dec 23 18:54:00 CET 2004


Germán S. Arduino wrote:
> Hi:
> 
> I've a Mewa-Seaside app of the style of WAAllTests (the main class is a 
> subclass of WAFrameComponent ).
> 
> I've, by example, a first tab with data operations (as import, export), a 
> second tab with companies data, a third with search engines data and so. 
> (Each one of second and third are Mewa managed).
> 
> When I'm in companies by example and I delete or add a company, the screen 
> is refreshed correctly showing the new data added or not showing the deleted 
> data.
> 
> My problem arise when I (from the first tab) import data from an external 
> xml source (New companies by example). The data is imported ok, but if go to 
> the tab corresponding to Companies, I can't see it refreshed. Pressing the 
> browser Refresh button neither refresh the data, but if I try to delete an 
> existing company, then, after the delete (made by the corresponding method 
> in the model) the data is refreshed ok.
> 
> I've tried a couple of methods but can't refresh the data imported from the 
> first tab in the tab corresponding to these data. I can't figure out how to 
> refresh from one tab the data in another tab.
> 
> Any help will be appreciated.
> 
> Regards.
> 
> gsa. 


Not founded a solution yet, but a workaround is use self session expire, 
not elegant, but works.

gsa.



More information about the Seaside mailing list