Hi,
I have two tabs and the user interface for both the tab content is exactly same. Tried using the same jsp page but as tabbar doesn’t remove previous tabs content from document structure there are two ids present in document structure for each text field, dropdown etc because of which javascript functions are not responding properly.
Is there a way to stop caching of previous tab content?
Thanks