atom feed17 messages in org.apache.struts.devRe: [PROPOSAL] XMLMessageResources
FromSent OnAttachments
mart...@tumbleweed.comOct 10, 2001 11:07 pm 
James HolmesOct 11, 2001 3:46 am 
Young, WayneOct 11, 2001 5:32 am 
Curt HagenlocherOct 11, 2001 6:31 am 
SCHACHTER,MICHAEL (HP-NewJersey,ex2)Oct 11, 2001 9:11 am 
Craig R. McClanahanOct 11, 2001 10:35 am 
mart...@tumbleweed.comOct 11, 2001 11:09 am 
mart...@tumbleweed.comOct 11, 2001 11:25 am 
Craig R. McClanahanOct 11, 2001 1:37 pm 
Ted HustedOct 13, 2001 2:58 am 
James HolmesOct 13, 2001 4:29 pm 
mart...@tumbleweed.comOct 13, 2001 9:33 pm 
mart...@tumbleweed.comOct 13, 2001 9:57 pm 
Ted HustedOct 14, 2001 2:26 am 
James HolmesOct 15, 2001 6:17 am 
Petr JirickaOct 16, 2001 5:30 am 
mart...@tumbleweed.comOct 16, 2001 3:14 pm 
Subject:Re: [PROPOSAL] XMLMessageResources
From:Ted Husted (hus@apache.org)
Date:Oct 13, 2001 2:58:33 am
List:org.apache.struts.dev

Can we join this with the idea of having multiple Struts configuration files, or, on a related front, multiple workflow configuration files?

mart@tumbleweed.com wrote:

The Struts 1.1 TODO list contains the following item:

"XmlMessageResources. Implementation of MessageResources and MessageResourcesFactory that loads message keys and strings from one or more XML resources or files."

I have an implementation of this which I would like to contribute to Struts. The implementation is a drop-in replacement for the existing PropertyMessageResources. In fact, it is derived from it, and so shares the same file naming scheme for locale-specific messages.

"SCHACHTER,MICHAEL (HP-NewJersey,ex2)" wrote:

Martin,

In the jakarta-commons-sandbox, there's a folder called "resources" containing Struts MessageResources and some other classes that I was working on, but had to put off for a while.