I found that this syntax will work (although there may be a more elegant way to do this)

<tiles:importAttribute name="image_url" scope="request" />

<s:submit type='image'>
   <s:param name="src">
      <s:url value="%{#request.image_url}" />
   </s:param>
</s:submit>


-John


Antonio Petrelli wrote:
2008/10/15 928572663 <[EMAIL PROTECTED]>:
          <s:url value="${image_url}" />

Oh yes, sorry! Struts tags do not support EL anymore, so you have to
use the corresponding OGNL expression (that I don't know).

Antonio



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

Reply via email to