[OT] Is it possible to use commons-el in a standalone application?

2004-03-23 Thread Daniel H. F. e Silva
Hi, I know this is an off-topic message, but as many people here works with Jakarta Commons components, i decided to start my search in this list. I was thinking about writing a Swing app where its config file would be a XML file. And i'd like to put EL expressions in that file. So, my

Re: [OT] Is it possible to use commons-el in a standalone application?

2004-03-23 Thread Martin Cooper
You're much more likely to get a good answer to this if you post to commons-user, where it would be ON topic. Asking on struts-user if you can use a non-Struts library in a non-Struts app isn't the best approach. ;-) -- Martin Cooper Daniel H. F. e Silva [EMAIL PROTECTED] wrote in message news

RE: [OT] Is it possible to use commons-el in a standalone application?

2004-03-23 Thread Chappell, Simon P
Except on Friday afternoons, of course. :-) -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Martin Cooper Sent: Tuesday, March 23, 2004 4:50 PM To: [EMAIL PROTECTED] Subject: Re: [OT] Is it possible to use commons-el in a standalone application? You're much more likely

Using commons-collections lazylist for nested actionforms

2004-03-01 Thread Andrew Hill
Im about to have a go using the lazylist stuff in commons-collections 2.1 to implement some nested actionforms stuff (previously Ive always been initialising the lists the hard way in my reset method!). http://jakarta.apache.org/commons/collections/api/org/apache/commons/collect ions

RE: Using commons-collections lazylist for nested actionforms

2004-03-01 Thread Andrew Hill
Cheers mate! Exactly what I was hoping to hear :-) -Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED] Sent: Monday, 1 March 2004 17:57 To: [EMAIL PROTECTED] Subject: Re: Using commons-collections lazylist for nested actionforms No worries about the order of the submit

OT: question about using CVS to download commons-scaffold

2004-02-06 Thread Jim Anderson
I followed the instructions on page http://jakarta.apache.org/commons/sandbox/scaffold/cvs-usage.html, namely: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co jakarta-commons/scaffold and got the following error: cvs

OT: Need help downloading latest commons-sandbox and Struts Contrib from CVS

2004-02-01 Thread Jim Anderson
Sorry, I'm feeling very stupid, but could someone please send me the cvs command(s) needed to download each of these from the Jakarta site? IIn case you haven't guessed, I'm rather new to CVS :-) Thanks very much! A CVS ignoramus...

Re: OT: Need help downloading latest commons-sandbox and Struts Contrib from CVS

2004-02-01 Thread James Mitchell
generous today :) Depending on your cvs client, and assuming you have the correct connection established to connect to apache's cvs repository. cvs checkout jakarta-struts and cvs checkout jakarta-commons-sandbox Thanks very much! A CVS ignoramus

[OT?] WebSphere and commons-logging

2003-12-17 Thread Hibbs, David
For those who are using commons-logging (i.e all Struts users!) on WebSphere 4.0 or greater, you need to be aware that WebSphere comes with its own implementation of a commons-logging Log. Not only that, but it comes with its own implementation of LogFactory... and a commons

Re: [OT?] WebSphere and commons-logging

2003-12-17 Thread Ovidiu EFTIMIE
Hi, Make a file called commons-logging.properties and add this line: org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.Log4jFacto ry Put the file in your classpath Ovidiu - Original Message - From: Hibbs, David [EMAIL PROTECTED] To: Struts-Users (E-mail) [EMAIL

RE: [OT?] WebSphere and commons-logging

2003-12-17 Thread Hibbs, David
Yeah, it doesn't help because there is a commons-logging.properties file in the WAS classpath already! As long as you have the classloader mode set to parent first, it will find the IBM version first and, thus, use the IBM log. Good thought, though, and I did neglect to mention that creating

RE: Commons validation framework and struts

2003-12-17 Thread Robert Taylor
The attachment didn't come through. robert -Original Message- From: Abhishek Srivastava [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 12:31 AM To: 'Struts Users Mailing List' Subject: RE: Commons validation framework and struts Hello Robert, Yes. I have also defined

RE: Commons validation framework and struts

2003-12-14 Thread Robert Taylor
-in robert -Original Message- From: Abhishek Srivastava [mailto:[EMAIL PROTECTED] Sent: Sunday, December 14, 2003 1:43 AM To: 'Struts Users Mailing List' Subject: RE: Commons validation framework and struts Hello Robert, Thanks for your reply. It's a typo in my email. My form has

RE: Commons validation framework and struts

2003-12-14 Thread Abhishek Srivastava
] Sent: Friday, December 12, 2003 8:21 PM To: Struts Users Mailing List Subject: RE: Commons validation framework and struts Your field names aren't the same. operator1 != operand1 operator2 != operand2 They must be the same or validation on those fields won't occur. robert -Original Message

RE: Commons validation framework and struts

2003-12-13 Thread Abhishek Srivastava
is easily understandable. Regards, Abhishek. -Original Message- From: Ben Anderson [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 8:21 PM To: [EMAIL PROTECTED] Subject: RE: Commons validation framework and struts You need to decide if you want to use Struts validation

RE: Commons validation framework and struts

2003-12-13 Thread Abhishek Srivastava
: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 8:21 PM To: Struts Users Mailing List Subject: RE: Commons validation framework and struts Your field names aren't the same. operator1 != operand1 operator2 != operand2 They must be the same or validation on those fields won't

Commons validation framework and struts

2003-12-12 Thread Abhishek Srivastava
Hello All, I am trying to learn the new validation framework provided with struts 1.1 and am facing a few problems. I have a form object which I have derived from ValidatorForm class. In this form I have fields like operator1, operator2. I have created a file called validation.xml where I have

RE: Commons validation framework and struts

2003-12-12 Thread Robert Taylor
] Subject: Commons validation framework and struts Hello All, I am trying to learn the new validation framework provided with struts 1.1 and am facing a few problems. I have a form object which I have derived from ValidatorForm class. In this form I have fields like operator1, operator2. I

RE: Commons validation framework and struts

2003-12-12 Thread Ben Anderson
. hth, Ben From: Abhishek Srivastava [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Commons validation framework and struts Date: Fri, 12 Dec 2003 20:04:36 +0530 Hello All, I am trying to learn the new validation framework provided with struts

Struts and commons DBCP

2003-12-09 Thread AMIR-TAHMASSEB Marc
Hi, I'm using struts 1.02 and the commons DBCP to connect my Oracle 8i database and i have some problems because sometimes my tomcat 3 fall down without any reasons and we have to restart it. I wonder to know how work the connection with commons DBCP, more specialy what happen wen i do

Re: Struts and commons DBCP

2003-12-09 Thread Kwok Peng Tuck
out to other requests. AMIR-TAHMASSEB Marc wrote: Hi, I'm using struts 1.02 and the commons DBCP to connect my Oracle 8i database and i have some problems because sometimes my tomcat 3 fall down without any reasons and we have to restart it. I wonder to know how work the connection

RE: Struts and commons DBCP

2003-12-09 Thread Navjot Singh
tomcat 3? guess that was a stone age :-) My second question is : do i have to close the connection when may request is finished ? Does this really close the connection or just free the object i used, but save the oracle connection open ? Yes, please close the connection. Actually, this method

RE: Struts and commons DBCP

2003-12-09 Thread AMIR-TAHMASSEB Marc
tomcat 3 is not my choice, unfortunatly :-( For the connections, i already close all of them but we have some problems (tomcat server falls down and requests take time to be executed !) so i just want to be sure about this. One more question : I use the commons-dbcp, commons-pool and commons

Re: Struts and Commons Chain

2003-12-08 Thread Vic Cekvenich
This is very interesting I think. .V Hookom, Jacob wrote: I was looking at chain's implementation, instead of executing the commands with the visitor pattern, wouldn't a more powerful/flexible method be to implement it using a filter pattern? See:

RE: Struts and Commons Chain

2003-12-08 Thread Balakrishnan, Vijay
context.They use the Interceptor interface. Vijay -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Monday, December 08, 2003 5:16 AM To: [EMAIL PROTECTED] Subject: Re: Struts and Commons Chain This is very interesting I think. .V Hookom, Jacob

[OT] Log4J raw vs. commons-logging/Log4J (was Re: Log4j with Struts)

2003-12-05 Thread Kirk Wylie
Joe Germuska wrote: At the risk of quibbling, I would dispute this as a general rule; commons-logging is great for library packages which may be used in a variety of contexts, but unless you're writing a Struts application for general distribution and re-use, there's less justification

Re: [OT] Log4J raw vs. commons-logging/Log4J (was Re: Log4j with Struts)

2003-12-05 Thread Joe Germuska
Are you talking about the code-level interface (i.e. Log versus Logger) or in terms of the configuration? Because in our applications, we've taken the commons-logging approach, though we initialize the commons-logging package with a complex Log4J configuration, so that we have in essence

Struts and Commons Chain

2003-12-01 Thread Hookom, Jacob
I was looking at chain's implementation, instead of executing the commands with the visitor pattern, wouldn't a more powerful/flexible method be to implement it using a filter pattern? See: http://java.sun.com/blueprints/corej2eepatterns/Patterns/InterceptingFilter. html Sample Chain:

Commons Bean Utils

2003-11-20 Thread Jerome Sevrin
Hi all, I saw in a application example, using of commons beanutils. For instance : String password = (String) PropertyUtils.getSimpleProperty(form, password); I understand that make the application more flexible. But are there any other advantages to use that ? I think, it's most simple

RE: Commons Bean Utils

2003-11-20 Thread Richard J. Duncan
Sevrin [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 5:38 AM To: Struts Users Mailing List Subject: Commons Bean Utils Hi all, I saw in a application example, using of commons beanutils. For instance : String password = (String) PropertyUtils.getSimpleProperty(form, password); I

using commons-pool

2003-11-18 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
We want to use commons-pool package for instance pooling, where can I find a running complete example ,also we would be happy if somebody share their experinces with us ,, - To unsubscribe, e-mail: [EMAIL PROTECTED

commons upload FileItem objects?

2003-11-12 Thread Matt Pease
Hi all - I'm putting together a webapp that'll do lots of file-uploading. The commons Fileupload package has a nifty little API that'll let you write an uploaded file directly. According to their docs, http://jakarta.apache.org/commons/fileupload/using.html, it'll actually move the file

Re: Which version of Commons Digester released with Struts 1.1

2003-11-08 Thread Craig R. McClanahan
. The Struts release notes describe the included versions of all the commons libraries. In addition, the version information about JAR files in general should be in a META-INF/MANIFEST.MF file in the jar (and it is there for all the libraries that Struts includes). Phil Craig

commons logging

2003-11-07 Thread mucus snot
Hi, This is an issue with commons logging, which I know is not directly related to struts, but is applicable to a lot of struts applications. I am configuring commons logging with a commons-logging.properties file, but no matter what I put in this file, it sets the implementation

Re: Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread David Graham
--- Philip Mark Donaghy [EMAIL PROTECTED] wrote: I would like to debug a problem that I have with Digester. The error is : java.lang.NoSuchMethodException: No such accessible method: addFormBeanConfig() on object: java.lang.String How can I get the version number that is distributed

RE: Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread Karr, David
Well, you should be able to open up the commons-digester.jar file and inspect the manifest.mf file. It has a version number, which appears to be 1.5 in Struts 1.1. -Original Message- From: Philip Mark Donaghy [mailto:[EMAIL PROTECTED] I would like to debug a problem that I have

Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread Philip Mark Donaghy
I would like to debug a problem that I have with Digester. The error is : java.lang.NoSuchMethodException: No such accessible method: addFormBeanConfig() on object: java.lang.String How can I get the version number that is distributed with Struts 1.1. Phil = Java Web Application Architect

Which version of Commons Digester released with Struts 1.1

2003-11-06 Thread Philip Mark Donaghy
I would like to debug a problem that I have with Digester. The error is : java.lang.NoSuchMethodException: No such accessible method: addFormBeanConfig() on object: java.lang.String How can I get the version number of Commons Digester that is distributed with Struts 1.1. Phil = Java Web

commons logging -- how to change the default setting of INFO

2003-09-12 Thread sundar
Hi, I perused the list archives for this, but none of the suggestions mentioned seem to work for me. Here is my problem.. (I'm running struts 1.1 b4 -- I think). I created a file commons-logging.properties in my web apps WEB-INF/classes directory containing .. org.apache.commons.logging.Log

RE: commons logging -- how to change the default setting of INFO

2003-09-12 Thread naveen . joshi
Try this param-value2/param-value -Original Message- From: sundar [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 9:26 AM To: struts-user Cc: sundar Subject: commons logging -- how to change the default setting of INFO Hi, I perused the list archives for this, but none

RE: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1]

2003-09-03 Thread Andrew Hill
To: Andrew Hill Cc: Struts Users Mailing List Subject: RE: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1] On Wed, 3 Sep 2003, Andrew Hill wrote: Date: Wed, 3 Sep 2003 11:58:13 +0800 From: Andrew Hill [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED] Cc

Re: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundledwith Struts 1.1]

2003-09-03 Thread Adam Hardy
/lib [WAS: RE: Commons Versions bundled with Struts 1.1] So whats the deal with XML parsers? For example lets say I need my web app to use xerces-1.4.3 as later versions have various bugs with some of the things Im trying to do (for example xerces-1.4.4's Document.cloneNode() is screwed, and 2

RE: Commons Versions bundled with Struts 1.1

2003-09-03 Thread Steve Raeburn
Mailing List Subject: RE: Commons Versions bundled with Struts 1.1 btw: Anyone have a clue as to the version for the jakarta-oro jar? (Its manifest doesnt say) -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 21:31 To: Struts Subject

Commons Versions bundled with Struts 1.1

2003-09-02 Thread Andrew Hill
Ive been trying to find out the versions of the commons libraries bundled with Struts 1.1 Final, but haven't found where its definitively documented (links welcome please!) I went through the various manifest files and got this, but Im not sure how up to date the manifests are: struts 1.1 (Yeh

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Andrew Hill
Doh! Howd I miss that? Right under my nose the whole time! Thanks Kris! :-) -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 21:44 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Commons Versions bundled with Struts 1.1

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Andrew Hill
btw: Anyone have a clue as to the version for the jakarta-oro jar? (Its manifest doesnt say) -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 21:31 To: Struts Subject: Commons Versions bundled with Struts 1.1 Ive been trying to find out

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Kris Schneider
http://jakarta.apache.org/struts/userGuide/release-notes-1.1.html: Commons BeanUtils 1.6.1 Commons Collections 2.1 Commons Digester 1.5 Commons FileUpload 1.0 Commons Lang 1.0.1 Commons Logging 1.0.3 Commons Validator 1.0.2 Quoting Andrew Hill [EMAIL PROTECTED]: Ive been trying to find out

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Kris Schneider
: Commons Versions bundled with Struts 1.1 Ive been trying to find out the versions of the commons libraries bundled with Struts 1.1 Final, but haven't found where its definitively documented (links welcome please!) I went through the various manifest files and got this, but Im not sure how up

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Erez Efrati
At least by the struts srcs build.properties it's 2.0.6 and later HTH, Erez -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 3:41 PM To: Struts Users Mailing List Subject: RE: Commons Versions bundled with Struts 1.1 btw: Anyone have

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Adam Hardy
On a related subject, what criteria does one use to decide whether to put these in tomcat's commons/lib directory, or in the webapp's own lib directory when deploying? On 09/02/2003 03:44 PM Kris Schneider wrote: http://jakarta.apache.org/struts/userGuide/release-notes-1.1.html: Commons

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Norm Deane
The main consideration is whether or not you want all your applications to run on the same versions of these components. By putting them in commons/lib you are assuming all applications (running in this instance of Tomcat) will use the same component versions. I have on many occasions had

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread David Graham
--- Adam Hardy [EMAIL PROTECTED] wrote: On a related subject, what criteria does one use to decide whether to put these in tomcat's commons/lib directory, or in the webapp's own lib directory when deploying? Place all jars that come with Struts in your app's WEB_INF/lib directory. Struts

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Wendy Smoak
Adam wrote: On a related subject, what criteria does one use to decide whether to put these in tomcat's commons/lib directory, or in the webapp's own lib directory when deploying? I've never considered putting them in a common area. I like my webapps to be as self-contained as possible, so I

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Craig R. McClanahan
On Tue, 2 Sep 2003, Adam Hardy wrote: On a related subject, what criteria does one use to decide whether to put these in tomcat's commons/lib directory, or in the webapp's own lib directory when deploying? http://jakarta.apache.org/struts/userGuide/configuration.html#config_add Craig

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread David Graham
--- Wendy Smoak [EMAIL PROTECTED] wrote: Adam wrote: On a related subject, what criteria does one use to decide whether to put these in tomcat's commons/lib directory, or in the webapp's own lib directory when deploying? I've never considered putting them in a common area. I like my

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Erez Efrati
At least by the struts srcs build.properties it's 2.0.6 and later HTH, Erez -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 3:41 PM To: Struts Users Mailing List Subject: RE: Commons Versions bundled with Struts 1.1 btw: Anyone have

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Adam Hardy
Guess I should have seen that earlier, but thanks. Hits the nail right on the head. On 09/02/2003 06:25 PM Craig R. McClanahan wrote: On Tue, 2 Sep 2003, Adam Hardy wrote: On a related subject, what criteria does one use to decide whether to put these in tomcat's commons/lib directory

[OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1]

2003-09-02 Thread Andrew Hill
in WEB-INF/lib and have it used instead of the shared one - yet this isn't what happens. What gives? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 September 2003 00:26 To: Struts Users Mailing List Subject: Re: Commons Versions bundled

Re: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versionsbundled with Struts 1.1]

2003-09-02 Thread Craig R. McClanahan
On Wed, 3 Sep 2003, Andrew Hill wrote: Date: Wed, 3 Sep 2003 11:21:55 +0800 From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1] So whats

RE: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1]

2003-09-02 Thread Andrew Hill
Subject: Re: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1] On Wed, 3 Sep 2003, Andrew Hill wrote: Date: Wed, 3 Sep 2003 11:21:55 +0800 From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [OT] XML

