hi,

I am trying to populate a LinkedHashMap located in a DTO from a
<s:textfield.. /> When i turn on the debug mode i seed the following error
on the console:

ERROR (com.opensymphony.xwork2.interceptor.ParametersInterceptor:199) -
Developer Notification (set struts.devMode to false to disable this
message):
Error setting expression 'currentEvent.excludeRulesValues['dd']' with value
'[Ljava.lang.String;@1f09665'
424209 [http-8080-Processor24] ERROR
com.opensymphony.xwork2.interceptor.ParametersInterceptor  - Developer
Notification (set struts.devMode to false to disable this message):

I am using the following syntax in the jsp:
                        < td >
                        Ignore people who have been given >= <s:textfield
                                name="current.rules['dd']" />
                        offers previously from EDS< /td > 

The action class is having current defined as a Dto with getters and
setters, and rules is the LinkedHashMap defined in the DTO with getters and
setters. The constructor of the Action class instantiates the 'current'
variable and constructor of Dto instantiates the 'rules' variable of DTO.

and in the textbox generated i entered dd as the input text.

Any ideas why this is not working??? 

regards,
ravi 
-- 
View this message in context: 
http://www.nabble.com/problem-in-populating-Maps-tp15613167p15613167.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to