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 and editing an item afterwards in another... but I can still use the same view or ui component for the "editing" part of both. PS. Thanks for the excellent articles on your blog! On Jan 7, 7:29 pm, Thomas Broyer <[email protected]> wrote: > If the history token doesn't change, then you haven't "navigated" to another > place; i.e. IMO you should do it all in the same place and activity (use > case looks weird though at first sight :-/ ). > Your "edit screen" can however very be re-used by an activity corresponding > to the "edit place" used elsewhere. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
