You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by "Craig R. McClanahan" <cr...@apache.org> on 2001/06/16 02:22:39 UTC

[ANNOUNCEMENT] Struts 1.0 (Final) Released

As promised at JavaOne, the Struts project team is proud to announce the
availability of Version 1.0 (final release) of the Struts Framework.  The
binary distribution is available at:

  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/

and the source distribution is available at:

  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/


Craig McClanahan



Re[2]: [ANNOUNCEMENT] Struts 1.0 (Final) Released

Posted by Oleg V Alexeev <go...@penza.net>.
Hello Ted,

I post short russian version of your press release to the
http://www.javable.com 

Saturday, June 16, 2001, 9:55:06 PM, you wrote:

TH> I put together something in a press release format to distribute to my
TH> local Java Users Group, et cetera. 

TH> Comments? 

TH> --

TH> (June 15, 2001) The production release of Struts 1.0, an open source
TH> framework for building Web applications, is now available for download
TH> at jakarta.apache.org. Struts encourages application architectures based
TH> on the Model-View-Controller (MVC) pattern and provides services common
TH> to most Web applications. Struts helps developers deploy products that
TH> are reliable, scaleable, and easier to maintain. 

TH> The Struts framework offers services in three primary areas: 

TH> * A controller servlet to dispatch requests to specific Action classes
TH> (provided by the application developer). 

TH> * JSP custom tags to help developers create interactive form-based
TH> applications. 

TH> * Utility classes for XML parsing, automatic JavaBean population, and
TH> internationalization of prompts and messages. 

TH> In addition to the Struts official distribution, several third-party
TH> libraries are already available, which offer enhanced support for JSP
TH> templates, HTML form validation, and automatic JavaBean creation. Struts
TH> has also been integrated with the Expresso Framework distributed by
TH> JCorporate Ltd. (jcorporate.com).

TH> Struts can be used with a J2EE Application server to deploy distributed
TH> applications, but will run under any compliant Servlet container
TH> (Servlet API 2.2+, JSP 1.1+), including Tomcat 3.2 or later. In fact,
TH> Struts is already used as an informal compliance test for Java Servlet
TH> containers and J2EE Application servers. 

TH> The Struts project was founded in May 2000 by Craig McClanahan.
TH> McClanahan is also the lead developer of Tomcat 4.0, Sun's reference
TH> implementation for Java Servlet and ServerPage containers. Both Tomcat
TH> and Struts are open source available under the Apache Software License,
TH> and may be downloaded at jakarta.apache.org. 

TH> Twenty-six independant developers contributed to the creation of Struts
TH> 1.0, with the help of over a thousand subscribers to the Struts mailing
TH> lists.

TH> ###



-- 
Best regards,
 Oleg                            mailto:gonza@penza.net



Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released

Posted by Jonathan <ja...@i-2000.com>.
Can we make a repository for all this stuff.  It is not easy to have to scan
all emails and put things together from that
----- Original Message -----
From: "Martin Cooper" <ma...@tumbleweed.com>
To: <st...@jakarta.apache.org>
Sent: Sunday, June 17, 2001 2:48 PM
Subject: Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released


> Yep, that looks good (but Struts' instead of Strut's).
>
> --
> Martin Cooper
>
>
> ----- Original Message -----
> From: "Ted Husted" <hu...@apache.org>
> To: <st...@jakarta.apache.org>
> Sent: Sunday, June 17, 2001 3:07 AM
> Subject: Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released
>
>
> > How about:
> >
> > < ... />
> >
> > * Utility classes for XML parsing, automatic JavaBean population, and
> > internationalization of prompts and messages.
> >
> > Strut's support for internationalization builds on top of the Java
> > Locale API, and has made it a popular choice for applications worldwide.
> > Struts contributors include developers from Australia, France, Russia,
> > and other parts of the globe.
> >
> > < ... />
> >
> > I'm thinking of adding a "News" section to the Web site, where we can
> > store such things.
> >
> > Martin Cooper wrote:
> > > Ted,
> > > Looks good. I'd like to see a little more "visibility" for the
> > > internationalization capabilities in Struts, though. In my experience,
> > > that's something that catches peoples' attention, because they know
> they'll
> > > have to do it one day, and knowing that the framework comes with built
> in
> > > support is a big plus. Perhaps you could add a fourth bullet that says
> > > something about how the content of a page can be obtained from
resources
> > > based on the user's locale, or something like that.
>
>


Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released

Posted by Martin Cooper <ma...@tumbleweed.com>.
Yep, that looks good (but Struts' instead of Strut's).

--
Martin Cooper


----- Original Message -----
From: "Ted Husted" <hu...@apache.org>
To: <st...@jakarta.apache.org>
Sent: Sunday, June 17, 2001 3:07 AM
Subject: Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released


> How about:
>
> < ... />
>
> * Utility classes for XML parsing, automatic JavaBean population, and
> internationalization of prompts and messages.
>
> Strut's support for internationalization builds on top of the Java
> Locale API, and has made it a popular choice for applications worldwide.
> Struts contributors include developers from Australia, France, Russia,
> and other parts of the globe.
>
> < ... />
>
> I'm thinking of adding a "News" section to the Web site, where we can
> store such things.
>
> Martin Cooper wrote:
> > Ted,
> > Looks good. I'd like to see a little more "visibility" for the
> > internationalization capabilities in Struts, though. In my experience,
> > that's something that catches peoples' attention, because they know
they'll
> > have to do it one day, and knowing that the framework comes with built
in
> > support is a big plus. Perhaps you could add a fourth bullet that says
> > something about how the content of a page can be obtained from resources
> > based on the user's locale, or something like that.



Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released

Posted by Ted Husted <hu...@apache.org>.
How about:

< ... />

* Utility classes for XML parsing, automatic JavaBean population, and
internationalization of prompts and messages. 

Strut's support for internationalization builds on top of the Java
Locale API, and has made it a popular choice for applications worldwide.
Struts contributors include developers from Australia, France, Russia,
and other parts of the globe.

