Author: musachy
Date: Tue Sep 25 10:48:03 2007
New Revision: 579330

URL: http://svn.apache.org/viewvc?rev=579330&view=rev
Log:
WW-2206 sx:submit does not evaluate expressions in the src attribute
Patch submitted by Wes Wannemacher.

Modified:
    
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotebutton/index.jsp

Modified: 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotebutton/index.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotebutton/index.jsp?rev=579330&r1=579329&r2=579330&view=diff
==============================================================================
--- 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotebutton/index.jsp 
(original)
+++ 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotebutton/index.jsp 
Tue Sep 25 10:48:03 2007
@@ -48,9 +48,9 @@
 <br/><br/>
 
 Use an image as submit
-
+<s:url value="/images/struts-power.gif" var="imgUrl" />
 <sx:submit type="image" label="Alt Text" targets="t1"
-  src="${pageContext.request.contextPath}/images/struts-power.gif" 
href="%{ajaxTest}" />
+  src="%{imgUrl}" href="%{ajaxTest}" />
 <br/><br/>
 
 <label for="textInput">Text to be echoed</label>


Reply via email to