Hi all,,
I am newbie to Spring web Flow,
i want to display a table background image.. but i cant get that
here is my code
the file was handled in the proper directory too..Code:<table style="background-image: url('images/backgroundImage.gif');"> <tr > <td> Some Contents ........ </td> <td> Some Contents ........ </td> </tr> </table>
when i use in ice:graphicImage tag it displays properly..
i am getting this exception too...
javax.faces.FacesException: Problem in renderResponse: Error Parsing images/backgroundImage.gif: Error Traced[line: 1] Content is not allowed in prolog.
your help is highly appreciated
thanks in advance
vinoop


Reply With Quote