How to skip history token on place change? (Activies, Places and History management)

2011-01-07 Thread toman
I may be way off the track here but I have a Place Activity for searching items. When an item is clicked, the Place and Activity are changed to such that allow the editing of an item. What I would like is that the token of the edit place for editing is not added to the history and the current URL

Re: How to skip history token on place change? (Activies, Places and History management)

2011-01-07 Thread toman
Hi Thomas and thanks for the insight, Creating a new item consists of searching for some initial, immutable properties for this item AND editing some mutable properties for it. Then later, these mutable properties can be changed. So yeah I guess searching and editing should happen in one place

Overlay types implementing server side model interfaces

2010-11-29 Thread toman
Hi, I would image that this has been discussed before but couldn't find direct topics on it. I'd like my overlay types to share common model interfaces with the server and so far i've succeeded pretty well but but now I ran into problems when my model objects contain a collection of other types