I am including a jsp file more than once on a single page. I have duplicate html on my page which is why I'm using jsp includes.
I have two input fields in the included file. Is there a way to pass different element id names for each included file?
So to summarise: - Two jsp includes both requesting example.jsp - Two input fields in example.jsp - Find a way to pass two unique element id names for each include