Re: Thread-unsafe Command classes

2005-09-24 Thread Wolfgang Gehner
If I want to use Spring I use Spring MVC, but I think a lot of drive in Struts evolution is to encorporate nice ideas that have come up as techniques elswhere over the last years, see Struts TI. So Struts developers won't *have to* use Spring on top or instead. (I am not convinced that TI shoul

[Struts Wiki] Update of "StrutsConsultants" by angelcervera

2005-09-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by angelcervera: http://wiki.apache.org/struts/StrutsConsultants --

[OT] Maven dependencies Commercial

2005-09-24 Thread Peter A. Pilgrim
I am getting into Maven using Struts and the OReilly "A Developer Notebook" edition. One thing I am clueless about is how to tell Maven about a build that is not in a repository like "weblogic.jar" ? How do tell Maven about ``commercial'' dependencies? Have any of you guys (and gals) alread

Re: [OT] Maven dependencies Commercial

2005-09-24 Thread James Mitchell
You have a couple options. Depending on who needs to be to build your project. If it is just you, then put that jar in your local repository: *nix ~/.maven/repository/weblogic/jars/ Windows C:\Documents and Settings\ppilgrim\.maven\repository\weblogic\jars If you need other to be able to

RE: [OT] Maven dependencies Commercial

2005-09-24 Thread Pilgrim, Peter
> -Original Message- > From: James Mitchell [mailto:[EMAIL PROTECTED] ==== > > You have a couple options. > > Depending on who needs to be to build your project. If it is just > you, then put that jar in your local repository: > > *nix > ~/.maven/repository/weblogic/jars/ > Tha

RE: Thread-unsafe Command classes

2005-09-24 Thread Pilgrim, Peter
> -Original Message- > From: Wolfgang Gehner [mailto:[EMAIL PROTECTED] > Sent: 24 September 2005 11:06 > To: Struts Developers List > Subject: Re: Thread-unsafe Command classes > > > If I want to use Spring I use Spring MVC, but I think a lot > of drive in > Struts evolution is to enco

Re: ThreadLocal ActionContext and thread model of requestDispatcher.forward

2005-09-24 Thread Joe Germuska
Anyway, my view-level code isn't seeing the value, so I guess that means that requestDispatcher.forward() spawns a new thread. This makes sense, but I hadn't thought of it that way. Forwarding had better *not* create a new thread ... that would violate the servlet spec. Something else must b

Re: Thread-unsafe Command classes

2005-09-24 Thread Joe Germuska
The point I was trying to make is that using "command" and "catalog" to look up a per-action-path command to execute should leave Struts out of any concern for the lifecycle of the Command classes; the implication of those attributes is that the command will be looked up from a CatalogFactory,

DO NOT REPLY [Bug 21282] - [validator] numeric validations should use locales

2005-09-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21282] - [validator] numeric validations should use locales

2005-09-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [OT] Maven dependencies Commercial

2005-09-24 Thread Laurie Harper
I could be mistaken, but isn't there also a way of specifying a physical file location for dependencies in your project.properties? IIRC you can do something like jar.weblogic.url=file:///path/to/weblogic.jar, and have maven use that file rather than trying to download the artifact from the rep

Boolean tag attributes

2005-09-24 Thread Laurie Harper
A number of tag attributes are documented as type String but implemented as type boolean. Should the docs be changed, or is this based on a standard Servlet-spec defined String to bool conversion? L. - To unsubscribe, e-mail:

Re: Boolean tag attributes

2005-09-24 Thread Wendy Smoak
From: "Laurie Harper" <[EMAIL PROTECTED]> A number of tag attributes are documented as type String but implemented as type boolean. Should the docs be changed, or is this based on a standard Servlet-spec defined String to bool conversion? Which docs? I recently fixed all the validation warnin

[Struts Wiki] Update of "StrutsArchives" by WillLin

2005-09-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by WillLin: http://wiki.apache.org/struts/StrutsArchives The comment on the change is: nabble archive --

svn commit: r291372 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay: component/ component/chain/ config/ config/beans/ parser/ parser/builder/ taglib/ utils/

2005-09-24 Thread wsmoak
Author: wsmoak Date: Sat Sep 24 20:13:37 2005 New Revision: 291372 URL: http://svn.apache.org/viewcvs?rev=291372&view=rev Log: Fixed Javadoc warnings. Minor editing of comments, no changes to code. Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/Clay.java

Re: Boolean tag attributes

2005-09-24 Thread Laurie Harper
Wendy Smoak wrote: From: "Laurie Harper" <[EMAIL PROTECTED]> A number of tag attributes are documented as type String but implemented as type boolean. Should the docs be changed, or is this based on a standard Servlet-spec defined String to bool conversion? Which docs? I recently fixed all