Re: [S2] Beans list in Dynamic form and ParametersInterceptor problem

2008-01-23 Thread totojack
hanks to all for replies to my first post. -- View this message in context: http://www.nabble.com/-S2--Beans-list-in-Dynamic-form-and-ParametersInterceptor-problem-tp15016850p15038327.html Sent from the Struts - User mailing list archive at Nabble.com.

RE: [S2] Beans list in Dynamic form and ParametersInterceptor problem

2008-01-22 Thread totojack
well? Have you tried increasing the heap space size for your Web Server? Just a thought . . . Regards, David Hernandez -- View this message in context: http://www.nabble.com/-S2--Beans-list-in-Dynamic-form-and-ParametersInterceptor-problem-tp15016850p15027374.html Sent from the Struts - User ma

Re: [S2] Beans list in Dynamic form and ParametersInterceptor problem

2008-01-22 Thread jimski
pe-conversion.html it says: > "Notice the () notation! Do not use [] notation, which is for Maps only!" > but changing the notation from > songs[%{#stat.index}].property > to > songs(%{#stat.index}).property > in the jsp, the form isn't populated. &

RE: [S2] Beans list in Dynamic form and ParametersInterceptor problem

2008-01-22 Thread Hernandez, David
To: user@struts.apache.org Subject: Re: [S2] Beans list in Dynamic form and ParametersInterceptor problem The problem of songs list size is solved using #stat.index. But not the parameters error. The list size now is 1, but the element inside is null. So, it can't create song beans and p

Re: [S2] Beans list in Dynamic form and ParametersInterceptor problem

2008-01-22 Thread totojack
truts.apache.org/2.0.11/docs/type-conversion.html it says: "Notice the () notation! Do not use [] notation, which is for Maps only!" but changing the notation from songs[%{#stat.index}].property to songs(%{#stat.index}).property in the jsp, the form isn't populated. -- Vie

Re: [S2] Beans list in Dynamic form and ParametersInterceptor problem

2008-01-22 Thread Laurie Harper
The problem looks to be that you're using the song ID as a list index: If the value of SongId for the first item in the list is 658, on submit Struts will try and put that song's data at index 658 in the list...! What you probably want is: Hi. I'm having probl

[S2] Beans list in Dynamic form and ParametersInterceptor problem

2008-01-22 Thread totojack
7; with value '[Ljava.lang.String;@1de52ea' ERROR (interceptor.ParametersInterceptor:204) - ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'songs[9121587].startDate' on 'class it.telecomitalia.orchestrator.console.actions.ResubmitAction: Error setting expression 'songs[9121587].sta