Thanks a lot for your seggestion.
Because it works when ${functionItem.functionId} is a int value. So I make sure 
that the parameters are all int values. And my problem has been resolved.
Maybe, I should use a List.





Gmail

From: Lukasz Lenart
Date: 2013-03-06 14:18
To: Struts Users Mailing List
Subject: Re: Re: How can I transfer parameters as Map type from jsp to action?
2013/3/6 Gmail <rebeyond1...@gmail.com>:
> I have input quotes around the string map key. But it does not work still.
>
> <s:iterator value="roleFunctions" var="functionItem" status="status">
> <input name='roleFunctionMap["${functionItem.functionId}"].roleId' 
> type="hidden" value="${roleInfo.roleId}">
> </s:iterator>

Did you try to use %{} and <s:hidden/> ? How source of the page looks like?


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to