2008/4/30 Lars Dam <[EMAIL PROTECTED]>: > <tiles:putAttribute name="argument"> > <s:property value="map['key']"/> > </tiles:putAttribute>
This code is wrong, the tags are evaluated *before* they are put as attribute. The path you followed before was mostly right, but I doubt that your use inside <s:*> tags is right. Antonio
