Accessing a stored image resource using Bootstrap in XPages -


when call image image resource library:

<xp:image url="/usergroup.png" id="image1"></xp:image> 

on page works fine, trying use bootstrap img code throws error , not load. in xpages how access image resource bootstrap img

<img src="/usergroup.png" > 

it looks stored in nsf. xp:image looks in root of nsf, whereas img tag looking @ root of server. try removing leading /.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -