Is it possible to access the "body" of an s:component tag, like so?

<s:component template="mytemplate">My Body</s:component>

I'd like to be able to get at the "My Body" string in the tag. Is this
possible? How would I refer to it?

Alternatively could I do something like this:

<s:component><s:url value="my.action" /></s:component>

And then access the results of the s:url tag inside my component template?

Thanks,

Mark

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

Reply via email to