< ... />

I'm thinking of adding a "News" section to the Web site, where we can
store such things.

Martin Cooper wrote:
> Ted,
> Looks good. I'd like to see a little more "visibility" for the
> internationalization capabilities in Struts, though. In my experience,
> that's something that catches peoples' attention, because they know they'll
> have to do it one day, and knowing that the framework comes with built in
> support is a big plus. Perhaps you could add a fourth bullet that says
> something about how the content of a page can be obtained from resources
> based on the user's locale, or something like that.

Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released

Posted by Martin Cooper <ma...@tumbleweed.com>.
Ted,

Looks good. I'd like to see a little more "visibility" for the
internationalization capabilities in Struts, though. In my experience,
that's something that catches peoples' attention, because they know they'll
have to do it one day, and knowing that the framework comes with built in
support is a big plus. Perhaps you could add a fourth bullet that says
something about how the content of a page can be obtained from resources
based on the user's locale, or something like that.

One other minor point: independant --> independent

--
Martin Cooper


----- Original Message -----
From: "Ted Husted" <hu...@apache.org>
To: <st...@jakarta.apache.org>
Sent: Saturday, June 16, 2001 10:55 AM
Subject: Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released


> I put together something in a press release format to distribute to my
> local Java Users Group, et cetera.
>
> Comments?
>
> --
>
> (June 15, 2001) The production release of Struts 1.0, an open source
> framework for building Web applications, is now available for download
> at jakarta.apache.org. Struts encourages application architectures based
> on the Model-View-Controller (MVC) pattern and provides services common
> to most Web applications. Struts helps developers deploy products that
> are reliable, scaleable, and easier to maintain.
>
> The Struts framework offers services in three primary areas:
>
> * A controller servlet to dispatch requests to specific Action classes
> (provided by the application developer).
>
> * JSP custom tags to help developers create interactive form-based
> applications.
>
> * Utility classes for XML parsing, automatic JavaBean population, and
> internationalization of prompts and messages.
>
> In addition to the Struts official distribution, several third-party
> libraries are already available, which offer enhanced support for JSP
> templates, HTML form validation, and automatic JavaBean creation. Struts
> has also been integrated with the Expresso Framework distributed by
> JCorporate Ltd. (jcorporate.com).
>
> Struts can be used with a J2EE Application server to deploy distributed
> applications, but will run under any compliant Servlet container
> (Servlet API 2.2+, JSP 1.1+), including Tomcat 3.2 or later. In fact,
> Struts is already used as an informal compliance test for Java Servlet
> containers and J2EE Application servers.
>
> The Struts project was founded in May 2000 by Craig McClanahan.
> McClanahan is also the lead developer of Tomcat 4.0, Sun's reference
> implementation for Java Servlet and ServerPage containers. Both Tomcat
> and Struts are open source available under the Apache Software License,
> and may be downloaded at jakarta.apache.org.
>
> Twenty-six independant developers contributed to the creation of Struts
> 1.0, with the help of over a thousand subscribers to the Struts mailing
> lists.
>
> ###



Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Sat, 16 Jun 2001, Ted Husted wrote:

> I put together something in a press release format to distribute to my
> local Java Users Group, et cetera. 
> 
> Comments? 
> 

Sounds quite nice.  For what it's worth, the user mailing list subscriber
count is now > 1300.

Craig


> --
> 
> (June 15, 2001) The production release of Struts 1.0, an open source
> framework for building Web applications, is now available for download
> at jakarta.apache.org. Struts encourages application architectures based
> on the Model-View-Controller (MVC) pattern and provides services common
> to most Web applications. Struts helps developers deploy products that
> are reliable, scaleable, and easier to maintain. 
> 
> The Struts framework offers services in three primary areas: 
> 
> * A controller servlet to dispatch requests to specific Action classes
> (provided by the application developer). 
> 
> * JSP custom tags to help developers create interactive form-based
> applications. 
> 
> * Utility classes for XML parsing, automatic JavaBean population, and
> internationalization of prompts and messages. 
> 
> In addition to the Struts official distribution, several third-party
> libraries are already available, which offer enhanced support for JSP
> templates, HTML form validation, and automatic JavaBean creation. Struts
> has also been integrated with the Expresso Framework distributed by
> JCorporate Ltd. (jcorporate.com).
> 
> Struts can be used with a J2EE Application server to deploy distributed
> applications, but will run under any compliant Servlet container
> (Servlet API 2.2+, JSP 1.1+), including Tomcat 3.2 or later. In fact,
> Struts is already used as an informal compliance test for Java Servlet
> containers and J2EE Application servers. 
> 
> The Struts project was founded in May 2000 by Craig McClanahan.
> McClanahan is also the lead developer of Tomcat 4.0, Sun's reference
> implementation for Java Servlet and ServerPage containers. Both Tomcat
> and Struts are open source available under the Apache Software License,
> and may be downloaded at jakarta.apache.org. 
> 
> Twenty-six independant developers contributed to the creation of Struts
> 1.0, with the help of over a thousand subscribers to the Struts mailing
> lists.
> 
> ###
> 


Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released

Posted by Ted Husted <hu...@apache.org>.
I put together something in a press release format to distribute to my
local Java Users Group, et cetera. 

Comments? 

--

(June 15, 2001) The production release of Struts 1.0, an open source
framework for building Web applications, is now available for download
at jakarta.apache.org. Struts encourages application architectures based
on the Model-View-Controller (MVC) pattern and provides services common
to most Web applications. Struts helps developers deploy products that
are reliable, scaleable, and easier to maintain. 

The Struts framework offers services in three primary areas: 

* A controller servlet to dispatch requests to specific Action classes
(provided by the application developer). 

* JSP custom tags to help developers create interactive form-based
applications. 

* Utility classes for XML parsing, automatic JavaBean population, and
internationalization of prompts and messages. 

