Markus Demetz wrote: >> What does the raw html look like? >> > > <html:link page="<%= "/common/myAction.do?id="+c.getId()%>"> > <html:image page="/images/mf.jpg" /> > </html:link> > > > produces: > > <a href="/common/myAction.do?id=10"><input type="image" name="" > src="/images/mf.jpg"></a> > > it works in mozilla but not in IE. >
Do you really want an image input tag there or do you simply want an image used as a link? Dave