DO NOT REPLY [Bug 7276] New: - html:form and html:link tags need to be able to reference actions outside current sub application

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

[PATCH]

2002-03-20 Thread guenther . grau
Hi, I got the latest version (1.7) of web/example/tour.htm from CVS and fixed quite a few problems. Basically quotes and characters needed to be encoded properly. Otherwise an import of this file into IBMs latest development tool (WSAD) fails. With my fixes the file should work for all

Re: [PATCH]

2002-03-20 Thread Ted Husted
It's best to submit these through Bugzilla, since things tend to get lost on the list. http://jakarta.apache.org/site/bugs.html The issue ticket is then emailed to the list, so all the bases are covered. To add a patch to an issue, create the issue first, and then upload the patch

Re: Validator SERVLET_CONTEXT_KEY Error

2002-03-20 Thread David Winterfeldt
The Struts Validator has been moved from contrib/validator to the Struts core. Also the last references to Struts related code from the Commons Validator has been removed. So to get this error you are probably using a newer Commons Validator with an old Struts Validator version. The new config

bug 3202

2002-03-20 Thread Duff, Jason
Could someone with commit status take a look at bug #3202. It's been out there for a while and would require relatively minor changes as indicated in the report. Thanks. jason This e-mail contains confidential and privileged material for the sole use of the intended recipient. Any review or

bug 3202

2002-03-20 Thread Duff, Jason
Could someone with commit status take a look at bug #3202. It's been out there for a while and would require relatively minor changes as indicated in the report. Thanks. jason This e-mail contains confidential and privileged material for the sole use of the intended recipient. Any review or

Struts Applications

2002-03-20 Thread Ted Husted
Just a quick heads-up. I've initiated a SourceForge project this morning to host sample Struts applications. Vic Cekvenich has one he wants to contribute, and I thought I would put some of my things up there too. The idea is that this will give Struts developers a place to host/donate

DO NOT REPLY [Bug 7289] New: - Using Tiles, html:base/ resolves to location of layout JSP

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

RE: Request for enhancement

2002-03-20 Thread Tim Moore
This doesn't really address your suggestion specifically, but it might be worthwhile to write your own custom tag that assumes that it's nested within a logic:iterate and only evaluates it's body when it's not the last iteration. That way you could write something like this in your JSP:

Declarative Exception Handling - Any Documentation?

2002-03-20 Thread Matt Raible
I *think* declarative exception handling has been added to the 1.1 beta 1 - correct me if I'm wrong. If so, where can I find good documentation and examples on how to use it? This is all I found: http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg04150.html Also, will Tiles be

RE: Declarative Exception Handling - Any Documentation?

2002-03-20 Thread Matt Raible
Sorry, STFA eh? I found an example in struts-example - any others examples? Thanks, Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:19 PM To: [EMAIL PROTECTED] Subject: Declarative Exception Handling - Any Documentation?

Re: Declarative Exception Handling - Any Documentation?

2002-03-20 Thread Craig R. McClanahan
On Wed, 20 Mar 2002, Matt Raible wrote: Date: Wed, 20 Mar 2002 17:18:45 -0700 From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Declarative Exception Handling - Any Documentation? I *think*

cvs commit: jakarta-struts/src/share/org/apache/struts/actions SwitchAction.java LocalStrings.properties

2002-03-20 Thread craigmcc
craigmcc02/03/20 17:42:42 Modified:src/share/org/apache/struts/actions LocalStrings.properties Added: src/share/org/apache/struts/actions SwitchAction.java Log: Add a standard action that makes it easy to switch between sub-applications (surprisingly hard to do with,

DO NOT REPLY [Bug 2214] - ActionServlet uses double-check idiom which is broken

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

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html RadioTag.java

2002-03-20 Thread craigmcc
craigmcc02/03/20 18:41:20 Modified:src/share/org/apache/struts/taglib/html RadioTag.java Log: Compare the the current property value after making it a String, so that you can (for example) use a boolean property and compare to values true and false. PR: Bugzilla #4028

DO NOT REPLY [Bug 4028] - html:radio current value should be converted to string

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

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html RadioTag.java

2002-03-20 Thread craigmcc
craigmcc02/03/20 18:43:09 Modified:src/share/org/apache/struts/taglib/html Tag: STRUTS_1_0_BRANCH RadioTag.java Log: Port fix for 4028. Revision ChangesPath No revision No revision 1.3.2.3 +5

DO NOT REPLY [Bug 4095] - html:select should take default value from the property.

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

DO NOT REPLY [Bug 4505] - README doesn't mention necessity of xalan.jar

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

RE: Declarative Exception Handling - Any Documentation?

2002-03-20 Thread Matt Raible
After investigating the PasswordExpiredException, I'm a little confused. This class uses the following code: code public ExpiredPasswordException(String username) { super(error.password.expired, username); } /code But there is no key error.password.expired in

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/actions SwitchAction.java LocalStrings.properties

2002-03-20 Thread Martin Cooper
The following (from near the end of the commit message) doesn't look right to me: if (resources != null) { request.setAttribute(Action.MESSAGES_KEY + prefix, resources); } else { request.removeAttribute(Action.MESSAGES_KEY + prefix);

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

2002-03-20 Thread rleland
rleland 02/03/20 21:51:06 jakarta-struts/src/share/org/apache/struts/taglib/html/doc-files - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html/doc-files TagLibUML1.jpg TagLibUML2.jpg

2002-03-20 Thread rleland
rleland 02/03/20 22:00:07 Modified:src/share/org/apache/struts/taglib/html package.html Added: src/share/org/apache/struts/taglib/html/doc-files TagLibUML1.jpg TagLibUML2.jpg Log: Add UML for Html Taglibs Revision ChangesPath 1.11

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html/doc-files- New directory

2002-03-20 Thread Craig R. McClanahan
On 21 Mar 2002 [EMAIL PROTECTED] wrote: Date: 21 Mar 2002 05:51:06 - From: [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html/doc-files - New directory