Hit wrong button before entering content for issue.
Are there any other suggestions for the dhtmlxtabbar image path issue with JSP’s. I am having the same issue. I have tried fully qualified url and context
path to images and nothing appears to work.
mytabbar.setImagePath(“localhost:8080/mytestapp/scripts … abbar/imgs”);
as well as
mytabbar.setImagePath("/mytestapp/scripts/dhtmlxtabbar/imgs");
These both work with other components such as dxhtmlGrid.
Try change your code as
mytabbar.setImagePath("/mytestapp/scripts/dhtmlxtabbar/imgs/"); // ending “/” added