Hi,
I have a JS for submit the screen.
var screen=document.getElementById'newComponentDetailsEntryForm');
screen.action="<%= request.getContextPath()%>/"+"newComponentDetailsEntryViewAction.do";
screen.submit();
this is working fine in IE but can't work in firefox.
Kindly suggest.
Thanks in advance.