I have a weird situation where I am losing a request parameter inside a loop! I understand the scopes and have trouble understanding how a #request scoped variable could be "masked" inside a loop! This outputs my value just fine:
<s:property value="#request.model.parentId" /> but once inside <s:iterator value="notes"> it no longer contains a value! Any clues? Aren't the loop vars scoped to page? Scott -- View this message in context: http://www.nabble.com/-request-scope-tp15171139p15171139.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]