DO NOT REPLY [Bug 36439] - [shale] Allow user to supply their own Dialog DTD

2005-10-28 Thread bugzilla
--- Additional Comments From [EMAIL PROTECTED] 2005-10-28 08:04 --- Fixed in nightly build 20051028, by adding the ability to specify a property name=foo value=bar/ element inside any dialog, state, or transition definition element. Appropriate type conversions will take place, courtesy

svn commit: r329122 - in /struts/shale/trunk: build.xml core-library/src/conf/dialog.dtd core-library/src/java/org/apache/shale/dialog/config/ConfigurationParser.java

2005-10-28 Thread craigmcc
Author: craigmcc Date: Thu Oct 27 23:20:11 2005 New Revision: 329122 URL: http://svn.apache.org/viewcvs?rev=329122view=rev Log: Add the ability to configure arbitrary properties of custom implementation classes for the dialog configuration, by specifying nested elements of type property

DO NOT REPLY [Bug 36982] - Implementation for MockExternalContext.getInitParameterMap()

2005-10-28 Thread bugzilla
--- Additional Comments From [EMAIL PROTECTED] 2005-10-28 08:29 --- Fixed in nightly build 20051028. Thanks for the patch! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug

svn commit: r329126 - /struts/shale/trunk/test-framework/src/java/org/apache/shale/test/mock/MockExternalContext.java

2005-10-28 Thread craigmcc
Author: craigmcc Date: Thu Oct 27 23:29:17 2005 New Revision: 329126 URL: http://svn.apache.org/viewcvs?rev=329126view=rev Log: Add an implementation of getInitParameterMap() to facilitate testing of application modules that wish to call this method. Submitted by: Manfred Klug manklu AT web.de

DO NOT REPLY [Bug 37120] - [shale] IFrame does not work properly inside Shale dialog

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37120. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Interfaces for DynaActionForms

2005-10-28 Thread Ryan Stewart
Hello all. I'm new to this list but not so new to Struts. What do you think of adding to Struts the ability to configure dynamic form beans to implement an interface? The main benefit that I see is that it allows further decoupling of business code from Struts in that DynaActionForms (any

DO NOT REPLY [Bug 37289] New: - SSL Switching

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37289. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[EMAIL PROTECTED]: Project struts-taglib-from-packages (in module struts) failed

2005-10-28 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration.

[EMAIL PROTECTED]: Project struts-taglib-from-packages (in module struts) failed

2005-10-28 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration.

DO NOT REPLY [Bug 37292] New: - html:form name property not rendering with xhtml

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37292. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Interfaces for DynaActionForms

2005-10-28 Thread Laurie Harper
I posted an enhancement recently [1] which does something very similar to what you describe here. My goal was to remove the requirement for writing ${form.map.property} instead of just ${form.property} in JSPs, so my code (which you can see on the Bugzilla ticket) dynamically generates the

Re: java.util.Date in Action Form Bean

2005-10-28 Thread Laurie Harper
So far I'm doing this by registering a custom implementation of Converter which I instantiate with a suitable instance of SimpleDateFormat before calling BeanUtilsBean.copyProperties(). There's also the beanutils.locale package, which provides Locale-aware conversions and includes support for

svn commit: r329265 - /struts/sandbox/trunk/overdrive/Nexus/Web/GridControl.ascx.cs

2005-10-28 Thread husted
Author: husted Date: Fri Oct 28 11:34:20 2005 New Revision: 329265 URL: http://svn.apache.org/viewcvs?rev=329265view=rev Log: OVR-21 * Add Read method to GridControl so that search criteria can be extended (say, by a initial letter filter). Modified:

svn commit: r329281 - in /struts/sandbox/trunk/overdrive: Nexus/Web/GridControl.ascx.cs PhoneBook/Core/Messages.resx PhoneBook/Web/Controls/Lister2.ascx PhoneBook/Web/Controls/Lister2.ascx.cs

2005-10-28 Thread husted
Author: husted Date: Fri Oct 28 13:10:52 2005 New Revision: 329281 URL: http://svn.apache.org/viewcvs?rev=329281view=rev Log: OVR-21 * Raise page-index-changed event more than once per request, if needed. Modified: struts/sandbox/trunk/overdrive/Nexus/Web/GridControl.ascx.cs

Generated javascript broken in struts 1.2.7

2005-10-28 Thread Ayman Mahfouz
Even in the mail reader example that comes as a war file in the binary distribution does not work (neither in IE 6 nor Firefox). IE Error: document.forms.LogonForm.elements is null or not an object Firefox Error: document.forms.LogonForm has no properties

DO NOT REPLY [Bug 36777] - validation is not working with struts1.2

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=36777. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36846] - Remove commons-collection.jar reference from struts.jar's Manifest.mf

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=36846. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36989] - Alternative for servlet.getDebug()

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=36989. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37199] - if-Variable for any Validator rule

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37199. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36762] - After session timeout, exception in BeanUtils.populate for array property

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=36762. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36813] - Support xhtml1.1 output

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=36813. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r329331 - /struts/taglib/trunk/xdocs/dev_html.xml

