RE: [Jelly] Jexl Syntax

2003-04-03 Thread Frank Meijer
Thanks, that clarifies a lot. I keep being amazed by the potential of Jelly. ...Frank -Original Message- From: Wannheden, Knut [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 2:22 AM To: 'Jakarta Commons Users List' Subject: RE: [Jelly] Jexl Syntax Frank,

Re: [logging] How to setLevel() for commons logging? (urgent :)

2003-04-03 Thread Craig R. McClanahan
On Thu, 3 Apr 2003, Thomas Nichols wrote: Of course, if you find it necessary to access these logger objects, it seems to me that using commons-logging is a waste of time -- you're going to be tying yourself to the underlying implementation anyway. I can live with a Log4J dependency in a

Re: [logging] How to setLevel() for commons logging? (urgent :)

2003-04-03 Thread Thomas Nichols
At 11:24 03/04/2003 -0800, Craig R. McClanahan wrote: On Thu, 3 Apr 2003, Thomas Nichols wrote: [snip] Why don't you just let the underlying logging system configure itself based on properties files (log4j.properties for Log4J, logging.properties for JDK 1.4)? Then you have zero code

RE: RE: Re: [DBCP] Strange Problems and Errors

2003-04-03 Thread travis
I added the validation query and it still has the same problem. Travis Original Message From: Rodney Waldhoff [EMAIL PROTECTED] Sent: 2003-04-02 To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: RE: Re: [DBCP] Strange Problems and Errors On Tue, 1 Apr 2003 [EMAIL PROTECTED]

[httpclient] Parse response for NameValuePairs?

2003-04-03 Thread John Burke
Hi, I've looked through the API docs but didn't find what I wanted. I'm wondering if there is a method that will find and return all NameValuePairs from a given response? If not can anyone please suggest a few lines of code? Thanks. John

RE: [httpclient] Parse response for NameValuePairs?

2003-04-03 Thread Adrian Sutton
Hi John, I take it you wanted to get the name and value of all the headers returned in the response. You can use the getResponseHeaders() method in any HttpMethod which will return an array of Headers. Each header though can contain multiple values so you'd have to iterate over the headers and

BeanUtils.copyProperties and null properties

2003-04-03 Thread Budi Rostiarso
hi to all, i have a problem which i think is a usual problem, but i cant find the answer in commons forum, so please help :) Here we go: i'm trying to copy properties from Struts' ActionForm to my POJO, and vice versa. All properties from ActionForm are String, as suggested, and most of the

[betwixt] BeanReader - setXXX(Object)

2003-04-03 Thread Brian K. Wallace
I was wondering if there is something I'm missing, or if Betwixt just can't do it as is. Given the following XML: Element nameElement 1/name value Integer5/Integer /value /Element and the following bean mapped to the Element XML element: public class ElementBean { private String

[betwixt] BeanReader - setXXX(Object)

2003-04-03 Thread Brian K. Wallace
I was wondering if there is something I'm missing, or if Betwixt just can't do it as is. Given the following XML: Element nameElement 1/name value Integer5/Integer /value /Element and the following bean mapped to the Element XML element: public class ElementBean { private String