Re: FormTag and ActionForm.reset

2001-07-15 Thread Levi Cook
I don't think you missed anything-- I just forgot about the reset methods signature :) -- Levi - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001 8:41 PM Subject: Re: FormTag and ActionForm.reset > > This was logged as an E

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionMessages.java

2001-07-15 Thread dwinterfeldt
dwinterfeldt01/07/15 22:14:09 Modified:src/share/org/apache/struts/action ActionMessages.java Log: The initial order a property/key is added in is now maintained by using an inner class and a sort is performed on the Iterator before it is returned. Revision ChangesPath

Re: FormTag and ActionForm.reset

2001-07-15 Thread Erik Hatcher
> This was logged as an Enhancement request in the Apache Bug Database-- > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2108 Thanks - sorry I should have looked there first. > On the other hand, most ActionForms aren't designed for reuese (& probably > shouldn't be). So it should be quite s

Re: FormTag and ActionForm.reset

2001-07-15 Thread Levi Cook
FYI, This was logged as an Enhancement request in the Apache Bug Database-- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2108 I'm note sure of its status, but calling reset() on initialization seems reasonable enough to me. On the other hand, most ActionForms aren't designed for reuese (&

cvs commit: jakarta-struts/doc release-notes.xml

2001-07-15 Thread craigmcc
craigmcc01/07/15 18:50:38 Modified:doc release-notes.xml Log: Update release notes for the nightly build so that they can be published on the web site. Revision ChangesPath 1.2 +80 -6 jakarta-struts/doc/release-notes.xml Index: release-notes.xml =

cvs commit: jakarta-struts/src/share/org/apache/struts/util ArrayStack.java BeanUtils.java ConvertUtils.java FastArrayList.java FastHashMap.java FastTreeMap.java PropertyUtils.java

2001-07-15 Thread craigmcc
craigmcc01/07/15 18:05:52 Removed: src/share/org/apache/struts/digester CallMethodRule.java CallParamRule.java Digester.java ObjectCreateRule.java Rule.java SetNextRule.java SetPropertiesRule.java SetPropertyRule.ja

FormTag and ActionForm.reset

2001-07-15 Thread Erik Hatcher
Struts-Dev, Would it make sense in org.apache.struts.taglib.html.FormTag where the ActionForm is instantiated for a call to reset be made (in the same place where setServlet is called in doStartTag)?? It seems it would be handy to have reset called immediately after instantiation in order for th

cvs commit: jakarta-struts/doc installation.xml

2001-07-15 Thread craigmcc
craigmcc01/07/15 17:52:23 Modified:.README doc installation.xml Log: Documentation updates to reflect the new JAXP/1.1 prerequisite. Revision ChangesPath 1.15 +4 -4 jakarta-struts/README Index: README =

cvs commit: jakarta-struts/web/example/WEB-INF web.xml

2001-07-15 Thread craigmcc
craigmcc01/07/15 17:45:00 Modified:src/example/org/apache/struts/webapp/example CheckLogonTag.java DatabaseServlet.java EditRegistrationAction.java EditSubscriptionAction.java SaveRegistratio

eirik.lygre@evita.no erpå ferie / is out of the office.

2001-07-15 Thread Eirik_Lygre/evita/no%EVITA
I will be out of the office starting 15.07.2001 and will not return until 06.08.2001. Jeg er på ferie, tilbake på jobb 6. august. Jeg nåes i mellomtiden helst ikke. Denne meldinge er automatisk sendt, og sendes kun en gang til hver epost-adresse. I am on vacation, back August 6th. This message

cvs commit: jakarta-struts/contrib/service-manager readme

2001-07-15 Thread oalexeev
oalexeev01/07/15 13:45:21 Modified:contrib/service-manager readme Log: Add strings with thanks to struts developers. Revision ChangesPath 1.2 +10 -0 jakarta-struts/contrib/service-manager/readme Index: readme =

Re: About extensons support mechanism...

2001-07-15 Thread Ron Smith
"Craig R. McClanahan" wrote: > > One fairly radical idea I've considered is to not use events for this > purpose, but to treat the basic processing that the controller servlet > itself does as a workflow that can be scripted. That way, you could (in > effect) insert your own "processXxxx" type

Re: [VOTE] Changing Struts 1.1 to depend on Commons Packages

2001-07-15 Thread Michael Mok
+1 Michael Mok www.teatimej.com - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001 9:20 AM Subject: [VOTE] Changing Struts 1.1 to depend on Commons Packages > As I cc'd to this list, the 1.0 versions of the beanutil

Re: Order of ActionMessages/ActionErrors Iteration

2001-07-15 Thread Oleg V Alexeev
Hello David, +1 to print sorted list of messages Sunday, July 15, 2001, 8:01:51 AM, you wrote: DW> I think it would be good if the initial order a DW> property/key that is added to DW> ActionMessages/ActionErrors is maintained, but I DW> wondered what others think. I think it is easier to DW>

Re: [VOTE] Changing Struts 1.1 to depend on Commons Packages

2001-07-15 Thread Martin Cooper
+1. This is absolutely the right way to go. -- Martin Cooper - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 14, 2001 6:20 PM Subject: [VOTE] Changing Struts 1.1 to depend on Commons Packages > As I cc'd to this list,

Re: [VOTE] Changing Struts 1.1 to depend on Commons Packages

2001-07-15 Thread Oleg V Alexeev
Hello Craig, +1 Sunday, July 15, 2001, 5:20:33 AM, you wrote: CRM> As I cc'd to this list, the 1.0 versions of the beanutils, collections, CRM> and digester packages have been released under the Commons project. Now CRM> that these are official 1.0 releases, I propose to modify the Struts 1.1