cvs commit: jakarta-struts/src/share/org/apache/struts/tiles/xmlDefinition XmlParser.java

2002-08-15 Thread cedric
cedric 2002/08/15 02:29:32 Modified:src/share/org/apache/struts/tiles/xmlDefinition XmlParser.java Log: Register the new tiles dtd name (1.1) Revision ChangesPath 1.4 +22 -8

cvs commit: jakarta-struts/conf/share tiles-config_1_1.dtd

2002-08-15 Thread cedric
cedric 2002/08/15 02:31:05 Added: conf/share tiles-config_1_1.dtd Log: New tiles dtd. This DTD has eaxctly the same declarations as before. Comments has been added, bean declaration completed. Revision ChangesPath 1.1

Re: concerns about Struts

2002-08-15 Thread David Derry
- Original Message - From: Dave Peckham [EMAIL PROTECTED] 2) Meaningless method signatures, like execute(Mapping, Form, Request, Response). All the methods look the same, regardless of what data they're actually expecting. This often makes it necessary to go into the Java

DO NOT REPLY [Bug 11725] New: - Broken link under Struts Resources

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

RE: client side validation using javascript with nestedtags in jsp

2002-08-15 Thread Bartley, Chris P
This question is probably more appropriate for the Struts-User list, but see the Javascript and Mapped Beans in Struts thread at (sorry, i'm sure you'll have to reconstruct the URL since my email client will likely chop it up):

RE: concerns about Struts

2002-08-15 Thread Joe Cheng
Thanks Ted. Ideally, the Actions should not contain any real business logic and should just be used as a stepping stone. I rarely write custom Actions myself, but rely on a set of standard framework Actions which instantiate a business object, pass up the inputs, and pass back the outputs.

DO NOT REPLY [Bug 11733] New: - Make error keys more specific

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

DO NOT REPLY [Bug 11734] New: - Fix use of formBean error in RequestUtils.createActionForm() to send type, instead of name

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

DO NOT REPLY [Bug 11734] - Fix use of formBean error in RequestUtils.createActionForm() to send type, instead of name

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

RE: Figuring out which commons library versions to get source for

2002-08-15 Thread James Mitchell
Hey David, I don't remember what IDE you are using, but I use NetBeans and I can step attach to tomcat remotely and step all the way down to java.lang.Object. It's interesting getting the correct directories mounted for the project, but once I'm there I can just set break points, attach, and

RE: Figuring out which commons library versions to get source for

2002-08-15 Thread Christopher . Falling
In the CVS Repository viewable at cvs.apache.org you can notice which version was used for struts by looking at the CVS Tag STRUTS_1_1_B2 for example in beanutils DynaProperty the log is available via this link http://cvs.apache.org/viewcvs.cgi/jakarta-commons/beanutils/src/java/org/apa

RE: Figuring out which commons library versions to get source for

2002-08-15 Thread Karr, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 12:47 PM To: [EMAIL PROTECTED] Subject: RE: Figuring out which commons library versions to get source for In the CVS Repository viewable at cvs.apache.org you can notice

RE: Figuring out which commons library versions to get source for

2002-08-15 Thread Karr, David
-Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 12:41 PM To: Struts Developers List Subject: RE: Figuring out which commons library versions to get source for Hey David, I don't remember what IDE you are using, but I use

RE: Figuring out which commons library versions to get source for

2002-08-15 Thread Christopher . Falling
David, The example I used was just a random file. I am not an expert at web cvs so I don't know how to get a the time a tag was made or an overview of the difference between two tagged versions. However you can use the anonymous cvs access to the Jakarta site you could pull the

Re: concerns about Struts

2002-08-15 Thread Ted Husted
The source for the framework actions and objects I use are available in the Scaffold packages. There is a core Scaffold package that was just posted to the Commons sandbox and a Struts-specific companion in the contrib folder. If anyone is interested, see http://husted.com/struts for the

Re: Figuring out which commons library versions to get source for

2002-08-15 Thread Craig R. McClanahan
On Thu, 15 Aug 2002, Karr, David wrote: Date: Thu, 15 Aug 2002 14:28:28 -0500 From: Karr, David [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Figuring out which commons library versions to get source for I'm

RE: Figuring out which commons library versions to get source for

2002-08-15 Thread Craig R. McClanahan
On Thu, 15 Aug 2002, Karr, David wrote: Date: Thu, 15 Aug 2002 12:55:55 -0700 From: Karr, David [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: Figuring out which commons library versions to get source for

RE: concerns about Struts

2002-08-15 Thread Joe Cheng
Ted, The source for the framework actions and objects I use are available in the Scaffold packages. There is a core Scaffold package that was just posted to the Commons sandbox and a Struts-specific companion in the contrib folder. If anyone is interested, see http://husted.com/struts for

RE: concerns about Struts

2002-08-15 Thread Martin Cooper
-Original Message- From: David Cherryhomes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 10:50 PM To: Struts Developers List Subject: Re: concerns about Struts [snip] As Dave Peckham pointed out, you can have multiple pages/requests map to the same Action class.

DO NOT REPLY [Bug 11749] New: - [PATCH] TilesRequestProcesser calls super.doForward instead of local method

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

DO NOT REPLY [Bug 11749] - [PATCH] TilesRequestProcesser calls super.doForward instead of local method

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

RE: concerns about Struts

2002-08-15 Thread Joe Cheng
In Struts, you make this possible by using String properties in the form bean for such fields, and do the conversions later (perhaps in the Action, via a call to something like BeanUtils.copyProperties() from the form bean into your model bean that does the required conversions -- but you know

DO NOT REPLY [Bug 11757] New: - Tiles code needs to be converted to use Commons Logging

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

RE: concerns about Struts

2002-08-15 Thread Craig R. McClanahan
On Thu, 15 Aug 2002, Joe Cheng wrote: Date: Thu, 15 Aug 2002 20:17:06 -0400 From: Joe Cheng [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: concerns about Struts In Struts, you make this possible by using

RE: concerns about Struts

2002-08-15 Thread Joe Cheng
There are a couple of different ways to actually do this, but you've got the basic idea. One common approach, for example, is to do the transfer from the form bean directly to a DTO or value object that you're going to send to your persistence tier. If the form bean has a String, and the value

RE: concerns about Struts

2002-08-15 Thread Joe Cheng
though would be nice to be able to cleanly extend it to turn any arbitrary String (Object?) into any other type, by registering Strategies. Never mind... I see how you can register converters with ConvertUtils. :) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: is this a bug? (error-code 400 map to an Action result an infinite loop that kill the server)

2002-08-15 Thread Craig R. McClanahan
On Thu, 15 Aug 2002, Trieu, Danny wrote: Date: Thu, 15 Aug 2002 19:55:10 -0700 From: Trieu, Danny [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED], '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: is this a bug? (error-code