Results 1 to 3 of 3

Thread: Problems with images in login page.

  1. #1
    Join Date
    Oct 2008
    Posts
    2

    Question Problems with images in login page.

    Hi all,

    I have some images inside my custom login page, but they are not shown.
    My custom login page is at WebContent/index.jsp dir and the images are at WebContent/images and the following is the source to include an image: <img src="image/ok.jpg" onclick="submit()">

    I only see a big red 'X' intead of every image.

    Somebody has any idea?

    Regards,
    Bahena

  2. #2

    Default

    maybe you are denied this folder for ROLE_ANONYMOUS
    There are two ways of spreading the light ... Be the lamp that emits, or the mirror that reflects it

  3. #3
    Join Date
    Oct 2008
    Posts
    2

    Default Thanks, I've already solved the problem

    Thanks, I've already solved the problem.

    I wasn't able to access the image folder.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •