[PROPOSAL] Updated Tiles Graduation Proposal

2006-11-26 Thread David H. DeWolf
I have attempted to take into account all of the feedback which has been provided for the tiles graduation proposal and have documented it on the Wiki. I've attempted to do so in an unbiased fashion and encourage you to update any sections you feel need to be modified. At this point, it

Re: [PROPOSAL] Updated Tiles Graduation Proposal

2006-11-26 Thread David H. DeWolf
http://cwiki.apache.org/confluence/display/S2WIKI/Tiles2+Graduation+Proposal David H. DeWolf wrote: I have attempted to take into account all of the feedback which has been provided for the tiles graduation proposal and have documented it on the Wiki. I've attempted to do so in an unbiased

Re: [ajaxtags] Tree and Autocompleter

2006-11-26 Thread Musachy Barroso
I've made some changes and now instead of specifying the number of items to be displayed in the dropdown, the absolute height can be specified, so there is no flash, do you think it would be better this way? musachy Ted Husted wrote: Thanks, Musachy. I'm applying it now. -Ted. On 11/25/06,

Branching for Struts 1.4

2006-11-26 Thread Paul Benedict
Dear committers, I would like to propose branching HEAD because of forthcoming locale resolution strategy. I am still working on s1 with the focus of bringing S1 to a full set of customizable internationalization capabilities. Because the locale resolution is more powerful and may behave

Re: [s2] Automagical ActionConfigs for potential action!methods (was Showcase and zero xml config)

2006-11-26 Thread Ted Husted
In working out the tests, it seemed like * we should only scan the classes of actions that invoke execute, so that we don't create aliases for aliases * we should ignore get methods, since these would not be meant as actions. I thought there was a list of methods that we didn't execute, like

Re: Struts2 Book

2006-11-26 Thread Ted Husted
On 11/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Greetings -- Do you guys think it would be useful to provide an Eclipse workspace for those who would like to easily see what Struts2 is all about? I believe Maven will build an Eclipse setup using the plugin. $ mvn eclipse:eclipse I

Re: Branching for Struts 1.4

2006-11-26 Thread Ted Husted
My best suggestion would be to tag and roll a 1.3.6 build now, before getting into a new line of development. Creating a branch would then be less important. If we did create a branch, we should give it a name (like i18n). Then, if we find the changes joyful, the branch can be merged back into

Re: Branching for Struts 1.4

2006-11-26 Thread Wendy Smoak
On 11/26/06, Ted Husted [EMAIL PROTECTED] wrote: My best suggestion would be to tag and roll a 1.3.6 build now, before getting into a new line of development. Creating a branch would then be less important. I think a 1.3.6 release goes in the 'would be nice' column. There were a few fixes,

ELFormTag - is this a bug?

2006-11-26 Thread Paul Benedict
try { proplist.add(new PropertyDescriptor(disabled, ELTextTag.class, null, setDisabledExpr)); } catch (IntrospectionException ex) { } For some reason, the ELFormTag is referencing ELTextTag to set the disabled attribute. It looks clearly

Re: ELFormTag - is this a bug?

2006-11-26 Thread Niall Pemberton
On 11/27/06, Paul Benedict [EMAIL PROTECTED] wrote: try { proplist.add(new PropertyDescriptor(disabled, ELTextTag.class, null, setDisabledExpr)); } catch (IntrospectionException ex) { } For some reason, the ELFormTag is referencing