DO NOT REPLY [Bug 6035] - Ressources enhancement

2002-02-15 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=6035. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Broken link on the site...

2002-02-15 Thread Ted Husted
I'm not exactly sure what happened there, but if there are no objections, I'll proceed along the lines outlined here: http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg04760.html -Ted. Arron Bates wrote: I assume that the site update is the hany-work of Ted?... Is sweet.

Re: Broken link on the site...

2002-02-15 Thread Arron Bates
Sounds fine to me. Arron. Ted Husted wrote: I'm not exactly sure what happened there, but if there are no objections, I'll proceed along the lines outlined here: http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg04760.html -Ted. Arron Bates wrote: I assume that the site update

RE: [Proposal] - Form Transformations

2002-02-15 Thread Porter, Roy
I am interested in this, and agree with Ted that it should be part of the Struts validator. Time permitting, I should be able to help out with this, I am pretty conversant with David's validator code. I can't find Rey's package in the commons though ? There's also the new conversion

BUG: Null strings getting converted to 'null' was Websphere and 'null' strings

2002-02-15 Thread Dave J Dandeneau
I know that a few other people have been confused by this bug, so I hope this clears things up. The bug is just a small quirk in the Option Tag code. It seems that StringBuffer works differently on the different JDKs. Here is an example: StringBuffer sb = new StringBuffer(); String x = null;

MVC and Struts

2002-02-15 Thread Roman V. Petrov
Struts gurus and users, I used Struts in several projects and have a question about Struts design. If consider a Struts application with separated business layer (like EJB or another way) as MVC example I see: ActionServlet - Controller Action- mixed Controller + View JSP with tags -

Re: MVC and Struts

2002-02-15 Thread Ted Husted
Struts has always been open to other presentation systems. It's just been a matter of someone doing the work to expose the Struts configuration to those systems. The custom tags and RequestUtils package did that for JSP. Other servlets like X2 (from the JavaWorld article), and the Struts/Velocity

RE:feature request bug 6477

2002-02-15 Thread Frederic Simard
Martin for the feature request bug 6477 I don't agree with you. I think it could be a nice feature to be able to use SQL in or with Strut tag. Like they said on the http://jakarta.apache.org/taglibs/doc/standard-doc/standard-ea3/DB_Funct ionalDescription_1_EA3.html : Many dynamic web

Nightly Build - struts-config and DynaActionForms

2002-02-15 Thread Matt Raible
I just downloaded the nightly build and it doesn't appear that the 1_1 DTD has been updated for DynaActionForms. Is this true? logClassName=org.apache.commons.logging.impl.Log4JCategoryLog INFO [main] [org.apache.commons.digester.Digester.sax] Log4JCategoryLog.info(142) | startDocument() INFO

Re: feature request bug 6477

2002-02-15 Thread Ted Husted
There is no point in Struts duplicating what is already available in Jakarta-taglibs and what may also be in the JSTL. If you want to do this, use the Jakarta Taglib dbTag. http://jakarta.apache.org/taglibs/doc/dbtags-doc/intro.html Works fine with any data source, including the Struts

Re: feature request bug 6477

2002-02-15 Thread Ted Husted
I don't mean to be rude, Frederic, but it's not going to happen. If you want to populate controls in your applications, you can do that with the dbTags, or the JSTL when it is avialable. If you want to extend the Struts taglibs to use that same code, you can do that too. If you want to offer

Workflow/Pageflow proposal

2002-02-15 Thread Paul Smith
Ted, I have a design put together for a pretty significant upgrade to the struts framework which would meet the needs of the workflow requirements. I have set up the struts framework and have started a build structure in the contrib folder on my local machine. However, this is a major change,

RE: feature request bug 6477

2002-02-15 Thread Craig R. McClanahan
On Fri, 15 Feb 2002, Frederic Simard wrote: Date: Fri, 15 Feb 2002 15:17:44 -0500 From: Frederic Simard [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: feature request bug 6477 No, but I dont want you to

RE: Workflow/Pageflow proposal

2002-02-15 Thread tim stephenson
paul , ted , i would be very interested in contributing to this workflow effort right away as i have exactly that task to do anyway and i would dearly like to avoid another piece of proprietary J2EE (excuse the oxymoron) from my company. specifically i would be keen to get a page flow logic

Re: Broken link on the site...

2002-02-15 Thread martin . cooper
I'm a bit puzzled as to what happened as well. Somewhere along the line, the Javadoc link reverted to the nightly builds too. In any case, I'm +1 on your proposed changes. -- Martin Cooper At 04:14 AM 2/15/02, Ted Husted wrote: I'm not exactly sure what happened there, but if there are no

Logging mess

2002-02-15 Thread B.Gorkem ERCAN
Hi, On my daytime job I have to manage several J2EE applications developed by several development teams. Recently our administrator complained that these applications all use different logging mechanisms which is creating a mess :). In order to avoid I have decided to advise on the use of

Re: Logging mess

2002-02-15 Thread Craig R. McClanahan
On Sat, 16 Feb 2002, B.Gorkem ERCAN wrote: Date: Sat, 16 Feb 2002 01:16:02 +0200 From: B.Gorkem ERCAN [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Logging mess Hi, On my daytime job I have to manage several J2EE applications