[ANN] Struts 2.0.8 GA release available

2007-06-13 Thread Rainer Hermanns
The Apache Struts group is pleased to announce that Struts 2.0.8 is available as a "General Availability" release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to

RE: name inconsistency

2007-06-13 Thread Al Sutton
On your first point; I'm not sure how you see url and set differing, from what I can see url is just a set that constructs the value in a specific way, so imho the two should be consistent, and so one of them needs to change. On your second point; if name is deprecated it will still be available,

Strecks 1.0.1 released

2007-06-13 Thread Phil Zoio
Dear all, I've released Strecks 1.0.1 with some small updates to the 1.0 release. The main change in this release is it now much simpler to run the samples: simply download the source distrubution, then run "ant download run.samples". Strecks contains a range of enhancements aimed to streamli

Re: Tiles 2

2007-06-13 Thread Ted Husted
Yes, we generally add an entry to a .htaccess file. Redirect permanent /tiles http://tiles.apache.org/ and even try to keep a copy in the repository! * http://svn.apache.org/viewvc/struts/site/src/site/resources/ -Ted. On 6/12/07, Paul Benedict <[EMAIL PROTECTED]> wrote: Can't we use an H

Re: name inconsistency

2007-06-13 Thread Musachy Barroso
Al beat me to it, but yes, "set" and "url" aren't html tags so the "id" wouldn't mean the same thing. That being said, I don't really care if it is "id" or "name" I just think it should be consistent across the different tags that push a value into the stack, like url, bean, set, etc. regards m

RE: name inconsistency

2007-06-13 Thread Rene Gielen
Am Mi, 13.06.2007, 10:39, schrieb Al Sutton: > On your first point; I'm not sure how you see url and set differing, from > what I can see url is just a set that constructs the value in a specific > way, so imho the two should be consistent, and so one of them needs to > change. > I'd rather change

Re: name inconsistency

2007-06-13 Thread Musachy Barroso
Talking about confusion: Let's say we have changed the attribute usage to id instead of name for the set tag. What would the user expect when seeing the following code?: I think that's the next thing we should do, remove the "id" property on tags that don't use it, like property for example

Re: name inconsistency

2007-06-13 Thread Rene Gielen
Musachy, To get this clear, I have nothing against deprecation where it makes sense. I'm asking only the question: what are the costs of this particular deprecation, and how does this relate to it's benefits. As for the table tag, deprecating it was desperately needed since it was not longer suppo