This question has been flagged

I have a problem. In my xml I have a form with an action:

<form action="/my/test/#{product.id}" method="post">

How can I give the action call a specific product.id. I mean when it's product "1" it should call /my/test/1 ,

when it's product "2" = /my/test/2


How can I handle this problem? no one can help?


Thank you



Avatar
Discard