Re: porting to tomcat 5

2004-09-15 Thread QM
, such as what version of Tomcat 5 you're running. You say you're porting to Tomcat 5: did you rebuild the app against the newer Tomcat 5 JARs? Finally, while I understand your original tags were written before servlet spec 2.4/JSP spec 2.0, have you at least tried using JSTL? You could setup a stripped-down

RE: porting to tomcat 5

2004-09-14 Thread Justin Kennedy
1:31 AM To: [EMAIL PROTECTED] Subject: porting to tomcat 5 Hi, The following JSP/Tag snippet used to work on the 2.2 spec for Resin and I believe Tomcat as well. Note: the storeValue tag creates a new string variable for the id attribute from the sql result set specified in transactId

RE: porting to tomcat 5

2004-09-14 Thread Shapira, Yoav
, 2004 1:38 PM To: 'Tomcat Users List' Subject: RE: porting to tomcat 5 Hi, I'm new to this mailing list, so I'm thinking I didn't ask this question properly or did something wrong because I never had a response. Maybe I posted too much code? Thanks, -Justin -Original Message- From: Justin

Re: porting to tomcat 5

2004-09-14 Thread Big Chiz
-Original Message- From: Justin Kennedy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 1:38 PM To: 'Tomcat Users List' Subject: RE: porting to tomcat 5 Hi, I'm new to this mailing list, so I'm thinking I didn't ask this question properly or did something wrong

RE: porting to tomcat 5

2004-09-14 Thread Justin Kennedy
To: Tomcat Users List Subject: Re: porting to tomcat 5 although i didnt understand what the trans:storeValue tag, for pure jstl i would have in my code something like this c:choose c:when test=${param.mode == 'SearchContacts'} c:set var=tmpEmail value=accountSearchPersonal / /c:when c:otherwise

porting to tomcat 5

2004-09-13 Thread Justin Kennedy
Hi, The following JSP/Tag snippet used to work on the 2.2 spec for Resin and I believe Tomcat as well. Note: the storeValue tag creates a new string variable for the id attribute from the sql result set specified in transactId and column: % if