RE: Bad classloading, why does Struts continue to use Class.forNa me()?

2002-01-16 Thread Jesse Alexander (KADA 12)
Hi, well putting everything in WEB-INF/lib... If you are doing a corporate-framework and want to disable the application-people to change or override the framework you have to place all framework-components out of WEB-INF/lib... So we are back at point 1... regards Alexander -Original

Re: [Proposal] New tag to add prefix to bean name

2002-01-16 Thread Oleg V Alexeev
Hello John, Take a look to the nested tags - www.keyboardmonkey.com/struts Wednesday, January 16, 2002, 10:12:13 AM, you wrote: JY Problem: JY The 'session' and the 'request' are global pools. There is a need to JY manage the namespace of the attributes stored in these pools. In JY

Re: Proposed Migration to DBCP Based Connection Pool

2002-01-16 Thread Oleg V Alexeev
Hello Craig, +1 Wednesday, January 16, 2002, 5:50:01 AM, you wrote: CRM I am going to propose that we switch to a connection pool based on the CRM commons-dbcp (and commons-pool) packages as the preferred data source CRM implementation for Struts 1.1. The existing implementation already has

Re: [Proposal] New tag to add prefix to bean name

2002-01-16 Thread John Yu
Oleg, The nested tag extension, which I find useful of its own right, solves a completely different problem. nested:nest helps where you have nested properties. The tag I'm proposing is simply prefixing an bean name, not property, with a prefix. -- John At 12:21 pm 16-01-2002 +0300, you

Re[2]: [Proposal] New tag to add prefix to bean name

2002-01-16 Thread Oleg V Alexeev
Hello John, Wednesday, January 16, 2002, 1:02:09 PM, you wrote: JY Oleg, JY The nested tag extension, which I find useful of its own right, solves a JY completely different problem. JY nested:nest helps where you have nested properties. The tag I'm proposing JY is simply prefixing an bean

Re: Proposed Migration to DBCP Based Connection Pool

2002-01-16 Thread Ted Husted
+1 Craig R. McClanahan wrote: I am going to propose that we switch to a connection pool based on the commons-dbcp (and commons-pool) packages as the preferred data source implementation for Struts 1.1. The existing implementation already has equivalent functionality to what

Re: i18n Forwards

2002-01-16 Thread Yunfeng Hou
Yes, you can get it from request. And, comitters, what's your opinion about i18n forwards? Because sometimes i18n enabled message can only solve part of the problem to build a multi-language site, it may require totally different layout for different language, so if we have i18n forwards will be

Pre Nested Extension Commit...

