Re: Using Struts Tag to create HTML tag

2007-02-28 Thread Roger Varley
Either use JSTL as previous poster mentioned or use the tag to create the div name. Actually after replying to your previous e-mail I had that doh! moment and tried "> which worked. This, for some reason surprised me that it worked, but I'm getting this sensation with quite a lot of Struts2 a

Re: Using Struts Tag to create HTML tag

2007-02-28 Thread Dave Newton
--- Roger Varley wrote: > On 28/02/07, Dave Newton wrote: > > See the bottom of > > > > http://cwiki.apache.org/WW/iterator.html > I think I must be having a particularly dense day > today, but I can't see anything there that helps. Either use JSTL as previous poster mentioned or use the tag to c

Re: [S2] Using Struts Tag to create HTML tag

2007-02-28 Thread Tim Azzopardi
d to provide > this information from my action class > > Regards > Roger > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View thi

Re: Using Struts Tag to create HTML tag

2007-02-28 Thread Roger Varley
On 28/02/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Roger Varley <[EMAIL PROTECTED]> wrote: > I'm using the tag with the status > attribute to get the iterator count. From this I want > to dynamically construct an HTML tag class="columnX"/> where X is the value of the > iterator status coun

Re: Using Struts Tag to create HTML tag

2007-02-28 Thread Dave Newton
--- Roger Varley <[EMAIL PROTECTED]> wrote: > I'm using the tag with the status > attribute to get the iterator count. From this I want > to dynamically construct an HTML tag class="columnX"/> where X is the value of the > iterator status count. Can I actually do this and if > so, how or do I ne

Using Struts Tag to create HTML tag

2007-02-28 Thread Roger Varley
Hi I'm using the tag with the status attribute to get the iterator count. From this I want to dynamically construct an HTML tag where X is the value of the iterator status count. Can I actually do this and if so, how or do I need to provide this information from my action class Regards Roger