In addition to the Struts official distribution, several third-party
libraries are already available, which offer enhanced support for JSP
templates, HTML form validation, and automatic JavaBean creation. Struts
has also been integrated with the Expresso Framework distributed by
JCorporate Ltd. (jcorporate.com).

Struts can be used with a J2EE Application server to deploy distributed
applications, but will run under any compliant Servlet container
(Servlet API 2.2+, JSP 1.1+), including Tomcat 3.2 or later. In fact,
Struts is already used as an informal compliance test for Java Servlet
containers and J2EE Application servers. 

The Struts project was founded in May 2000 by Craig McClanahan.
McClanahan is also the lead developer of Tomcat 4.0, Sun's reference
implementation for Java Servlet and ServerPage containers. Both Tomcat
and Struts are open source available under the Apache Software License,
and may be downloaded at jakarta.apache.org. 

Twenty-six independant developers contributed to the creation of Struts
1.0, with the help of over a thousand subscribers to the Struts mailing
lists.

###

Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released

Posted by Richard Reich <ri...@reich.com>.
Congratulations and thanks!

-r

----- Original Message -----
From: "Craig R. McClanahan" <cr...@apache.org>
To: <st...@jakarta.apache.org>; <st...@jakarta.apache.org>;
<ge...@jakarta.apache.org>; <an...@jakarta.apache.org>
Sent: Friday, June 15, 2001 5:22 PM
Subject: [ANNOUNCEMENT] Struts 1.0 (Final) Released


> As promised at JavaOne, the Struts project team is proud to announce the
> availability of Version 1.0 (final release) of the Struts Framework.  The
> binary distribution is available at:
>
>   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/
>
> and the source distribution is available at:
>
>   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/
>
>
> Craig McClanahan
>
>


Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Michael Mok <mo...@hotmail.com>.
Hi Niall

I have been using your extentions (being able to access and update indexed
properties via the iterate tag) in my Web Timesheet system. Yes it would be
really good if your changes are committed into the 1.1 release. Your code
change is certainly not a waste of time for me.

Otherwise if you made any updates to apply on top of the 1.0 STRUTS, can you
let me know so I can incorporate into my development environment.

Thanks in advance.

Regards


Michael Mok
www.webappcabaret.com/normad

----- Original Message -----
From: "Niall Pemberton" <ni...@btInternet.com>
To: <st...@jakarta.apache.org>
Sent: Sunday, June 24, 2001 5:08 AM
Subject: RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!


> Ted,
>
> I submitted a patch a month ago, following a go-ahead from Craig to a
> bugzilla I raised and it got zero response. Now maybe it wasn't any good
and
> probably I should have put more explanation, but a response saying
something
> would have been great.
>
> That was the reason I put the comment about a committer being assigned -
I'd
> rather know there was someone with "power" interested rather than waste
> effort again.
>
> I also submitted code for if/else and switch/case tags - if you've got the
> time, I would appreciate your opinion on those as well.
>
> 1) PATCH: [Bug 1683] - Change Struts tags to be more granular in their
> design:
>
> This patch affected the following tags and involved re-factoring code out
of
> the doStartTag() method so that Struts tags could be more easily
sub-classed
> and individual bits of functionality overriden - a good example of where
> this could be used is, generating names which include the index value when
> embedded in an IterateTag.
>
> BaseFieldTag.java, BaseFieldTag.java, ButtonTag.java, CancelTag.java,
> CheckboxTag.java, ImageTag.java, ImgTag.java, MultiboxTag.java,
> RadioTag.java, ResetTag.java, SelectTag.java, SubmitTag.java,
> TextareaTag.java
>
>
> http://www.mail-archive.com/struts-dev%40jakarta.apache.org/msg01450.html
>
> I believe quite a few of these tags have been changed since I submitted
this
> so unless CVS is clever I gues its now can't be applied and was a waste of
> time.
>
>
> 2) IF / ELSE and SWITCH/CASE Tags:
>
> These tags are basically just new "wrappers" for existing Struts
> functionality - the key classes extend the existing Struts CompareTagBase.
I
> have a new version since I submitted them which includes the ability to
> specify condtions on the case tag - rather than just having to be
"equal" -
> if its of interest I can send it.
>
>
> http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg01372.html
>
>
> Niall
>
>
> > -----Original Message-----
> > From: Ted Husted [mailto:husted@apache.org]
> > Sent: 21 June 2001 11:13
> > To: struts-dev@jakarta.apache.org
> > Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> >
> >
> > Just a note:
> >
> > Committers make the final decision about whether something is added to
> > the official distribution, but we do not control the contribution or
> > development process. Everyone is invited and encouraged to discuss how
> > they would implement features here on the dev list, and then go off and
> > implement them -- usually for use in your own project. When you bring
> > the code back to list, then we can make the decision about whether it's
> > a good fit with the Struts core.
> >
> > But, hey, don't wait on us guys -- do what *you* need to do, and then
> > show us the code when you're ready.
> >
> > -- Ted Husted, Husted dot Com, Fairport NY USA.
> > -- Custom Software ~ Technical Services.
> > -- Tel 716 737-3463.
> > -- http://www.husted.com/about/struts/
> >
> > Niall Pemberton wrote:
> > > These areas are currently unassigned on the ToDo list and
> > presumably need a
> > > committer to take control. If someone is assigned I am more
> > than willing to
> > > contribute to these (and other) areas.
> >
>
>

RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Niall Pemberton <ni...@btInternet.com>.
Ted,

I submitted a patch a month ago, following a go-ahead from Craig to a
bugzilla I raised and it got zero response. Now maybe it wasn't any good and
probably I should have put more explanation, but a response saying something
would have been great.

That was the reason I put the comment about a committer being assigned - I'd
rather know there was someone with "power" interested rather than waste
effort again.

I also submitted code for if/else and switch/case tags - if you've got the
time, I would appreciate your opinion on those as well.

1) PATCH: [Bug 1683] - Change Struts tags to be more granular in their
design:

