Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Brian on Apr 25, 2009 19:22
open dhtmlx forum
dhtmlxtabbar setImagePath not working with JSP's

Answer posted by Brian on Apr 25, 2009 19:25

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("http://localhost:8080/mytestapp/scripts/dhtmlxtabbar/imgs");

as well as

mytabbar.setImagePath("/mytestapp/scripts/dhtmlxtabbar/imgs");

These both work with other components such as dxhtmlGrid.

Answer posted by Support on Apr 27, 2009 10:01
Try change your code as

mytabbar.setImagePath("/mytestapp/scripts/dhtmlxtabbar/imgs/"); // ending "/" added