2005-10-28 Thread mrdon
Author: mrdon Date: Fri Oct 28 16:58:22 2005 New Revision: 329331 URL: http://svn.apache.org/viewcvs?rev=329331view=rev Log: Fixing section name anchor as it conflicts with the html tag one Modified: struts/taglib/trunk/xdocs/dev_html.xml Modified: struts/taglib/trunk/xdocs/dev_html.xml

DO NOT REPLY [Bug 37298] New: - Generated Javascript Broken in Binary Distribution

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37298. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

ApacheCon Promos on Struts Home Page

2005-10-28 Thread Craig McClanahan
A casual look at the current source repository does not help me know how the [EMAIL PROTECTED] section is getting added, so I'll just report a couple of typos and let someone who knows point me at where I can fix them: * The session identifier for the Struts 2006 session should be TU20, not T20.

svn commit: r329347 - /struts/site/trunk/xdocs/index.xml

2005-10-28 Thread wsmoak
Author: wsmoak Date: Fri Oct 28 18:46:59 2005 New Revision: 329347 URL: http://svn.apache.org/viewcvs?rev=329347view=rev Log: Fixed typos Modified: struts/site/trunk/xdocs/index.xml Modified: struts/site/trunk/xdocs/index.xml URL:

svn commit: r329352 - in /struts/tiles/trunk/xdocs: index.xml navigation.xml

2005-10-28 Thread greddin
Author: greddin Date: Fri Oct 28 19:07:27 2005 New Revision: 329352 URL: http://svn.apache.org/viewcvs?rev=329352view=rev Log: This begins the process of moving the information from the tiles-documentation web application to the xdocs directory of the tiles subproject. Added:

Re: svn commit: r329352 - in /struts/tiles/trunk/xdocs: index.xml navigation.xml

2005-10-28 Thread Greg Reddin
This is my first commit. Anyone care to check it and make sure everything is set correctly? BTW, I noticed the wiki page explained how to set the keywords property on xdocs files, but it doesn't say anything about including the keywords within the file. Can someone elaborate on how that

svn commit: r329357 - in /struts/apps/trunk: cookbook/src/webapp/WEB-INF/validation.xml mailreader/maven.xml maven.xml

2005-10-28 Thread wsmoak
Author: wsmoak Date: Fri Oct 28 20:00:45 2005 New Revision: 329357 URL: http://svn.apache.org/viewcvs?rev=329357view=rev Log: Moved postgoal to copy validator-rules.xml from core up to the parent build file so it will apply to all webapps. Changed the includes/excludes to reflect the new

svn commit: r329358 - /struts/apps/trunk/cookbook/src/webapp/WEB-INF/validator-rules.xml

2005-10-28 Thread wsmoak
Author: wsmoak Date: Fri Oct 28 20:03:37 2005 New Revision: 329358 URL: http://svn.apache.org/viewcvs?rev=329358view=rev Log: Removed validator-rules.xml because it gets copied from core during the build. Removed: struts/apps/trunk/cookbook/src/webapp/WEB-INF/validator-rules.xml

Re: java.util.Date in Action Form Bean

2005-10-28 Thread Ryan Stewart
Not to mention that DateFormats are not thread-safe, and I'm fairly sure Converter access is not synchronized. Original Message From: [EMAIL PROTECTED] Date: Oct 28, 2005 3:17:17 PM To: dev@struts.apache.org Subj: Re: java.util.Date in Action Form Bean So far I'm doing this by

Struts class diagram

2005-10-28 Thread Frank W. Zammetti
Would there be any interest in adding an overall UML class diagram to the Struts documentation and/or web site? Here is an example: http://www.omnytex.com/struts124uml.zip Note: That's an almost 5MB download! That's been squashed a bit so the quality would be better in the real thing. It's

DO NOT REPLY [Bug 37301] New: - Allow dynamic interface implementation by ActionForms using CGLib

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37301. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Struts class diagram

2005-10-28 Thread Frank W. Zammetti
FYI, for anyone that might want to look at this, I *highly* suggest only trying to open it in Photoshop or Paint Shop Pro or some true image editing software that can handle a large image. IIRC, I saw 300MB uncompressed in PSP, so I wouldn't suggest opening it with any old wimpy image viewer

DO NOT REPLY [Bug 37301] - Allow dynamic interface implementation by ActionForms using CGLib

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37301. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37301] - Allow dynamic interface implementation by ActionForms using CGLib

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37301. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Interfaces for DynaActionForms

2005-10-28 Thread Ryan Stewart
Interesting. We very rarely access the form bean from the JSPs, so I never thought of doing that. After glancing over your code, I think my code could be integrated without conflict. I submitted a Bugzilla report and attached the two files I wrote to support the functionality I'm looking for:

Re: Struts class diagram

2005-10-28 Thread Wendy Smoak
From: Frank W. Zammetti [EMAIL PROTECTED] If anyone is interested, I can go ahead and generate a batch for 1.3 this weekend. Can you do it at the package level? Take a look at this: http://struts.apache.org/struts-core/apidocs/org/apache/struts/config/package-summary.html It looks like Rob

Re: Struts class diagram

2005-10-28 Thread Frank W. Zammetti
Yep, here you go: http://www.omnytex.com/actionpackage.zip That's considerably smaller (128K and more usable size)... also in full color (couldn't do it before because of the size). Also, I can move the classes around, which I didn't realize before, so I can organize it a bit better. I