I'm trying to port one of my desktop apps to a web app. It's a translation tool. Some views will have multiple forms and if possible will have a couple buttons in each form for the same resource. I don't know if the latter is possible?
Example
form for action post
Field 1 – source text
Field 2 – target text
Submit for action post | Submit for action search
The post action saves the translation pair to DB and the search action searches the DB and returns all translation pairs based on a condition (lets say if the source contains a certain word).
Can this be done in some way as described or would I have to use separate form for the search action?
Regards,
seba