I am trying to develop a custom control and I am stuck in xsp-config file.
In 'render-markup' section I want to specify image for the control as
'<&xp:image url="qmark.gif" id="myControl1" >'
The control renders in design mode but it has broken image icon instead go qmark.gif.
Where exactly qmark.gif should be placed for IDE to be found? or If I drop the image in WebContent/WEB-INF, what the image url should be?
Any help is appreciated .