Re: Syntax problem: Trying to display label for Select while iterating

2010-04-08 Thread RogerV
Alex Rodriguez Lopez wrote: > > I had similar problems with labels, most times they where related to > themes. > > http://struts.apache.org/2.x/docs/themes-and-templates.html > > For example, if you turn on simple theme you'll have to provide your own > tags for the labels as struts won't ge

Re: Syntax problem: Trying to display label for Select while iterating

2010-04-08 Thread Alex Rodriguez Lopez
I had similar problems with labels, most times they where related to themes. http://struts.apache.org/2.x/docs/themes-and-templates.html For example, if you turn on simple theme you'll have to provide your own tags for the labels as struts won't generate this markup. Em 08-04-2010 08:18, Roge

Syntax problem: Trying to display label for Select while iterating

2010-04-08 Thread RogerV
Hi I'm iterating over a list in my jsp. The relevant code looks like; The select box displays correctly populated, but I cannot get the label to display! I've tried the above code and I've tried label="%{blocks[#blockStatus.index].name}" which doesn't work either. I've stuck a System.out.pr