Hi,
I am new to J2EE and i have a requirement to convert the image logo in the banner of the page to an image logo link.
How do i go about doing this, and where do i need to do it?
The JSP of my header where i found this looks soemthing like below:
<img src="${static:constructStaticResourceLink(context, 'images/xxx_logo_top.gif')}" alt="${logoAlt}" title="${logoAlt}"/>
Can someone plz help me, its urgent :(