I need to set a variable that is specific to the object id I'm working with. I tried something like this:

<s:set name="something_%{obj.id}" value="'test'"/>

and then later in the page:

<s:property value="#something_%{obj.id}" />

but didn't get anything. Is there a different way to do this?
--
Frank Maritato

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to