Thanks for all the information provided!
Type: Posts; User: dev001; Keyword(s):
Thanks for all the information provided!
[/quote]
Thanks!
The commercial framework is Electronic Document Management System (EDMS), which used to manage scanned document (which is in jpeg, gif format).
So this framework allow to access the images in...
Hi, Good day to you.
I have download the AppFuse ver1.6.1 that use Spring as web framework. The login page loaded successfully, but, all the link is broken, the signup.html, password hint page,...
resources stored under /WEB-INF/ can not be accessed directely from the web agent. You should consider moving the images folder to the application root d:/proj/app/images/img1.gif and then use...
<img src="<c:url value='/images/img1.gif' />" />
I try this and it return no image too. By viewing the html source, it is:
<img src='/app/images/img1.gif' />
Where 'app' is the web application...
Hi, Good day to u.
I am new to spring. I try its web module. I put all the jsp file under WEB-INF directory. However, the jsp file fail to access the resources such as css, images, js .......