Thank you Dan. That's it... I got it working now.
I'm guessing you want the memento to include a reference to an instance of
BudgetKeyTable entity?
If so, use the BookmarkService to obtain a Bookmark, and save that into the
memento.
When deserializing the memento, retrieve the Bookmark and then use
BookmarkService to lookup the original object.
HTH
Dan
On 20 April 2015 at 19:37, wrote:
> When using memento service I get:
>
>
> Parsing string to type
> org.estatio.dom.budget.BudgetKeyTable is not supported
>
>
> How can I support this? I tried by adding toString() method and
> title() to no avail.
>
>
>
> grtz Johan
>
>
>
>
>
>
>
>
>
>