Search:

Type: Posts; User: dev001; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    3,187

    Thanks for all the information provided!

    Thanks for all the information provided!
  2. Thread: Appfuse issue

    by dev001
    Replies
    2
    Views
    1,013

    Thanks!

    [/quote]

    Thanks!
  3. Replies
    10
    Views
    3,187

    REAL need

    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...
  4. Thread: Appfuse issue

    by dev001
    Replies
    2
    Views
    1,013

    Appfuse issue

    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,...
  5. Replies
    10
    Views
    3,187

    However, i saw some commercial framework, which...

    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...
  6. Replies
    10
    Views
    3,187

    ...

    <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...
  7. Replies
    10
    Views
    3,187

    Access resources in WEB-INF

    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 .......
Results 1 to 7 of 7