kaps77
22 Feb 2007, 11:26 PM
Hi,
Am including the YUI-EXT js and css files to show a dialog using the <c:url> tag to avoid including the webapp name
<script src="<c:url value="/thirdParty/yui/js/yui-ext.js" />
This works fine but the images like close button are not available in the dialog. The url for missing images points to /mywebapp/images folder instead of pointing to /mywebapp/thirdparty/yui/images folder. The images appear if I specify the full path to yui files.
How can I resolve this issue?
Thanks,
Kapil
Am including the YUI-EXT js and css files to show a dialog using the <c:url> tag to avoid including the webapp name
<script src="<c:url value="/thirdParty/yui/js/yui-ext.js" />
This works fine but the images like close button are not available in the dialog. The url for missing images points to /mywebapp/images folder instead of pointing to /mywebapp/thirdparty/yui/images folder. The images appear if I specify the full path to yui files.
How can I resolve this issue?
Thanks,
Kapil