This patch affected the following tags and involved re-factoring code out of
the doStartTag() method so that Struts tags could be more easily sub-classed
and individual bits of functionality overriden - a good example of where
this could be used is, generating names which include the index value when
embedded in an IterateTag.

BaseFieldTag.java, BaseFieldTag.java, ButtonTag.java, CancelTag.java,
CheckboxTag.java, ImageTag.java, ImgTag.java, MultiboxTag.java,
RadioTag.java, ResetTag.java, SelectTag.java, SubmitTag.java,
TextareaTag.java


http://www.mail-archive.com/struts-dev%40jakarta.apache.org/msg01450.html

I believe quite a few of these tags have been changed since I submitted this
so unless CVS is clever I gues its now can't be applied and was a waste of
time.


2) IF / ELSE and SWITCH/CASE Tags:

These tags are basically just new "wrappers" for existing Struts
functionality - the key classes extend the existing Struts CompareTagBase. I
have a new version since I submitted them which includes the ability to
specify condtions on the case tag - rather than just having to be "equal" -
if its of interest I can send it.


http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg01372.html


Niall


> -----Original Message-----
> From: Ted Husted [mailto:husted@apache.org]
> Sent: 21 June 2001 11:13
> To: struts-dev@jakarta.apache.org
> Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
>
>
> Just a note:
>
> Committers make the final decision about whether something is added to
> the official distribution, but we do not control the contribution or
> development process. Everyone is invited and encouraged to discuss how
> they would implement features here on the dev list, and then go off and
> implement them -- usually for use in your own project. When you bring
> the code back to list, then we can make the decision about whether it's
> a good fit with the Struts core.
>
> But, hey, don't wait on us guys -- do what *you* need to do, and then
> show us the code when you're ready.
>
> -- Ted Husted, Husted dot Com, Fairport NY USA.
> -- Custom Software ~ Technical Services.
> -- Tel 716 737-3463.
> -- http://www.husted.com/about/struts/
>
> Niall Pemberton wrote:
> > These areas are currently unassigned on the ToDo list and
> presumably need a
> > committer to take control. If someone is assigned I am more
> than willing to
> > contribute to these (and other) areas.
>


Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Ted Husted <hu...@apache.org>.
Just a note: 

Committers make the final decision about whether something is added to
the official distribution, but we do not control the contribution or
development process. Everyone is invited and encouraged to discuss how
they would implement features here on the dev list, and then go off and
implement them -- usually for use in your own project. When you bring
the code back to list, then we can make the decision about whether it's
a good fit with the Struts core. 

But, hey, don't wait on us guys -- do what *you* need to do, and then
show us the code when you're ready. 

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/

Niall Pemberton wrote:
> These areas are currently unassigned on the ToDo list and presumably need a
> committer to take control. If someone is assigned I am more than willing to
> contribute to these (and other) areas.

RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Niall Pemberton <ni...@btInternet.com>.
Another tag works well for me :-) - we have our own customised versions of
struts tags to do this.

