RE: Struts url, a, and iterator tag behaviour

2010-05-28 Thread Ken
nformez > l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à l

RE: Struts url, a, and iterator tag behaviour

2010-05-28 Thread Martin Gainty
es email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: Re: Struts url, a, and iterator tag behaviour From: ken.mcwilli...@aerose.com To: user@struts.apache.org Date: Fri, 28 May 2010 11:58:44 -0600

Re: Struts url, a, and iterator tag behaviour

2010-05-28 Thread Ken
I still don't know what caused the issue. Using just the tag revealed that ${companyId} was null, producting tags. So I removed the id from the tag... and then embedded the the whole tag into the tag, and it works as expected... My issue is it isn't pretty. Okay just out of interest

Re: Struts url, a, and iterator tag behaviour

2010-05-28 Thread Greg Lindholm
Use the "href" not the "value" attribute to specify the URL. Unless you are use the tag ajax support there is no reason to use the tag just use the plain html tag like On Thu, May 27, 2010 at 8:38 PM, Ken wrote: > I am trying to dynamically construct a url inside an iterator tag and > use th

Struts url, a, and iterator tag behaviour

2010-05-27 Thread Ken
I am trying to dynamically construct a url inside an iterator tag and use that result in an anchor. This is producing the fol