Hi there,
I'm sing
struts and I need to iterate some object and each object will have a link that pass the id of that object to a action like this:
this works fine, but the parameter to the action is hardcoded, I'd like to get it with
<bean:write name="car" property='<bean:write name="car" property="id"/>'/>
but it doesn't work, how can I pass the id to the parameter?
thanks