I submitted a Bugzilla to make tags more "granular" so that individual bits
of behaviour (like generating the name )could be overriden. Unfortunately
:-(  it didn't make it into Struts 1.0 and I think quite a few of the
classes have been changed since, so it may have been wasted effort.

http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg01450.html



> -----Original Message-----
> From: Jeff Trent [mailto:jtrent@structsoft.com]
> Sent: 20 June 2001 21:59
> To: struts-dev@jakarta.apache.org
> Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
>
>
> I hear what you are saying Niall, but again, I'd sooner introduce
> a new tag
> like 'html2' before I'd change existing tags/property names -
> especially now
> that struts 1.0 is out and feels "more formally defined" if you
> know what I
> mean.  Too bad there was no way to label something 'depcrecated' in a
> taglib!  Imagine seeing output to System.err stating that a tag has been
> deprecated - pretty cool I think...
>
>
>
> ----- Original Message -----
> From: "Niall Pemberton" <ni...@btInternet.com>
> To: <st...@jakarta.apache.org>
> Sent: Wednesday, June 20, 2001 4:23 PM
> Subject: RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
>
>
> > Jeff,
> >
> > You might be right, but the question is "is it the right thing to do?" -
> if
> > it is, then it would be a shame to have to code
> "indexed='true'" from now
> to
> > eternity - perhaps there could be a way of specifying the default
> behaviour
> > in the struts-config.
> >
> > Niall
> >
> > > -----Original Message-----
> > > From: Jeff Trent [mailto:jtrent@structsoft.com]
> > > Sent: 20 June 2001 14:09
> > > To: struts-dev@jakarta.apache.org
> > > Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> > >
> > >
> > > Niall,
> > >
> > > Your approach is simpler.  However, I believe a lot of legacy
> code would
> > > break if that kind of change were to be made.  I think a separate
> property
> > > name is warranted here.
> > >
> > > - jeff
> > >
> > >
> > > ----- Original Message -----
> > > From: "Niall Pemberton" <ni...@btInternet.com>
> > > To: <st...@jakarta.apache.org>
> > > Sent: Tuesday, June 19, 2001 7:58 PM
> > > Subject: RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> > >
> > >
> > > > Martin,
> > > >
> > > > Ideally I would like Struts html tags (text, checkbox,
> hidden etc.) to
> > > > automatically generate the "name" with the subscript if its
> > > embedded in an
> > > > IterateTag so that iterated beans are automatically updated
> by Struts.
> > > >
> > > > For example:
> > > >
> > > >     <logic:iterate id="list" name="formExample"
> property="beanArray">
> > > >        <tr><td><html:text name="list" property="desc"/></td>
> > > >     </logic:iterate>
> > > >
> > > > generates:
> > > >     <input type="text" name="beanArray[0].desc" value=".."/>
> > > >     <input type="text" name="beanArray[1].desc" value=".."/>
> > > >     <input type="text" name="beanArray[2].desc"
> value=".."/> etc. etc.
> > > >
> > > > I realise you can do this with the indexId scripting variable,
> > > but this is
> > > > simpler. I raised it before (prior to indexId and getIndex
> > > method) in the
> > > > following messages:
> > > >
> > > >
> http://www.mail-archive.com/struts-user@jakarta.apache.org/msg05231.html
> > > >
> http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg00975.html
> > > >
> > > > What do you think?
> > > >
> > > > Niall
> > > >
> > > > > -----Original Message-----
> > > > > From: Martin Cooper [mailto:martin.cooper@tumbleweed.com]
> > > > > Sent: 19 June 2001 05:28
> > > > > To: struts-dev@jakarta.apache.org
> > > > > Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> > > > >
> > > > >
> > > > > Niall,
> > > > >
> > > > > Regarding "auto-generating a subscript", what do you have in mind?
> The
> > > > > indexId attribute was added to the iterate tag recently (just
> > > > > before Struts
> > > > > 1.0) so that a scripting variable can be created containing the
> > > > > value of the
> > > > > current index. However, from the description in the TODO list,
> > > > > I'm not sure
> > > > > if that's the same thing or not.
> > > > >
> > > > > Thanks!
> > > > >
> > > > > --
> > > > > Martin Cooper
> > > > >
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Niall Pemberton" <ni...@btInternet.com>
> > > > > To: <st...@jakarta.apache.org>
> > > > > Sent: Monday, June 18, 2001 6:46 PM
> > > > > Subject: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> > > > >
> > > > >
> > > > > > Congratulations and thank you for Struts 1.0 - a great product.
> > > > > >
> > > > > > Now I know you guys deserve a well earned rest now Struts 1.0
> > > > > is released,
> > > > > > but what sort of timescale do you envisage work starting on 1.1?
> > > > > >
> > > > > > I am particularly interested for starters in:
> > > > > >
> > > > > > 1) ActionForms with dynamic properties.
> > > > > > 2) If/Else and Switch/Case tags (I submitted tags which do this
> > > > > to the dev
> > > > > > list a while ago).
> > > > > > 3) Improved Iteration Support - auto-generating a subscript.
> > > > > >
> > > > > > These areas are currently unassigned on the ToDo list and
> > > > > presumably need
> > > > > a
> > > > > > committer to take control. If someone is assigned I am more than
> > > willing
> > > > > to
> > > > > > contribute to these (and other) areas.
> > > > > >
> > > > > > Niall
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Craig R. McClanahan [mailto:craigmcc@apache.org]
> > > > > > > Sent: 16 June 2001 01:23
> > > > > > > To: struts-dev@jakarta.apache.org;
> struts-user@jakarta.apache.org;
> > > > > > > general@jakarta.apache.org; announcements@jakarta.apache.org
> > > > > > > Subject: [ANNOUNCEMENT] Struts 1.0 (Final) Released
> > > > > > >
> > > > > > >
> > > > > > > As promised at JavaOne, the Struts project team is proud to
> > > > > announce the
> > > > > > > availability of Version 1.0 (final release) of the Struts
> > > Framework.
> > > > > The
> > > > > > > binary distribution is available at:
> > > > > > >
> > > > > > >
> http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/
> > > > > > >
> > > > > > > and the source distribution is available at:
> > > > > > >
> > > > > > >
> > > http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/
> > > > > > >
> > > > > > >
> > > > > > > Craig McClanahan
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> >
>


Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Jeff Trent <jt...@structsoft.com>.
I hear what you are saying Niall, but again, I'd sooner introduce a new tag
like 'html2' before I'd change existing tags/property names - especially now
that struts 1.0 is out and feels "more formally defined" if you know what I
mean.  Too bad there was no way to label something 'depcrecated' in a
taglib!  Imagine seeing output to System.err stating that a tag has been
deprecated - pretty cool I think...



----- Original Message -----
From: "Niall Pemberton" <ni...@btInternet.com>
To: <st...@jakarta.apache.org>
Sent: Wednesday, June 20, 2001 4:23 PM
Subject: RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!


