On Thu, Jun 30, 2011 at 5:37 AM, nero81de wrote:
> <input type="text" ... name="dateActualArrivalDisplayMap(id123344)>

OGNL expects that the name of a form field is a valid expression.
You'd just have a map with the ID, so the name would simply be
"theMap[theId]", as per the type conversion docs (sort of; they need
to be updated).

Dave

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

Reply via email to