You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to apply RepresentationModelProcessor to a PagedModel. For example I need to add link 'create' in the PagedModel. I need to be able to define RepresentationModelProcessor for a specific PagedModel, even it is empty.
The text was updated successfully, but these errors were encountered:
When the are no models in the collection only the paging links are rendered because the process method of the processor is never called.
So it seems that a RepresentationModelProcessor is not the correct approach to add "create" links.
I'm trying to apply RepresentationModelProcessor to a PagedModel. For example I need to add link 'create' in the PagedModel. I need to be able to define RepresentationModelProcessor for a specific PagedModel, even it is empty.
The text was updated successfully, but these errors were encountered: