Re: Pb with html:link

2005-06-08 Thread JM Tinghir
> > Do try with the attribute flush to true. You got it! Thanks a lot, I was going mad for such a little problem. Jean-Marie > JM Tinghir <[EMAIL PROTECTED]> > 08/06/2005 08:02 AM > Please respond to > "Struts Users Mailing List" > > To > Struts

Re: Pb with html:link

2005-06-08 Thread JM Tinghir
="/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, you need the html taglib for you

Pb with html:link

2005-06-08 Thread JM Tinghir
Hello, I have a JSP (resultat.jsp) in which there's : Suppression This is working perfectly. This JSP includes another one : This is still working perfectly. But when I put the html:link in the headerRecherche.jsp , I get a NullPointerException... And this is not working perfectl

Re: Size of a collection in a bean

2005-06-02 Thread JM Tinghir
2005/6/2, Janek Ziniewicz <[EMAIL PROTECTED]>: > <% >Vector foo; >request.setAttribute("bar", foo); > %> > > > Is there any simple method to write size of a collection stored in a bean? Try Jean-Marie Tinghir - To un

Re: How to convert line breaks to using bean:write

2005-05-26 Thread JM Tinghir
Hi Nils, Try this : It worked for me. Jean-Marie Tinghir 2005/5/26, Aladin Alaily <[EMAIL PROTECTED]>: > Hi Nils, > > I don't know if this is what you mean (or why you would want to do this > instead of just writing )... but you could have something like this: > > > > and in your properti

Re: xml databinding using castor

2005-05-24 Thread JM Tinghir
http://www.ibiblio.org/maven/castor/ 2005/5/24, temp temp <[EMAIL PROTECTED]>: > I want to use castor for java and xml binding . I am > not aware of where to download castor . I tried > www.castor.orgbut the site was down I am trying > it since last friday I was not sucessful . Can > someb