Re: Struts 1.3.x : Dynavalidatorform : initialize & prepopulate ArralyList with data after submisstion

2007-06-06 Thread Niall Pemberton
Use a LazyValidatorForm - define an array of User objects for the form in your struts-config and it will automatically populate it for you: http://struts.apache.org/1.x/userGuide/building_controller.html#lazy_action_form_classes Niall On 6/6/07, Raghupathy, Gurumoorthy <[EMAIL PROTECTED]

Re: struts 1.3.x

2006-07-17 Thread David Evans
Another avenue for exploration at this point is webwork: http://opensymphony.com/webwork/ this is the basis for for struts 2.0, and its a great framework. the basic concept remains the same (a url maps to a class method, which returns a pointer to a resource, usually a view), but there is a lot mo

Re: struts 1.3.x

2006-07-17 Thread Adam Hardy
Ted Husted on 18/07/06 00:31, wrote: On 7/17/06, Adam Hardy <[EMAIL PROTECTED]> wrote: However there isn't even a link to the javadoc for it on the website that I could find. At this point, the Javadoc on Struts 1 website, along with everything else, covers 1.3.5. * http://struts.apache.org/1

Re: struts 1.3.x

2006-07-17 Thread Ted Husted
On 7/17/06, Adam Hardy <[EMAIL PROTECTED]> wrote: However there isn't even a link to the javadoc for it on the website that I could find. At this point, the Javadoc on Struts 1 website, along with everything else, covers 1.3.5. * http://struts.apache.org/1.x/struts-core/apidocs/index.html We

Re: struts 1.3.x

2006-07-17 Thread Hubert Rabago
On 7/17/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: On 7/17/06, Adam Hardy <[EMAIL PROTECTED]> wrote: > "In fact, in Struts 1.3, some of the same "convention of configuration" practices are applied in the configuration files: you can define mapping conventions in struts-config.xml without

Re: struts 1.3.x

2006-07-17 Thread Michael Jouravlev
On 7/17/06, Adam Hardy <[EMAIL PROTECTED]> wrote: Is 1.3.5 beta or alpha? Neither. The grade will be assigned after voting in about a week. See dev list for details. 1.3.5 is the fifth build since 1.3.0 and is being expected to make a GA grade. At least that is the intention of those who are pu

Re: Struts 1.3.x snapshot is not available

2006-06-25 Thread James Mitchell
Thanks Wendy, I'm sorting through hardware issues and hopefully I'll make some more headway on this by the end of the week. -- James Mitchell On Jun 23, 2006, at 6:04 AM, Wendy Smoak wrote: On 6/22/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 6/22/06, Michael Jouravlev <[EMAIL PROTECTED

Re: Struts 1.3.x snapshot is not available

2006-06-23 Thread Wendy Smoak
On 6/22/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 6/22/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > The 1.3.x snapshot location [1] pointed to from the 1.3.5 release page > [2] results in "Not Found" response: "The requested URL > /builds/struts/maven/trunk/nightly/struts-action/ was n

Re: Struts 1.3.x snapshot is not available

2006-06-22 Thread Wendy Smoak
On 6/22/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: The 1.3.x snapshot location [1] pointed to from the 1.3.5 release page [2] results in "Not Found" response: "The requested URL /builds/struts/maven/trunk/nightly/struts-action/ was not found on this server." Was it moved to another locati