Re: tag question about identifying a specific item in acollection

2005-10-01 Thread Murray Collingwood
Sounds like you need some documentation... try this: http://struts.apache.org/userGuide/struts-logic.html This tells you how to use those tag should identify the attribute name of the collection and assign a new attribute name to be used for accessing each item within the collection. Insi

Re: tag question about identifying a specific item in acollection

2005-10-01 Thread Kishore Senji
If you are using property on the logic:equal, you also have to supply the "name" attribute. Define an "id" on the logic:iterate and use it as the "name" on the logic:equal. On 10/1/05, Mick Knutson <[EMAIL PROTECTED]> wrote: > > I am not having luck here. > > I have a collection of cards (Card cla

Re: tag question about identifying a specific item in acollection

2005-10-01 Thread Mick Knutson
I am not having luck here. I have a collection of cards (Card class) that I am iterating through. Then, I also have a form that has a cardValidatorForm (DynaForm). cardForm.cardNumber is going to be equal to one of the card.cardNumber's When I create the logic tag like you stated: ... I get an

Re: tag question about identifying a specific item in acollection

2005-09-29 Thread Mick Knutson
Thanks so much! Murray Collingwood wrote: > Will the following work? > > > > > > > > > > > > > > Kind regards > mc > > > On 29 Sep 2005 at 15:41, Mick Knutson wrote: > > > I have a collection of cards. and I want to create a table fo thos > > cards, but if I get to a card