I have this code in my jsp file :
div id="fullBG" style="width:1200px;background-repeat:  no-repeat ;">
 $("#fullBG").css("background-image", "url(" + bgImageUrl + ")");
I want to change the second line of code to java code.
How can I do this ?
Thanks.
 
     
     
     
    