> Jeff,
>
> You might be right, but the question is "is it the right thing to do?" -
if
> it is, then it would be a shame to have to code "indexed='true'" from now
to
> eternity - perhaps there could be a way of specifying the default
behaviour
> in the struts-config.
>
> Niall
>
> > -----Original Message-----
> > From: Jeff Trent [mailto:jtrent@structsoft.com]
> > Sent: 20 June 2001 14:09
> > To: struts-dev@jakarta.apache.org
> > Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> >
> >
> > Niall,
> >
> > Your approach is simpler.  However, I believe a lot of legacy code would
> > break if that kind of change were to be made.  I think a separate
property
> > name is warranted here.
> >
> > - jeff
> >
> >
> > ----- Original Message -----
> > From: "Niall Pemberton" <ni...@btInternet.com>
> > To: <st...@jakarta.apache.org>
> > Sent: Tuesday, June 19, 2001 7:58 PM
> > Subject: RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> >
> >
> > > Martin,
> > >
> > > Ideally I would like Struts html tags (text, checkbox, hidden etc.) to
> > > automatically generate the "name" with the subscript if its
> > embedded in an
> > > IterateTag so that iterated beans are automatically updated by Struts.
> > >
> > > For example:
> > >
> > >     <logic:iterate id="list" name="formExample" property="beanArray">
> > >        <tr><td><html:text name="list" property="desc"/></td>
> > >     </logic:iterate>
> > >
> > > generates:
> > >     <input type="text" name="beanArray[0].desc" value=".."/>
> > >     <input type="text" name="beanArray[1].desc" value=".."/>
> > >     <input type="text" name="beanArray[2].desc" value=".."/> etc. etc.
> > >
> > > I realise you can do this with the indexId scripting variable,
> > but this is
> > > simpler. I raised it before (prior to indexId and getIndex
> > method) in the
> > > following messages:
> > >
> > >
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg05231.html
> > >
http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg00975.html
> > >
> > > What do you think?
> > >
> > > Niall
> > >
> > > > -----Original Message-----
> > > > From: Martin Cooper [mailto:martin.cooper@tumbleweed.com]
> > > > Sent: 19 June 2001 05:28
> > > > To: struts-dev@jakarta.apache.org
> > > > Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> > > >
> > > >
> > > > Niall,
> > > >
> > > > Regarding "auto-generating a subscript", what do you have in mind?
The
> > > > indexId attribute was added to the iterate tag recently (just
> > > > before Struts
> > > > 1.0) so that a scripting variable can be created containing the
> > > > value of the
> > > > current index. However, from the description in the TODO list,
> > > > I'm not sure
> > > > if that's the same thing or not.
> > > >
> > > > Thanks!
> > > >
> > > > --
> > > > Martin Cooper
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: "Niall Pemberton" <ni...@btInternet.com>
> > > > To: <st...@jakarta.apache.org>
> > > > Sent: Monday, June 18, 2001 6:46 PM
> > > > Subject: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> > > >
> > > >
> > > > > Congratulations and thank you for Struts 1.0 - a great product.
> > > > >
> > > > > Now I know you guys deserve a well earned rest now Struts 1.0
> > > > is released,
> > > > > but what sort of timescale do you envisage work starting on 1.1?
> > > > >
> > > > > I am particularly interested for starters in:
> > > > >
> > > > > 1) ActionForms with dynamic properties.
> > > > > 2) If/Else and Switch/Case tags (I submitted tags which do this
> > > > to the dev
> > > > > list a while ago).
> > > > > 3) Improved Iteration Support - auto-generating a subscript.
> > > > >
> > > > > These areas are currently unassigned on the ToDo list and
> > > > presumably need
> > > > a
> > > > > committer to take control. If someone is assigned I am more than
> > willing
> > > > to
> > > > > contribute to these (and other) areas.
> > > > >
> > > > > Niall
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Craig R. McClanahan [mailto:craigmcc@apache.org]
> > > > > > Sent: 16 June 2001 01:23
> > > > > > To: struts-dev@jakarta.apache.org;
struts-user@jakarta.apache.org;
> > > > > > general@jakarta.apache.org; announcements@jakarta.apache.org
> > > > > > Subject: [ANNOUNCEMENT] Struts 1.0 (Final) Released
> > > > > >
> > > > > >
> > > > > > As promised at JavaOne, the Struts project team is proud to
> > > > announce the
> > > > > > availability of Version 1.0 (final release) of the Struts
> > Framework.
> > > > The
> > > > > > binary distribution is available at:
> > > > > >
> > > > > >   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/
> > > > > >
> > > > > > and the source distribution is available at:
> > > > > >
> > > > > >
> > http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/
> > > > > >
> > > > > >
> > > > > > Craig McClanahan
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
>
>


RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Niall Pemberton <ni...@btInternet.com>.
Jeff,

You might be right, but the question is "is it the right thing to do?" - if
it is, then it would be a shame to have to code "indexed='true'" from now to
eternity - perhaps there could be a way of specifying the default behaviour
in the struts-config.

Niall

> -----Original Message-----
> From: Jeff Trent [mailto:jtrent@structsoft.com]
> Sent: 20 June 2001 14:09
> To: struts-dev@jakarta.apache.org
> Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
>
>
> Niall,
>
> Your approach is simpler.  However, I believe a lot of legacy code would
> break if that kind of change were to be made.  I think a separate property
> name is warranted here.
>
> - jeff
>
>
> ----- Original Message -----
> From: "Niall Pemberton" <ni...@btInternet.com>
> To: <st...@jakarta.apache.org>
> Sent: Tuesday, June 19, 2001 7:58 PM
> Subject: RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
>
>
> > Martin,
> >
> > Ideally I would like Struts html tags (text, checkbox, hidden etc.) to
> > automatically generate the "name" with the subscript if its
> embedded in an
> > IterateTag so that iterated beans are automatically updated by Struts.
> >
> > For example:
> >
> >     <logic:iterate id="list" name="formExample" property="beanArray">
> >        <tr><td><html:text name="list" property="desc"/></td>
> >     </logic:iterate>
> >
> > generates:
> >     <input type="text" name="beanArray[0].desc" value=".."/>
> >     <input type="text" name="beanArray[1].desc" value=".."/>
> >     <input type="text" name="beanArray[2].desc" value=".."/> etc. etc.
> >
> > I realise you can do this with the indexId scripting variable,
> but this is
> > simpler. I raised it before (prior to indexId and getIndex
> method) in the
> > following messages:
> >
> > http://www.mail-archive.com/struts-user@jakarta.apache.org/msg05231.html
> > http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg00975.html
> >
> > What do you think?
> >
> > Niall
> >
> > > -----Original Message-----
> > > From: Martin Cooper [mailto:martin.cooper@tumbleweed.com]
> > > Sent: 19 June 2001 05:28
> > > To: struts-dev@jakarta.apache.org
> > > Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> > >
> > >
> > > Niall,
> > >
> > > Regarding "auto-generating a subscript", what do you have in mind? The
> > > indexId attribute was added to the iterate tag recently (just
> > > before Struts
> > > 1.0) so that a scripting variable can be created containing the
> > > value of the
> > > current index. However, from the description in the TODO list,
> > > I'm not sure
> > > if that's the same thing or not.
> > >
> > > Thanks!
> > >
> > > --
> > > Martin Cooper
> > >
> > >
> > > ----- Original Message -----
> > > From: "Niall Pemberton" <ni...@btInternet.com>
> > > To: <st...@jakarta.apache.org>
> > > Sent: Monday, June 18, 2001 6:46 PM
> > > Subject: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> > >
> > >
> > > > Congratulations and thank you for Struts 1.0 - a great product.
> > > >
> > > > Now I know you guys deserve a well earned rest now Struts 1.0
> > > is released,
> > > > but what sort of timescale do you envisage work starting on 1.1?
> > > >
> > > > I am particularly interested for starters in:
> > > >
> > > > 1) ActionForms with dynamic properties.
> > > > 2) If/Else and Switch/Case tags (I submitted tags which do this
> > > to the dev
> > > > list a while ago).
> > > > 3) Improved Iteration Support - auto-generating a subscript.
> > > >
> > > > These areas are currently unassigned on the ToDo list and
> > > presumably need
> > > a
> > > > committer to take control. If someone is assigned I am more than
> willing
> > > to
> > > > contribute to these (and other) areas.
> > > >
> > > > Niall
> > > >
> > > > > -----Original Message-----
> > > > > From: Craig R. McClanahan [mailto:craigmcc@apache.org]
> > > > > Sent: 16 June 2001 01:23
> > > > > To: struts-dev@jakarta.apache.org; struts-user@jakarta.apache.org;
> > > > > general@jakarta.apache.org; announcements@jakarta.apache.org
> > > > > Subject: [ANNOUNCEMENT] Struts 1.0 (Final) Released
> > > > >
> > > > >
> > > > > As promised at JavaOne, the Struts project team is proud to
> > > announce the
> > > > > availability of Version 1.0 (final release) of the Struts
> Framework.
> > > The
> > > > > binary distribution is available at:
> > > > >
> > > > >   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/
> > > > >
> > > > > and the source distribution is available at:
> > > > >
> > > > >
> http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/
> > > > >
> > > > >
> > > > > Craig McClanahan
> > > > >
> > > > >
> > > >
> > >
> > >
> >
>


Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Jeff Trent <jt...@structsoft.com>.
Niall,

