Réf. : Re: Réf. : Re: Réf. : Re: imge submit tag error

2002-11-22 Thread meissa . Sakho
; <[EMAIL PROTECTED]> cc : Objet : Re: Réf. : Re: Réf. : Re: imge submit tag error oops, I made a mistake... that was a tag instead of a tag ! So, it is strange that it works with an image tag: I think it is not working with all web browsers. Sorry Patrice - Original Message

Re: Réf. : Re: Réf. : Re: imge submit tag error

2002-11-22 Thread Patrice
IL PROTECTED]> Sent: Friday, November 22, 2002 3:59 PM Subject: Réf. : Re: Réf. : Re: imge submit tag error > > Patrice, > I've tried your suggestion and it works well ! > > I didn't know is was possible to nest image tag inside link tag. > > thank you very much.

Re: Réf. : Re: imge submit tag error

2002-11-22 Thread Patrice
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 3:29 PM Subject: Réf. : Re: imge submit tag error > > If I specify only src, which attribute do I use to tell the action to > perform ? > > > > > > > "Patrice&

Réf. : Re: imge submit tag error

2002-11-22 Thread meissa . Sakho
;[EMAIL PROTECTED]> cc : Objet : Re: imge submit tag error You must specify only src or only page, but not both. Best regards Patrice - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 3:00 PM Subject: imge submit ta

Re: imge submit tag error

2002-11-22 Thread Patrice
You must specify only src or only page, but not both. Best regards Patrice - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 3:00 PM Subject: imge submit tag error > hi all, > > I've a problem when I try t

imge submit tag error

2002-11-22 Thread meissa . Sakho
hi all, I've a problem when I try to use the image tag. I do use it like this The following ServletException is raised javax.servlet.ServletException: You must specify exactly one of src, srcKey, page, or pageKey And I don't have any exception when I remove the page attribute. It seems like