I had made a simple project on some person records, where I have to make a login page,
and after that other things like add, delete, update operation and all. I have made,
2 to 3 form tag in a JSP. When my senior comes to review my code, he said, using more form
tag is a bad idea. But I didn’t get why and neither he told me. So please anyone can
explain that. Specially what are the harms it may create.
I had made a simple project on some person records, where I have to
Share
There is nothing intrinsically wrong with using multiple forms in a single document.
It might be that, in your specific case, it would make more sense to use a single form to reduce duplication, but we can’t say for sure as we don’t know the specifics of what you did.