2002-01-16 Thread Arron Bates
First of all, thanks for the votes peoples. Need to confirm something and ask opinions on another before I scuttle the codebase... (need three +1's or 0's, or some -1's with explanations if you please) ... 1) The nested system is going into the main source tree (not contrib)?... 2) The TLD.

Re: i18n Forwards

2002-01-16 Thread Ted Husted
Yunfeng Hou wrote: Yes, you can get it from request. And, comitters, what's your opinion about i18n forwards? Because sometimes i18n enabled message can only solve part of the problem to build a multi-language site, it may require totally different layout for different language, so if

RE: JSPTL EA3 - x:transform tag and struts:html tag

2002-01-16 Thread Matt Raible
I got this figured out - I just put my html:html and html:base tag in my XSL stylesheet and now it works fine. Still wondering if anyone has ideas on #3 though. Thanks, Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 8:38 PM To: Tag

Struts Next

2002-01-16 Thread Ted Husted
Craig R. McClanahan wrote: p.s. I saw the other thread on the multi-app support you checked in. Good work! (Do you sleep? :) I should check it out soon. I've got one more useful new goody on my workbench - an ActionForm implementation that uses the new DynaBean APIs in the Commons version

DynaBean examples?

2002-01-16 Thread Will Jaynes
Does someone have any code demonstrating the use of the DynaBean stuff? I'm sure I want to use it, but I need a little kick-start. Will -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Proposed Migration to DBCP Based Connection Pool

2002-01-16 Thread Craig R. McClanahan
On Tue, 15 Jan 2002, Martin Cooper wrote: Date: Tue, 15 Jan 2002 21:13:26 -0800 From: Martin Cooper [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Proposed Migration to DBCP Based Connection Pool +1 That's

Re: i18n Forwards

2002-01-16 Thread Craig R. McClanahan
On Wed, 16 Jan 2002, [gb2312] Yunfeng Hou wrote: Date: Wed, 16 Jan 2002 19:56:47 +0800 (CST) From: [gb2312] Yunfeng Hou [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: i18n Forwards Yes, you can get it from

Re: Pre Nested Extension Commit...

2002-01-16 Thread Craig R. McClanahan
On Thu, 17 Jan 2002, Arron Bates wrote: Date: Thu, 17 Jan 2002 00:54:42 +1100 From: Arron Bates [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Pre Nested Extension Commit... First of all, thanks for the votes

Re: Struts Next

2002-01-16 Thread Craig R. McClanahan
On Wed, 16 Jan 2002, Ted Husted wrote: Date: Wed, 16 Jan 2002 10:51:58 -0500 From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Struts Next Craig R. McClanahan wrote: p.s. I saw the other thread on the multi-app

Re: Struts Next

2002-01-16 Thread Ted Husted
Ted Husted wrote: Well, I'm fairly well rested :), and cant block out some time this and * can * block out some time geeez ... Also plan to get the TODOs all together in Bugzilla, and then maybe link from the TODO over to the Bugzilla tickets for the best ofs. -T. -- To unsubscribe,

cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java DataSourceConfig.java

2002-01-16 Thread craigmcc
craigmcc02/01/16 09:42:40 Modified:conf/share struts-config_1_1.dtd src/share/org/apache/struts/action ActionServlet.java src/share/org/apache/struts/config ConfigRuleSet.java DataSourceConfig.java Log: Repair configuration of

Re: Pre Nested Extension Commit...

2002-01-16 Thread Oleg V Alexeev
Hello Arron, Wednesday, January 16, 2002, 4:54:42 PM, you wrote: AB First of all, thanks for the votes peoples. AB Need to confirm something and ask opinions on another before I scuttle AB the codebase... AB (need three +1's or 0's, or some -1's with explanations if you please) ... AB 1) The

Re: DynaBean examples?

2002-01-16 Thread Craig R. McClanahan
On Wed, 16 Jan 2002, Will Jaynes wrote: Date: Wed, 16 Jan 2002 11:37:15 -0500 From: Will Jaynes [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: DynaBean examples? Does someone have any code demonstrating the use of the DynaBean stuff?

Re: DynaBean examples?

2002-01-16 Thread Paul Speed
Craig R. McClanahan wrote: [ snip ] Look for a check-in of DynaActionForm (so that you can define the properties of form beans without having to create a Java clas for every one) real soon now ... Craig Does this mean that we'll be able to use things like HashMaps as our form data

Struts problem with WebLogic. help please..

2002-01-16 Thread Mohan . Ruthirakotti
All, We are having a problem deploying a struts application developed on iPlanet to weblogic. The specific problem occurs when we use a stuts html:form tag like this: html:form action=/def/updateport which produces the following HTML: form name=PortDefForm method=POST

Re: DynaBean examples?

2002-01-16 Thread Ted Husted
Paul Speed wrote: Does this mean that we'll be able to use things like HashMaps as our form data storage instead of having to build out a full class with sets/gets? If so, that's awesome news. I long ago got rid of presentation layer beans since everything is retrieved and set by property

Re: Simper and MySQL - building database error.

2002-01-16 Thread Ted Husted
Are you using the .02 release? Bryan made some changes to accomodate MySQL. http://netmeme.org/simper/ For an XML database, have you seen this? http://www.dbxml.org/ This is part of xml.apache.org now. Matt Raible wrote: I was definitely intrigued when I saw this package and have been

RE: Simper and MySQL - building database error.

2002-01-16 Thread Matt Raible
Yep, I downloaded the .02 release last night - and tried running the load script. If anyone has successfully been able to do this - please let me know (and send your modified script ;) I've seen dbXML, and have it installed, I'm just wondering how difficult it would be to adapt simper to talk

DO NOT REPLY [Bug 5887] New: - Forte hangs, reports: The Tomcat Server is not running correctly with Struts-using apps

2002-01-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5887. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DynaBean examples?

2002-01-16 Thread Craig R. McClanahan
On Wed, 16 Jan 2002, Paul Speed wrote: Date: Wed, 16 Jan 2002 14:53:20 -0500 From: Paul Speed [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: DynaBean examples? Craig R. McClanahan wrote: [ snip ] Look

Question on ActionForm in 1.0.1

2002-01-16 Thread Roland Huss
Ahoi, I was away from Struts for some time (real life bite me ;-), so I probably missed quite a bit from the latest show. Sorry for that. As I updated to the current 1.0.1 branch, my file upload stuff broke due to a change in ActionFrom that moved getMultipartRequestHandler() from public to

RE: i18n Forwards

2002-01-16 Thread Nicholas Lesiecki
I think that this would be very useful, as we are trying to use a single app with different skins, which could potentially involve very different page layouts for essentially the same info... Cheers, nick -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: Question on ActionForm in 1.0.1

2002-01-16 Thread Ted Husted
It's actually suppose to be public, as it is now in the nightly build. Apparently, I didn't get that change committed back to the 1.0.1 branch, only the 1.1 branch. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Building Java web applications with Struts. -- Tel +1 585 737-3463. -- Web

Re: Pre Nested Extension Commit...

2002-01-16 Thread Arron Bates
I'm not quite ready for that yet ... how about in contrib first? No offense, but what's to be ready for?... It's tested against your multi-app stuff. All works a treat, and being used by tons of happy campers. Or I can just wait until you've played with it... Remember that all the

Self-Initializing DynaBean ?

2002-01-16 Thread Anil Mandava
It would be nice to implement a DynaBean version that can self-populate or self-initialize the properties. Say, if it were possible to encode property type in the property name as: myProp{MyPropClass} then the DyanBean's getter/setter can auto add a corresponding dyna property. This will

Re: Self-Initializing DynaBean ?

2002-01-16 Thread Craig R. McClanahan
On Wed, 16 Jan 2002, Anil Mandava wrote: Date: Wed, 16 Jan 2002 15:27:25 -0800 From: Anil Mandava [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: Self-Initializing DynaBean ? It would be nice to implement a

RE: Self-Initializing DynaBean ?

2002-01-16 Thread Matt Raible
I'd love to use this, but I'm worried about losing the lovely ValidatorForm that my BaseForm extends. Any way I can use the Validator form with the DynaActionForm? Thanks, Matt -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002

RE: Struts problem with WebLogic. help please..

2002-01-16 Thread Mohan . Ruthirakotti
Any suggestions/comments/help please ??? Thanks -Mohan FYI.. -Original Message- From: Ruthirakotti, Mohan Sent: Wednesday, January 16, 2002 1:19 PM To: [EMAIL PROTECTED] Subject: Struts problem with WebLogic. help please.. All, We are having a problem deploying a struts

Re: Struts problem with WebLogic. help please..

2002-01-16 Thread Martin Cooper
I would recommend posting your question to the struts-user list, which is more appropriate for this type of question. You will reach many more people who are likely to be able to help you with WebLogic questions. -- Martin Cooper - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

Upload Sample not working from Nightly Build

2002-01-16 Thread Matt Raible
I'm trying to integrate the upload example into my application and discovered the following: 1. If I use the 1.0.1 binary release, and drop the war in Tomcat 4.0.1 - it works fine. 2. If I build the upload example from the nightly build, I get Cannot find ActionMappings or ActionFormBeans

Re: Pre Nested Extension Commit...

2002-01-16 Thread Arron Bates
Oleg V Alexeev wrote: One point to make it one, because of all nested tags are extends tags from different taglibs and use its own internal logic, common for all nested tags. And another point is a little question about adding of nested logic to the existing tags against of new taglib

Re: Struts Next

2002-01-16 Thread Martin Cooper
Another very useful goody I'd like to get into Struts 1.1 is Matt Raible's changes to generate XHTML. There is one outstanding issue (Bugzilla #4868) which I haven't had time to look into, but assuming that can be fairly easily dealt with, I'm up for committing the necessary changes. -- Martin

Re: Struts Next

2002-01-16 Thread Martin Cooper
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 9:21 AM Subject: Re: Struts Next On Wed, 16 Jan 2002, Ted Husted wrote: Date: Wed, 16 Jan 2002 10:51:58 -0500 From: Ted Husted [EMAIL

cvs commit: jakarta-struts/contrib/validator/docs contact.html index.html

2002-01-16 Thread dwinterfeldt
dwinterfeldt02/01/16 21:55:36 Modified:contrib/validator/docs contact.html index.html Log: Changing contact e-mail to [EMAIL PROTECTED] Revision ChangesPath 1.2 +1 -1 jakarta-struts/contrib/validator/docs/contact.html Index: contact.html

RE: Self-Initializing DynaBean ?

2002-01-16 Thread Craig R. McClanahan
On Wed, 16 Jan 2002, David Winterfeldt wrote: Date: Wed, 16 Jan 2002 22:09:51 -0800 (PST) From: David Winterfeldt [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Self-Initializing DynaBean ? --- Craig R.