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.
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
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.
&
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
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
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
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
7 matches
Mail list logo