Your approach is simpler.  However, I believe a lot of legacy code would
break if that kind of change were to be made.  I think a separate property
name is warranted here.

- jeff


----- Original Message -----
From: "Niall Pemberton" <ni...@btInternet.com>
To: <st...@jakarta.apache.org>
Sent: Tuesday, June 19, 2001 7:58 PM
Subject: RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!


> Martin,
>
> Ideally I would like Struts html tags (text, checkbox, hidden etc.) to
> automatically generate the "name" with the subscript if its embedded in an
> IterateTag so that iterated beans are automatically updated by Struts.
>
> For example:
>
>     <logic:iterate id="list" name="formExample" property="beanArray">
>        <tr><td><html:text name="list" property="desc"/></td>
>     </logic:iterate>
>
> generates:
>     <input type="text" name="beanArray[0].desc" value=".."/>
>     <input type="text" name="beanArray[1].desc" value=".."/>
>     <input type="text" name="beanArray[2].desc" value=".."/> etc. etc.
>
> I realise you can do this with the indexId scripting variable, but this is
> simpler. I raised it before (prior to indexId and getIndex method) in the
> following messages:
>
> http://www.mail-archive.com/struts-user@jakarta.apache.org/msg05231.html
> http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg00975.html
>
> What do you think?
>
> Niall
>
> > -----Original Message-----
> > From: Martin Cooper [mailto:martin.cooper@tumbleweed.com]
> > Sent: 19 June 2001 05:28
> > To: struts-dev@jakarta.apache.org
> > Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> >
> >
> > Niall,
> >
> > Regarding "auto-generating a subscript", what do you have in mind? The
> > indexId attribute was added to the iterate tag recently (just
> > before Struts
> > 1.0) so that a scripting variable can be created containing the
> > value of the
> > current index. However, from the description in the TODO list,
> > I'm not sure
> > if that's the same thing or not.
> >
> > Thanks!
> >
> > --
> > Martin Cooper
> >
> >
> > ----- Original Message -----
> > From: "Niall Pemberton" <ni...@btInternet.com>
> > To: <st...@jakarta.apache.org>
> > Sent: Monday, June 18, 2001 6:46 PM
> > Subject: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
> >
> >
> > > Congratulations and thank you for Struts 1.0 - a great product.
> > >
> > > Now I know you guys deserve a well earned rest now Struts 1.0
> > is released,
> > > but what sort of timescale do you envisage work starting on 1.1?
> > >
> > > I am particularly interested for starters in:
> > >
> > > 1) ActionForms with dynamic properties.
> > > 2) If/Else and Switch/Case tags (I submitted tags which do this
> > to the dev
> > > list a while ago).
> > > 3) Improved Iteration Support - auto-generating a subscript.
> > >
> > > These areas are currently unassigned on the ToDo list and
> > presumably need
> > a
> > > committer to take control. If someone is assigned I am more than
willing
> > to
> > > contribute to these (and other) areas.
> > >
> > > Niall
> > >
> > > > -----Original Message-----
> > > > From: Craig R. McClanahan [mailto:craigmcc@apache.org]
> > > > Sent: 16 June 2001 01:23
> > > > To: struts-dev@jakarta.apache.org; struts-user@jakarta.apache.org;
> > > > general@jakarta.apache.org; announcements@jakarta.apache.org
> > > > Subject: [ANNOUNCEMENT] Struts 1.0 (Final) Released
> > > >
> > > >
> > > > As promised at JavaOne, the Struts project team is proud to
> > announce the
> > > > availability of Version 1.0 (final release) of the Struts Framework.
> > The
> > > > binary distribution is available at:
> > > >
> > > >   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/
> > > >
> > > > and the source distribution is available at:
> > > >
> > > >   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/
> > > >
> > > >
> > > > Craig McClanahan
> > > >
> > > >
> > >
> >
> >
>


RE: Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Niall Pemberton <ni...@btInternet.com>.
Martin,

Ideally I would like Struts html tags (text, checkbox, hidden etc.) to
automatically generate the "name" with the subscript if its embedded in an
IterateTag so that iterated beans are automatically updated by Struts.

For example:

    <logic:iterate id="list" name="formExample" property="beanArray">
       <tr><td><html:text name="list" property="desc"/></td>
    </logic:iterate>

generates:
    <input type="text" name="beanArray[0].desc" value=".."/>
    <input type="text" name="beanArray[1].desc" value=".."/>
    <input type="text" name="beanArray[2].desc" value=".."/> etc. etc.

I realise you can do this with the indexId scripting variable, but this is
simpler. I raised it before (prior to indexId and getIndex method) in the
following messages:

