Closed sivaprasadreddy closed 6 months ago
Can you try like this:
hx:vals="${ {code: product.code , price: product.price} }"
This is just a first idea, I'm not sure it will work. If it does not, I will investigate in more detail.
I just checked and it should work like I proposed. I created #120 to add this info to the documentation.
@wimdeblauwe It is working fine with hx:vals="${ {code: product.code , price: product.price} }"
. Thanks.
While using
hx:vals
with one key value as mentioned in the docs it is working fine.But, if I add more than one key-value pairs, it is throwing error as follows:
Just FYI: The following is working fine: