Re: The BIG Check-In for Multi-App Support

2002-01-18 Thread Martin Cooper
I've finally had a chance to spend a little time looking at this, and it's *very* cool. Regarding backward compatibility, I tried running a large, complicated Struts 1.0 app, complete with customisations of ActionServlet and friends, on top of the latest nightly build, and saw no problems at all.

New Article About Struts on DotComBuilder

2002-01-18 Thread Craig R. McClanahan
There's a brief article about Struts on the Sun DotComBuilder site that you might find interesting: http://dcb.sun.com/practices/devnotebook/struts.jsp (Ted, could you please add this to the appropriate resources link pages?) Craig -- To unsubscribe, e-mail: Fo

This is cool. DynaBeans!!

2002-01-18 Thread Phase Communcations
Something to look forward to :-) Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 12:22 PM To: Struts Developers List

Submission... installation-forte.xml

2002-01-18 Thread Jeff
Now that I've discovered a reasonable work-around for the bug in Forte that causes it to hang for 40 seconds whenever a web module using struts.jar is launched, I went ahead and created a brief installation guide in the same style as those linked to at http://jakarta.apache.org/struts/installation

Re: Nested Extension - Committed

2002-01-18 Thread Ted Husted
Personally, I absolutely agree with the others here, that we should try and move Struts out of the presentation layer business, and focus on enhancing Struts so that plays well with the other systems that are coming of age today, like Jakarta Taglibs, Java Server Faces, Velocity templates, and JST

RE: Form Beans not derived from ActionForm

2002-01-18 Thread Tim Moore
It would be pretty easy to make an ActionForm subclass that does just this by wrapping some arbitrary bean. No modification to Struts framework code would be necessary. You can use nested property syntax to access properties of the contained bean(s) from JSPs. -- Tim Moore / Blackboard Inc. /

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

2002-01-18 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://nagoya.apache.org/bugzilla/show_bu

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

2002-01-18 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://nagoya.apache.org/bugzilla/show_bu

Re: Nested Extension - Committed

2002-01-18 Thread Craig R. McClanahan
On Fri, 18 Jan 2002, Arron Bates wrote: > As for Craig's contrib request... I should have been a little more complete in explaining my hesitation ... it isn't really anything about technical merits at all, it is more a strategic decision for the future of Struts. (So I'm not going to -1 it ei

Re: Nested Extension - Committed

2002-01-18 Thread Martin Cooper
Obviously, I can't speak for Craig, but my own reasoning was expressed rather well by yourself, Ted, just a few days ago: http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg04362.html In particular, I agree with the last paragraph. I think we should be striving to get out of the taglib

Re: Nested Extension - Committed

2002-01-18 Thread David Winterfeldt
I think it would be nice if the service manager was moved to proper. I was going to use it and move away from the ValidatorServlet, but I needed to use the Tiles extension of ActionServlet so I left the Validator loading alone. If the service manager was built in, then this wouldn't have been ne

Form Beans not derived from ActionForm

2002-01-18 Thread Duncan Harris
I am using struts 1.01 and haven't looked at 1.1 code yet, so please excuse if this has been addressed. I would like some of my form beans to not have a dependency on struts so I can use them in other apps that operate on the same back end, but are not web apps. I can't see struts couldn't be m

Re: Indexed properties and BeanUtils.populate exception.

2002-01-18 Thread Arron Bates
Rest assured that the BeanUtils package does handle indexed properties. The user-mailing list has handled this issue recently. Take a walk through the user-list history or ask the user-list. Arron. Fredrik Östling wrote: >I have multiple select tag in my JSP as follows: >property="testStrings"

Re: Nested Extension - Committed

2002-01-18 Thread Arron Bates
I truly apologise for any "bad form". I made the call for a few reasons (these should have been in my last mail. Apologise for that too)... - It's totally separate. If they ended up no good, we could axe them as soon as look at them. No code depends on them at all, no other classes were touch

RE: Indexed properties and BeanUtils.populate exception.

2002-01-18 Thread Rey Francois
Your bean looks correct... It is probably something to do with the JSP tags. I'm not an expert of the Struts tags (I'm more on the Java side), but perhaps the tag does not handle the property as indexed. There is an attribute "indexed" on the html:select tag, but the documentation says it's used o

Re: Nested Extension - Committed

2002-01-18 Thread Ted Husted
I agree that it would have been better to have given Craig time to respond and explain why he "wasn't ready for that". But as of yet no one has given an actual reason why we should put it under acontrib. Ultimately the extension belongs with the other taglibs. It's been "out there" already, has

Subclassing DynaActionForm - not working

2002-01-18 Thread Matt Raible
I'm trying to subclass the DynaActionForm class so I can have a reset() method for my workflow/wizard. However, I keep getting the following error in Tomcat: java.lang.IllegalArgumentException: Class 'com.onpoint.webapp.struts.BaseForm' is not a subclass of 'org.apache.struts.action.DynaActionFo

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested - New directory

2002-01-18 Thread arron
arron 02/01/17 23:19:37 jakarta-struts/src/share/org/apache/struts/taglib/nested - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/bean - New directory

2002-01-18 Thread arron
arron 02/01/17 23:19:51 jakarta-struts/src/share/org/apache/struts/taglib/nested/bean - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/html - New directory

2002-01-18 Thread arron
arron 02/01/17 23:19:55 jakarta-struts/src/share/org/apache/struts/taglib/nested/html - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/logic - New directory

2002-01-18 Thread arron
arron 02/01/17 23:19:59 jakarta-struts/src/share/org/apache/struts/taglib/nested/logic - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested package.html NestedTagSupport.java NestedRootTag.java NestedPropertyTag.java NestedPropertySupport.java NestedPropertyHelper.java NestedParentSupport.java NestedNameSupport.java

2002-01-18 Thread arron
arron 02/01/17 23:22:03 Added: src/share/org/apache/struts/taglib/nested package.html NestedTagSupport.java NestedRootTag.java NestedPropertyTag.java NestedPropertySupport.java NestedPropertyHelper.java NestedPa

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/bean NestedWriteTag.java NestedSizeTag.java NestedDefineTag.java

2002-01-18 Thread arron
arron 02/01/17 23:22:14 Added: src/share/org/apache/struts/taglib/nested/bean NestedWriteTag.java NestedSizeTag.java NestedDefineTag.java Log: Initital commit of the nested extension. Revision ChangesPath 1.1

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/html NestedTextTag.java NestedTextareaTag.java NestedSubmitTag.java NestedSelectTag.java NestedRadioTag.java NestedPasswordTag.java NestedOptionsTag.java NestedMultiboxTag.java NestedLinkTag.java NestedImageTag.java NestedHiddenTag.java NestedFormTag.java NestedCheckboxTag.java

2002-01-18 Thread arron
arron 02/01/17 23:22:21 Added: src/share/org/apache/struts/taglib/nested/html NestedTextTag.java NestedTextareaTag.java NestedSubmitTag.java NestedSelectTag.java NestedRadioTag.java NestedPasswordTag.java

cvs commit: jakarta-struts/doc/images struts.gif

2002-01-18 Thread arron
arron 02/01/17 23:22:37 Modified:doc/images struts.gif Log: Initital commit of the nested extension. Revision ChangesPath 1.2 +29 -58jakarta-struts/doc/images/struts.gif <> -- To unsubscribe, e-mail: For addition

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/logic NestedPresentTag.java NestedNotPresentTag.java NestedNotMatchTag.java NestedNotEqualTag.java NestedNotEmptyTag.java NestedMatchTag.java NestedLessThanTag.java NestedLessEqualTag.java NestedIterateTag.java NestedGreaterThanTag.java NestedGreaterEqualTag.java NestedEqualTag.java NestedEmptyTag.java

2002-01-18 Thread arron
arron 02/01/17 23:23:18 Added: src/share/org/apache/struts/taglib/nested/logic NestedPresentTag.java NestedNotPresentTag.java NestedNotMatchTag.java NestedNotEqualTag.java NestedNotEmptyTag.java NestedMatchTag.j

Indexed properties and BeanUtils.populate exception.

2002-01-18 Thread Fredrik Östling
I have multiple select tag in my JSP as follows: In my form bean I have these getters and setters: public void setTestStrings( String[] in ) { System.out.println("setTestStrings( String[] in )"); testStrings = in; } public void

Re: Nested Extension - Committed

2002-01-18 Thread Martin Cooper
I have to say that I'm disappointed to see this committed at this time. Craig specifically suggested that this code start out in 'contrib', but that request was not honoured. I happened to agree with that suggestion, but did not feel that I needed to say so, since I assumed that one dissenting com

Nested Extension - Committed

2002-01-18 Thread Arron Bates
Well... there it is. - Recreated package.html to be more consistent with the rest of them, provide better developer docco etc. - To get things done, simply created the tld struts-nested.xml file of the others, keeping the docco. There's been all this mention of slowing things down in regards