http://www.mail-archive.com/struts-user@jakarta.apache.org/msg05231.html
http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg00975.html

What do you think?

Niall

> -----Original Message-----
> From: Martin Cooper [mailto:martin.cooper@tumbleweed.com]
> Sent: 19 June 2001 05:28
> To: struts-dev@jakarta.apache.org
> Subject: Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
>
>
> Niall,
>
> Regarding "auto-generating a subscript", what do you have in mind? The
> indexId attribute was added to the iterate tag recently (just
> before Struts
> 1.0) so that a scripting variable can be created containing the
> value of the
> current index. However, from the description in the TODO list,
> I'm not sure
> if that's the same thing or not.
>
> Thanks!
>
> --
> Martin Cooper
>
>
> ----- Original Message -----
> From: "Niall Pemberton" <ni...@btInternet.com>
> To: <st...@jakarta.apache.org>
> Sent: Monday, June 18, 2001 6:46 PM
> Subject: Struts 1.0 Released - Looking forward to 1.1!!!!!!!
>
>
> > Congratulations and thank you for Struts 1.0 - a great product.
> >
> > Now I know you guys deserve a well earned rest now Struts 1.0
> is released,
> > but what sort of timescale do you envisage work starting on 1.1?
> >
> > I am particularly interested for starters in:
> >
> > 1) ActionForms with dynamic properties.
> > 2) If/Else and Switch/Case tags (I submitted tags which do this
> to the dev
> > list a while ago).
> > 3) Improved Iteration Support - auto-generating a subscript.
> >
> > These areas are currently unassigned on the ToDo list and
> presumably need
> a
> > committer to take control. If someone is assigned I am more than willing
> to
> > contribute to these (and other) areas.
> >
> > Niall
> >
> > > -----Original Message-----
> > > From: Craig R. McClanahan [mailto:craigmcc@apache.org]
> > > Sent: 16 June 2001 01:23
> > > To: struts-dev@jakarta.apache.org; struts-user@jakarta.apache.org;
> > > general@jakarta.apache.org; announcements@jakarta.apache.org
> > > Subject: [ANNOUNCEMENT] Struts 1.0 (Final) Released
> > >
> > >
> > > As promised at JavaOne, the Struts project team is proud to
> announce the
> > > availability of Version 1.0 (final release) of the Struts Framework.
> The
> > > binary distribution is available at:
> > >
> > >   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/
> > >
> > > and the source distribution is available at:
> > >
> > >   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/
> > >
> > >
> > > Craig McClanahan
> > >
> > >
> >
>
>


Re: Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Martin Cooper <ma...@tumbleweed.com>.
Niall,

Regarding "auto-generating a subscript", what do you have in mind? The
indexId attribute was added to the iterate tag recently (just before Struts
1.0) so that a scripting variable can be created containing the value of the
current index. However, from the description in the TODO list, I'm not sure
if that's the same thing or not.

Thanks!

--
Martin Cooper


----- Original Message -----
From: "Niall Pemberton" <ni...@btInternet.com>
To: <st...@jakarta.apache.org>
Sent: Monday, June 18, 2001 6:46 PM
Subject: Struts 1.0 Released - Looking forward to 1.1!!!!!!!


> Congratulations and thank you for Struts 1.0 - a great product.
>
> Now I know you guys deserve a well earned rest now Struts 1.0 is released,
> but what sort of timescale do you envisage work starting on 1.1?
>
> I am particularly interested for starters in:
>
> 1) ActionForms with dynamic properties.
> 2) If/Else and Switch/Case tags (I submitted tags which do this to the dev
> list a while ago).
> 3) Improved Iteration Support - auto-generating a subscript.
>
> These areas are currently unassigned on the ToDo list and presumably need
a
> committer to take control. If someone is assigned I am more than willing
to
> contribute to these (and other) areas.
>
> Niall
>
> > -----Original Message-----
> > From: Craig R. McClanahan [mailto:craigmcc@apache.org]
> > Sent: 16 June 2001 01:23
> > To: struts-dev@jakarta.apache.org; struts-user@jakarta.apache.org;
> > general@jakarta.apache.org; announcements@jakarta.apache.org
> > Subject: [ANNOUNCEMENT] Struts 1.0 (Final) Released
> >
> >
> > As promised at JavaOne, the Struts project team is proud to announce the
> > availability of Version 1.0 (final release) of the Struts Framework.
The
> > binary distribution is available at:
> >
> >   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/
> >
> > and the source distribution is available at:
> >
> >   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/
> >
> >
> > Craig McClanahan
> >
> >
>



Struts 1.0 Released - Looking forward to 1.1!!!!!!!

Posted by Niall Pemberton <ni...@btInternet.com>.
Congratulations and thank you for Struts 1.0 - a great product.

Now I know you guys deserve a well earned rest now Struts 1.0 is released,
but what sort of timescale do you envisage work starting on 1.1?

I am particularly interested for starters in:

1) ActionForms with dynamic properties.
2) If/Else and Switch/Case tags (I submitted tags which do this to the dev
list a while ago).
3) Improved Iteration Support - auto-generating a subscript.

These areas are currently unassigned on the ToDo list and presumably need a
committer to take control. If someone is assigned I am more than willing to
contribute to these (and other) areas.

Niall

> -----Original Message-----
> From: Craig R. McClanahan [mailto:craigmcc@apache.org]
> Sent: 16 June 2001 01:23
> To: struts-dev@jakarta.apache.org; struts-user@jakarta.apache.org;
> general@jakarta.apache.org; announcements@jakarta.apache.org
> Subject: [ANNOUNCEMENT] Struts 1.0 (Final) Released
>
>
> As promised at JavaOne, the Struts project team is proud to announce the
> availability of Version 1.0 (final release) of the Struts Framework.  The
> binary distribution is available at:
>
>   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/
>
> and the source distribution is available at:
>
>   http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/
>
>
> Craig McClanahan
>
>