RE: AW: logic:iterate - editable table

2008-01-16 Thread Oliver Thoms
Hi, vielen Dak für den Hint, ich erlaube mir, direkt anzuschreiben: ich nutze noch Struts 1.1 (ein Erbe einer großen Firma) Ich scheine mich echt blöd anzustellen: Nutze ich den JAVA Typ ArrayList für meine Collection dann funktioniert der Iterator, aber nicht das indexed=true. Nutze ich ein O

AW: logic:iterate - editable table

2008-01-16 Thread Otto, Frank
hi, you can use the attribute indexed="true" in html:text tag. or in complex cases: "/> kind regards, frank -Ursprüngliche Nachricht- Von: Oliver Thoms [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 16. Januar 2008 12:42 An: user@struts.apache.org Betreff: logic:iterate - editabl

Fwd: AW: AW: logic:iterate

2006-02-24 Thread Brian Holzer
**DISCLAIMER** This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee, please notify the sender immediately by e-mail if you have received this e-mai

Re: AW: logic:iterate

2006-02-24 Thread Kjersti Berg
> if yes, what type? > > thanks a lot for help > Hans > > _ > > Von: Brian Holzer [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 23. Februar 2006 21:53 > An: struts-user@jakarta.apache.org > Betreff: Fwd: AW: logic:iterate > > > Hey Hans, > I'

AW: AW: logic:iterate

2006-02-24 Thread Hans-Peter Petek
23. Februar 2006 21:53 An: struts-user@jakarta.apache.org Betreff: Fwd: AW: logic:iterate Hey Hans, I'll give this another try. I think you are right and you don't need the nested tags for this situation. First off, it says in the docs that an Array will work with this tag, but

Fwd: AW: logic:iterate

2006-02-23 Thread Brian Holzer
**DISCLAIMER** This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee, please notify the sender immediately by e-mail if you have received this e-mai

AW: logic:iterate

2006-02-23 Thread Hans-Peter Petek
Hi, i don´t think so, because i do not have a "department -> customer" structure (1 to many structure). i only have a list of objects, each object has 3 properties (a, b, c) of type integer (a,b,c can have a value from 0 to 2). I want to display a list of these ojects and 3 groups of either 3 r

AW: logic:iterate - question

2005-07-30 Thread Leon Rosenberg
Sure html render object > -Ursprüngliche Nachricht- > Von: peceka [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 30. Juli 2005 20:39 > An: user@struts.apache.org > Betreff: logic:iterate - question > > hi, > > I've got: > > ArrayList offices > > array of office objects.