DO NOT REPLY [Bug 32614] - Change the properties HashMap of the RequestUtils.populate method to a LinkedHashMap

2004-12-10 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=32614. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Call me crazy, but I want it all.

2004-12-10 Thread Craig McClanahan
On Thu, 9 Dec 2004 11:36:10 -0500, James Mitchell [EMAIL PROTECTED] wrote: Also, why do we have so many copies of the mailreader example all over the place? Why can't we just keep one copy and have a build that can handle building for core or chain or shale or xyz? For the most part, they

DO NOT REPLY [Bug 32596] - NetBeans IDE 4.0 and Struts

2004-12-10 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=32596. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

ActionForm implementing Map

2004-12-10 Thread Dakota Jack
Do the newer versions of commons utils allow an ActionForm to implement Map? Thanks! Jack -- You can't wake a person who is pretending to be asleep. ~Native Proverb~ Each man is good in His sight. It is not necessary for eagles to be crows. ~Hunkesni (Sitting Bull), Hunkpapa Sioux~

Re: ActionForm implementing Map

2004-12-10 Thread Dakota Jack
Thanks, Vic, Your assistance is a little dark to me. It seems as if you are suggesting solutions other than using a Map implementation of ActionForm. Is that right? If so, then I would rather first see what I can do to make this possible. The RequestProcessor should not, I think, make this

Re: ActionForm implementing Map

2004-12-10 Thread Vic
You can email me direct if you want as this becomes OT. I am not sure what your itch is. My itch was that I wanted easy Multirow CRUD, validation and eventualy display tag support, with same Formbean I used for single row. So I used a List. My code is on sf.net under infonoia (since I do not do

Re: ActionForm implementing Map

2004-12-10 Thread Dakota Jack
Hi, Vic, I am talking about a potential change to RequestProcessor in Struts. If that is not Struts dev related, I really don't know what is. Is it that nothing but standard work is supposed to be discussed on this list or something? I don't want to be difficult. But if this is not Struts dev

Minimum Ant version for building Struts

2004-12-10 Thread Martin Cooper
Currently, we say that Ant 1.5.4 is required for building Struts. I'd like to bump that to 1.6.2 as a minimum, so that we can take advantage of some of the features that were introduced in Ant 1.6. Anyone have any objections? -- Martin Cooper

How can i contribute to struts source?

2004-12-10 Thread Sunny
Hi, I'm interested in contributing to struts source. I request you to guide me in registering as a developer, downloading the source code ( svn ). This helps me to start contributing to struts. thanks and regards, Sunny. - To

Re: ActionForm implementing Map

2004-12-10 Thread Dakota Jack
Perhaps I should be clearer on this. I would like to have an ActionForm implement Map, but when I do this, it chokes as follows. I would like to change this. I am not sure whether the place to do this is the request processor in Struts or the implementation in commons beanutils. I do know that

Re: ActionForm implementing Map

2004-12-10 Thread Vic
HTML tag lib for getters. (Else you could do some funky EL) Request processor you should look at for setters. Also look at Joda beans on sf.net. My implement ion made a FormBean into a List (for mutirow CRUD). .V Dakota Jack wrote: Perhaps I should be clearer on this. I would like to have an