Sebastian Lohmeier
Sebastian Lohmeier
I use ``` final List newParents = oldTree.findChildren(oldRoot); final CategoryTree newTree = oldTree.getSubtree(newParents); ``` i.e. I create a sub-tree whose top-level nodes are the children of the original root node....
* When `ViewModel`s are serialized to the session and then deserialized, the data from `ViewModel.extendedViewModel` is lost. * Since `ViewModel.extendedViewModel` works fine in Handlebars, losing this information during session handling...
* `MiniCartControllerComponent` uses `CartInSession` to find an existing `Cart` and `MyCartBeanFactory` to create an empty `Cart` if no `Cart` exists for the session, yet. * `CartInSession` uses `TruncatedMiniCartBeanFactory` to create...
We had some interesting side-effects in our custom Sunrise-based code that gave us some trouble and we would like to share our issue and the solution we seek so we...
Thanks @mmoelli for bringing #561 to attention again, which helped us to solve the following issue. Maybe it is possible to solve it in general. Please consider the following scenario...