Hi Ajay,

Casanova wrote:
Iam trying to include image in my velocity strutsmenu. I used this attribute
image=Images/myimage.png. But its is not displaying the image in the menu.
Could you please give me some hints, what might be wrong. Below is my code
Iam suing for displaying the image in menu. <Menu name="Hilfe" title="hilfe.title" image="/images/minus.gif"
page="/sample.html" width="40" roles="ROLE_ADMIN,ROLE_USER" />
Looks like you may have a case problem in your path. Your attribute value specifies the path "Images/myimage.png" with a capital "I" whereas your <Menu .. tag has:

image="/images/minus.gif", ie the "images" folder there starts with a lowercase "i".

HTH,

Rob Hills
Waikiki, Western Australia

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to