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 think it should take care of the request body, in my case SelectProductRequest. As I fulfilled explicitely the methodOn(...) with the request body, it should use the specified value.
It works like a charm with query params and path variables. So it should works with request body.
For the example, I've got products with product references.
Here's the code to set "select-product" relation.
Here's the current result of the collection of products:
I would expect to have product reference already set in
selectProduct
template like below:It seems that value does not exist in
AffordanceModel#PropertyMetadata
but is a valid in the spec: https://rwcbook.github.io/hal-forms/#_code_value_codeI would also expect the template name to be the same as the link rel.
The text was updated successfully, but these errors were encountered: