Re: NestedNotEqualsTag doesn't implement NestedPropertySupport

2002-04-01 Thread Arron Bates
Rob, It implements NestedNameSupport, which is an extension of NestedPropertySupport. So in a way it does implement it. The statement is therefore somewhat redundant in the other tags that implement NestedNameSupport. Currently, the tags that you can get the name reference from, you can get

Re: PlugIn (Craig)

2002-04-01 Thread David Winterfeldt
I didn't see this until just now. I already made it a comma delimmited list. Using a Map might be nice, but I guess a comma delimmited list will be less confusing to users since the key serves no purpose currently. David --- Martin Cooper [EMAIL PROTECTED] wrote: I'm speculating wildly here,

Re: Jakarta Regexp Package Issue

2002-04-01 Thread David Winterfeldt
I'm planning on switching this over tonight. I'm ready to check in the changes to Commons Validator. The unit test I made shows that changing this fixes one of the e-mail bugs. I'll also switch Struts to use ORO too. David --- Martin Cooper [EMAIL PROTECTED] wrote: I have no problem with

Re: Jakarta Regexp Package Issue

2002-04-01 Thread Craig R. McClanahan
On Mon, 1 Apr 2002, David Winterfeldt wrote: Date: Mon, 1 Apr 2002 08:23:42 -0800 (PST) From: David Winterfeldt [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Jakarta Regexp Package Issue I'm planning on

Re: Multi Struts Config files and path context wish

2002-04-01 Thread Craig R. McClanahan
On Sat, 30 Mar 2002, Struts-dev Newsgroup wrote: Date: Sat, 30 Mar 2002 21:10:01 -0800 From: Struts-dev Newsgroup [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Multi Struts Config files and path context wish Subject: Multi Struts

DO NOT REPLY [Bug 7663] New: - File Upload example throws exception when run in JBoss 3.0

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

Security Solution

2002-04-01 Thread Phase Web and Multimedia
Greetings, I wanted to offer some code if anyone is interested. I have seen many discuss security on archives and wanted to offer an alternative to container managed security. I spent some time weighing out whether to use container managed security or not and came to the conclusion that I would

Redirect problem using Struts in WebSphere 4.0.x

2002-04-01 Thread Sebastian Bub
Hi, Don has had a problem with redirecting using WebSphere 4.0.2 http://www.mail-archive.com/struts-user@jakarta.apache.org/msg24852.html where the contextRoot-name was added twice to the url. We have had the same trouble (WebSphere Advanced Server Edition 4.0.x and Advanced Single Server

FW: Redirect problem using Struts in WebSphere 4.0.x

2002-04-01 Thread Butler, Jeff
We had a similar issue in our application. It turns out that this is related to a sendRedirect behavior in Servlet 2.2 that WebSphere chose to implement differently from everyone else. The sendRedirect behavior has been standardized with Servlet 2.3. In the meantime, you can get an E-FIX for

DO NOT REPLY [Bug 7665] New: - Form Tag action property

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

SubApps with 1.1

2002-04-01 Thread Ditlinger, Steve
I notice that none of the 1.1 Beta1 examples include sub-application configurations. Is this feature ready for prime time? If so, are there any good examples anywhere? My attempts to use new feature this have not met with success. Thanks, Steve -- To unsubscribe, e-mail: mailto:[EMAIL

DO NOT REPLY [Bug 7671] New: - iPlanet Web Server documentation not up-to-date

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

Re: Security Solution

2002-04-01 Thread Dr. BaTien Duong
Please post and/or send 1 copy to me. Thanks. - Original Message - From: Phase Web and Multimedia [EMAIL PROTECTED] To: Struts User [EMAIL PROTECTED]; Struts Developers List [EMAIL PROTECTED] Sent: Monday, April 01, 2002 11:49 AM Subject: Security Solution Greetings, I wanted to

RE: Problems with 1.1b1

2002-04-01 Thread Craig R. McClanahan
On Mon, 1 Apr 2002, Ronel Sumibcay wrote: Date: Mon, 1 Apr 2002 11:37:04 -0800 From: Ronel Sumibcay [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: Problems with 1.1b1 I take back where the fix should take

RE: Problems with 1.1b1

2002-04-01 Thread Craig R. McClanahan
On Mon, 1 Apr 2002, Craig R. McClanahan wrote: * Such support was *not* required in J2EE 1.3 (and therefore Servlet 2.2) environments, but it is widely supported. Err, that should have said J2EE 1.2 rather than 1.3. Craig -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

ActionForward integration question

2002-04-01 Thread Heath Chiavettone
It seems that I may have biased this question with the title I used on the struts-users list since I didn't get any answers. So perhaps you dev guys might be able to help me: Here is my question: We have a resource management scheme that will take a relative pathed resource, and for a

RE: ActionForward integration question

2002-04-01 Thread Tim Moore
If I understand your problem correctly, it would seem like the easiest thing to do is create a base Action class that all of your actions extend which captures the return values and does whatever it needs: public class MyAction extends Action { public ActionForward execute( ... ) throws

Re: Security Solution

2002-04-01 Thread Neil Pitman
Hello Brandon, This might be interesting to me, but then I'm a newbie so I'm not sure whether I should be interested. As an alternative to posting sources here, you could create a project on SourceForge.net. It would relieve this list of the specific traffic. One aspect of documentation

cvs commit: jakarta-struts build-webapp.xml build.properties.sample build.xml

2002-04-01 Thread dwinterfeldt
dwinterfeldt02/04/01 19:59:54 Modified:.build-webapp.xml build.properties.sample build.xml Log: Switching from Jakarta Regexp to Jakarta ORO regular expression package. Revision ChangesPath 1.9 +1 -0 jakarta-struts/build-webapp.xml Index:

cvs commit: jakarta-struts/src/share/org/apache/struts/util StrutsValidator.java

2002-04-01 Thread dwinterfeldt
dwinterfeldt02/04/01 20:06:21 Modified:src/share/org/apache/struts/util StrutsValidator.java Log: Changing interface to some methods to return correctly typed objects which are available in a Map using the property of the field as the key. This Map can be accessed from the

cvs commit: jakarta-struts/src/share/org/apache/struts/util StrutsValidatorUtil.java

2002-04-01 Thread dwinterfeldt
dwinterfeldt02/04/01 20:08:32 Modified:src/share/org/apache/struts/util StrutsValidatorUtil.java Log: Adding version javadoc tag and revision/version header. Revision ChangesPath 1.2 +8 -1

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/logic NestedMessagesNotPresentTag.java NestedMessagesPresentTag.java

2002-04-01 Thread dwinterfeldt
dwinterfeldt02/04/01 20:53:38 Modified:src/share/org/apache/struts/taglib/nested/html NestedErrorsTag.java NestedMessagesTag.java src/share/org/apache/struts/taglib/nested/logic NestedMessagesNotPresentTag.java