[Opensource] Expresso 5.0 with Tomcat 4.1.12

Raul DAVIDOVICH R.DAVIDOVICH at caconcology.com
Thu Oct 10 07:34:18 PDT 2002


Hi...

I'm testing expresso 5.0 under tomcat 4.1.12, and something weird happens
with the iterator tag in JSPs.

I build a list in the controller by querying a collection of DBObjects, and
adding the outputs to a block.

This works fine in the 5.0 complete bundle under Tomcat 4.0.6, but when I
try it in tomcat 4.1.12, the first tuple appears repeated as many times as
tuples in the query result.


i.e.

we have the following in the database

1 A
2 B
3 C


in tomcat 4.0.6, the list gives:

1 A
2 B
3 C

but in tomcat 4.1.12, the same JSP calling the same controller shows:

1 A
1 A
1 A

I have the classic view update and delete buttons, and they pass the
following state the correct parameters (1, 2 or 3 in this case)..

I can see this way that the block is beeing correctly iterated, but the
output shown is always the same..


any clues?


Best regards

---------------------------------------------------
Raul Davidovich
Responsable Informatique
Cvitkovic & Associés Consultants

(33) 1 45 15 40 68
(33) 1 45 15 40 41 Fax
-------------------------------------------------------
http://www.caconcology.com





More information about the Opensource mailing list