Re: Pb with html:link

2005-06-08 Thread JM Tinghir
Users Mailing List > cc > > Subject > Re: Pb with html:link > > > Yes I did. > I have a in it that works correctly. > > Jean-Marie Tinghir > > 2005/6/8, Chris Loschen <[EMAIL PROTECTED]>: > > Did you include a taglib reference in headerRecherch

Re: Pb with html:link

2005-06-08 Thread gdeschen
ers Mailing List" To Struts Users Mailing List cc Subject Re: Pb with html:link Yes I did. I have a in it that works correctly. Jean-Marie Tinghir 2005/6/8, Chris Loschen <[EMAIL PROTECTED]>: > Did you include a taglib reference in headerRecherche.jsp? Something > like

Re: Pb with html:link

2005-06-08 Thread JM Tinghir
Yes I did. I have a in it that works correctly. Jean-Marie Tinghir 2005/6/8, Chris Loschen <[EMAIL PROTECTED]>: > Did you include a taglib reference in headerRecherche.jsp? Something > like this: > > <%@ page language="java"%> > <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> > <%@

RE: Pb with html:link

2005-06-08 Thread Chris Loschen
Did you include a taglib reference in headerRecherche.jsp? Something like this: <%@ page language="java"%> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%> In this case,