1 Reply Latest reply on Feb 20, 2007 5:33 AM by pmuir

    How to disable action in <s:link ?

    sherkan777

      Hi,

      how can i disable action in <s:link like this <a href=#" .../>

      i got s link with img

      <s:link action="#" onclick="javascript:changeFavourite(#{questions.idQuestion})" id="questionValueImgLink">
      <ice:graphicImage url="images/no.bmp" border="0" style="border:none;" id="questionImage"/>
      </s:link>
      


      but seam randomly generates me href like that:
      <a href="/expert/home.seam?conversationId=2"...
      <ice:outputLink do same