2008/10/14 928572663 <[EMAIL PROTECTED]>:
> <s:submit type='image'>
> <s:param name="src">
> <s:url value="<tiles:insertAttribute name='image'/>" />
> </s:param>
> </s:submit>
You can't nest a JSP tag into another.
If "image" is a string, then you can do this:
<tiles:importAttribute name="image" />
<s:submit type='image'>
<s:param name="src">
<s:url value="${image}" />
</s:param>
</s:submit>
HTH
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]