This content has been marked as final. 
    
Show                 1 reply
    
- 
        
1. Re: why doesnt load images to .jsp page?
trong.tran Aug 15, 2010 5:48 AM (in response to fernando2010)the cause is that your portlet's content is showed as a fragment in portal page context, therefore your relative path will not work correctly.
A suggestion is to use absolute path like : <img src="/myportlet/images/tiger.jpg" width="136" height="138" alt="tiger"/>