Re: [4.1.10] New test milestone released

2002-09-04 Thread Remy Maucherat
Jan Luehe wrote: Costin, Something like: logic:iterate id=sub name=scope property=associations bean:write name=sub property=value/ /logic:iterate It'll fist generate a duplicated declaration ( once at top level, once at block level ) for _jspx_sub_1, and then look for a variable named

Re: [4.1.10] New test milestone released

2002-09-03 Thread Jan Luehe
Costin, Something like: logic:iterate id=sub name=scope property=associations bean:write name=sub property=value/ /logic:iterate It'll fist generate a duplicated declaration ( once at top level, once at block level ) for _jspx_sub_1, and then look for a variable named 'sub' that is

Re: [4.1.10] New test milestone released

2002-09-02 Thread Remy Maucherat
Costin Manolache wrote: Not the lucky one... I knew it was only a RC ;-) I suppose we'll also have a few more issues to take care of. Something like: logic:iterate id=sub name=scope property=associations bean:write name=sub property=value/ /logic:iterate It'll fist generate a

RE: [4.1.10] New test milestone released

2002-09-02 Thread Ignacio J. Ortega
De: Remy Maucherat [mailto:[EMAIL PROTECTED]] Enviado el: 2 de septiembre de 2002 11:35 Thanks for the test case. (maybe we could add all your nasty tests in the tester) tester? you are talking about watchdog ? Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: mailto:[EMAIL

Re: [4.1.10] New test milestone released

2002-09-02 Thread Steve Downey
There's a tester application in Catalina. Watchdog is the basis for the official test kit for the servlet and JSP specs. It's portable and generic. Tester, on the other hand, is Tomcat specific. So putting Tomcat regression tests in it is very appropriate. On Monday 02 September 2002 09:30

[4.1.10] New test milestone released

2002-08-30 Thread Remy Maucherat
A new test milestone of Tomcat 4.1 has just been released. Downloads: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.10/ Significant changes over 4.1.9 Beta include: - Jasper 2 bugfixes - Catalina classloader bugfixes - Stable versions of components from Jakarta Commons,

Re: [4.1.10] New test milestone released

2002-08-30 Thread Costin Manolache
Not the lucky one... Something like: logic:iterate id=sub name=scope property=associations bean:write name=sub property=value/ /logic:iterate It'll fist generate a duplicated declaration ( once at top level, once at block level ) for _jspx_sub_1, and then look for a variable named 'sub'