RE: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versionsbundled with Struts 1.1]

2003-09-02 Thread Craig R. McClanahan
On Wed, 3 Sep 2003, Andrew Hill wrote: Date: Wed, 3 Sep 2003 11:58:13 +0800 From: Andrew Hill [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED] Cc: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled

Deployment problems with Struts 1.1 and commons-logging 1.0.3

2003-08-29 Thread Marco Tedone
at the commons-logging.jar file and actually this class is called Log4JCategoryLog (with the capital J), which would explain the problem. Could anyone please help, and try to figure out why with previous releases of Struts the application deployed without a problem? This is the third time I submit

RE: commons-fileupload.jar

2003-08-19 Thread Filip Polsakiewicz
Thanks alot. This worked out fine. Greetz, Filip -Original Message- From: Reinhard Nagele [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 8:59 AM To: Struts Users Mailing List Subject: Re: commons-fileupload.jar Download Struts 1.1 again. I think they packaged a wrong

commons-logging.properties

2003-08-18 Thread Duan Qiang
Hi, I want to have fine-grained configure of logging in my struts application, for example, for class A, it allows info level logging, for class B, it allows trace level logging. I surfed the net and found some entries in the commons-logging properties file, for example

Re: commons-logging.properties

2003-08-18 Thread Koni Roth
Hi Duan I use SimpleLog for logging. Here my configuration for my class LogonAction. You can set individual log levels for each class. commons-logging.properties file: org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog simplelog.properties file

Where do I download Commons validator example app from?

2003-08-18 Thread Mehran Zonouzi
Hi, Can someone tell me where to download the commons validator example app from? I am interested in the example of how to use the struts validator outside of Strus framework. Thanks -- This e-mail may contain confidential and/or privileged information. If you are not the intended

Re: Where do I download Commons validator example app from?

2003-08-18 Thread David Graham
--- Mehran Zonouzi [EMAIL PROTECTED] wrote: Hi, Can someone tell me where to download the commons validator example app from? I am interested in the example of how to use the struts validator outside of Strus framework. I'm not sure if it's downloadable or not. If you check out the CVS

Re: Where do I download Commons validator example app from?

2003-08-18 Thread Mehran Zonouzi
: Subject: Re: Where do I download Commons validator example app from? 18/08/03 15:45 Please

Re: Where do I download Commons validator example app from?

2003-08-18 Thread David Graham
at how Struts interacts with Commons Validator. David David Graham

Re: Where do I download Commons validator example app from?

2003-08-18 Thread Mehran Zonouzi
] yahoo.com cc: Subject: Re: Where do I download Commons validator example app from? 18/08/03 15:55

