Re: Latest version release notes and install documentation

2010-09-12 Thread phillips1021
Go here: http://struts.apache.org/2.2.1/docs/create-struts-2-web-application-with-artifacts-in-web-inf-lib-and-use-ant-to-build-the-application.html to see a list of Jar files needed on the class path to run a Struts 2.2.1 application. Bruce Dave Evans-12 wrote: On Thu, Sep 9, 2010 at

RE: Array Input Fields

2010-09-12 Thread adam pinder
OP :- I thought when the input field name contained [] that struts effectively replaced them with () - so in my input field user[0].name for example, would become getUser(0).setName(...) etc.. I checked the list object contains elements and it does (i retrieve them before the

Re: Array Input Fields

2010-09-12 Thread Dave Newton
Look at the type conversion docs: there's a difference between using [] and () in the JSP names. On Sunday, September 12, 2010, adam pinder apin...@hotmail.co.uk wrote: OP :- I thought when the input field name contained [] that struts effectively replaced them with () - so in my input