I'm getting this error on simple form which has no bindings:
Caused by: java.lang.IllegalStateException: component with duplicate id "frmLogin:j_id6" found
I've enabled debug mode and can't find such component id in there. I do see few components with ids like:
id="j_id604072674_256cebae"
But they are all different. How do I find what component this id is referring to? And how to fix this?
Thanks!