image path issue with jsp


            

I'm using the above to create tabbars but when i plugged this into a jsp page...the images are not loaded anymore...
i tried with an html file...everything works fine...exactly the same code.
Any suggestions?

The problem may be caused by some JSP redirection ( this is based on your project settings and not directly related to the component )
You can try to use absolute paths to images in setImagePath command
      tabbar.setImagePath(“http://some.com/codebase/imgs/”);