Re: Where do I download Commons validator example app from?

2003-08-18 Thread David Graham
do I download Commons validator example app from? 18/08/03 15:55 Please respond

Re: Where do I download Commons validator example app from?

2003-08-18 Thread Mehran Zonouzi
: Subject: Re: Where do I download Commons validator example app from? 18/08/03 16:05

Re: commons-logging.properties

2003-08-18 Thread Koni Roth
Hi Duan I use SimpleLog for logging. Here my configuration for my class LogonAction. You can set individual log levels for each class. commons-logging.properties file: org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog simplelog.properties file

Re: commons-logging.properties

2003-08-18 Thread Duan Qiang
Thx Koni Roth for your reply. Have a nice day, Duan Qiang - Original Message - From: Koni Roth [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, August 18, 2003 7:04 PM Subject: Re: commons-logging.properties Hi Duan I use SimpleLog for logging. Here my

Re: How to configure commons-logging on JDK1.4

2003-08-14 Thread Kris Schneider
Try actually putting it in WEB-INF/classes, not WEB-INF/classes/myclass. Quoting Koni Roth [EMAIL PROTECTED]: Yes, my commons-logging.properties file is in the CLASSPATH (WEB-INF/classes/myclass/commons-logging.properties). I would like to use org.apache.commons.logging.impl.SimpleLog

Changes between commons-fileupload.jar (original) and commons-fileupload struts

2003-08-14 Thread Filip Polsakiewicz
Hi, i have a problem with my struts app. When i use the original commons-fileupload and not the one shipped with struts i get exceptions. But we in our project need some features of the FileUpload (e.g. DiskFileUpload.class) that are not included in the struts version. What do I have to change so

Re: commons-fileupload.jar

2003-08-14 Thread Reinhard Nägele
Download Struts 1.1 again. I think they packaged a wrong jar when Struts 1.1 was released, which was fixed later. DiskFileUpload is definitely included in my Struts 1.1 distribution. Reinhard Filip Polsakiewicz wrote: Hi everybody, i found that the commons-fileupload.jar shipped with struts

Re: How to configure commons-logging on JDK1.4

2003-08-14 Thread Koni Roth
Koni Roth [EMAIL PROTECTED]: Yes, my commons-logging.properties file is in the CLASSPATH (WEB-INF/classes/myclass/commons-logging.properties). I would like to use org.apache.commons.logging.impl.SimpleLog. What do I have to write in the commons-logging.properties file? How do I tell my

Re: How to configure commons-logging on JDK1.4

2003-08-14 Thread Kris Schneider
Is the commons-logging.properties file located in your app's WEB-INF/classes dir? Quoting Koni Roth [EMAIL PROTECTED]: No answer until now! It looks like nobody is using commons-logging! Very frustrating to be the only one using it... Is there really no useful example or documentation

Re: How to configure commons-logging on JDK1.4

2003-08-12 Thread Koni Roth
Yes, my commons-logging.properties file is in the CLASSPATH (WEB-INF/classes/myclass/commons-logging.properties). I would like to use org.apache.commons.logging.impl.SimpleLog. What do I have to write in the commons-logging.properties file? How do I tell my application to use the commons

Re: How to configure commons-logging on JDK1.4

2003-08-11 Thread Koni Roth
Thanks Craig Since I have my commons-logging.properties file in WEB-INF/classes and *not* in a subdirectory everything works fine! I didn't get this out of the documentation. Cheers Koni Craig R. McClanahan wrote: On Fri, 8 Aug 2003, Koni Roth wrote: Date: Fri, 08 Aug 2003 18:47:41 +0200

Re: How to configure commons-logging on JDK1.4

2003-08-10 Thread Reinhard
The answer to your problem is: at the homepage of commons-logging (where you'll find the online doc) and you don't need to join the mailing-list of commons ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: How to configure commons-logging on JDK1.4

2003-08-10 Thread Kris Schneider
If you're happy with Jdk14Logger instead of SimpleLog, that's fine. But I just verified that you *can* get SimpleLog to work with JDK1.4. As I said, make sure commons-logging.properties is in WEB-INF/classes, *not* a subdirectory. Quoting Koni Roth [EMAIL PROTECTED]: Thanks Kris I read

How to configure commons-logging on JDK1.4

2003-08-09 Thread Koni
Hello I'm using Struts 1.1 with commons-logging. My 'commons-logging.properties' file is in the CLASSPATH and has the following 2 entries: org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog org.apache.commons.logging.simplelog.log.LogonAction=info When I run my

Re: How to configure commons-logging on JDK1.4

2003-08-09 Thread Koni Roth
No answer until now! It looks like nobody is using commons-logging! Very frustrating to be the only one using it... Is there really no useful example or documentation? Cheers and enjoy the Friday Beer. Koni Original Message Subject: How to configure commons-logging on JDK1.4

Re: commons-fileupload.jar

2003-08-05 Thread Kwok Peng Tuck
Maybe you can replace the version by downloading the new one from the commons home page ? Filip Polsakiewicz wrote: Hi everybody, i found that the commons-fileupload.jar shipped with struts is not complete compared to the original commans-fileupload.jar In our project we need e.g. the class

RE: commons-fileupload.jar

2003-08-05 Thread Filip Polsakiewicz
-Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 8:05 AM To: Struts Users Mailing List Subject: Re: commons-fileupload.jar Maybe you can replace the version by downloading the new one from the commons home page ? Then I get

commons-fileupload.jar

2003-08-05 Thread Filip Polsakiewicz
Hi everybody, i found that the commons-fileupload.jar shipped with struts is not complete compared to the original commans-fileupload.jar In our project we need e.g. the class DiskFileUpload which is not included in the struts version. On the other hand i cannot take the original version since

using html:file and commons-fileupload

2003-08-04 Thread Filip Polsakiewicz
Hi, i have the following problem. I use a html:file element to choose a file and want it to be uploaded using commons-fileupload. When i submit my form i get the following exception: java.lang.NoSuchMethodError: org.apache.commons.fileupload.FileUpload.setSizeMax(I)V my code looks something like

RE: using html:file and commons-fileupload

2003-08-04 Thread Alex Shneyderman
and commons-fileupload Hi, i have the following problem. I use a html:file element to choose a file and want it to be uploaded using commons-fileupload. When i submit my form i get the following exception: java.lang.NoSuchMethodError: org.apache.commons.fileupload.FileUpload.setSizeMax(I

Re: using html:file and commons-fileupload

2003-08-04 Thread Alen Ribic
- Original Message - From: Filip Polsakiewicz [EMAIL PROTECTED] To: Struts Users Mailinglist [EMAIL PROTECTED] Sent: Monday, August 04, 2003 2:24 PM Subject: using html:file and commons-fileupload Hi, i have the following problem. I use a html:file element to choose a file and want

RE: using html:file and commons-fileupload

2003-08-04 Thread Filip Polsakiewicz
Hi, changing the type to FormFile didn't solve the problem. Any other ideas? -Original Message- From: Alen Ribic [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 2:28 PM To: Struts Users Mailing List Subject: Re: using html:file and commons-fileupload - Original

Re: using html:file and commons-fileupload

2003-08-04 Thread Alen Ribic
Of top of my head: Are you using a version of upload commons that came with Struts or...? Also, you got some code snippet/ for clues? --Alen - Original Message - From: Filip Polsakiewicz [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, August 04, 2003

RE: using html:file and commons-fileupload

2003-08-04 Thread Filip Polsakiewicz
I use commons-fileupload-1.0.jar here the html:code html:form action=/core/contact/imageSelect method=POST enctype=multipart/form-data html:file property=file/ html:submitsubmit/html:submit /html:form -Original Message- From: Alen Ribic [mailto

RE: using html:file and commons-fileupload

2003-08-04 Thread message message
Mailing List [EMAIL PROTECTED] Subject: RE: using html:file and commons-fileupload Date: Mon, 4 Aug 2003 15:15:14 +0200 I use commons-fileupload-1.0.jar here the html:code html:form action=/core/contact/imageSelect method=POST enctype=multipart/form-data html:file property=file

RE: using html:file and commons-fileupload

2003-08-04 Thread Filip Polsakiewicz
Does the Action which handles the form have to extends some specific class? -Original Message- From: message message [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 3:38 PM To: [EMAIL PROTECTED] Subject: RE: using html:file and commons-fileupload Here is a copy

Re: using html:file and commons-fileupload

2003-08-04 Thread Alen Ribic
and commons-fileupload -Original Message- From: message message [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 3:38 PM To: [EMAIL PROTECTED] Subject: RE: using html:file and commons-fileupload Here is a copy of the code from the struts-upload example (upload.jsp

RE: using html:file and commons-fileupload

2003-08-04 Thread Filip Polsakiewicz
[mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 4:26 PM To: Struts Users Mailing List Subject: Re: using html:file and commons-fileupload Does the Action which handles the form have to extends some specific class? no. Just extend Action. --Alen - Original Message - From

Re: using html:file and commons-fileupload

2003-08-04 Thread Alen Ribic
Polsakiewicz [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, August 04, 2003 4:33 PM Subject: RE: using html:file and commons-fileupload I just put the fileupload jar into my webapp lib directory. But it still does not work. Actually in our project we use

Error with commons-validator

2003-07-10 Thread sriram
I'm tying to incorporate client-side validations using struts validator. I've downloaded all related .jar files and placed them in /WEB-INF/lib. I'm using commons-validator.jar (1.0.2). When I'm trying to display the. jsp page in web browser. it's showing some HTML tags as mentioned below

  1   2   3   4   >