7 Replies Latest reply on Mar 21, 2007 7:52 PM by anarinsky

    How can s:button be rendered as an image button

      I have tried several properies of s:button such as type="image", image="...", src="..." so that it can be rendered as an image button but not successful. The reason here not using s:link is that I want a javascript confirmation before actually performing the action in case of delete. By using s:button, the onclick javascript code is inserted proceding to the action script so the goal can be achieved. Thanks in advance.