1 Reply Latest reply on Sep 11, 2007 10:11 AM by galvino

    do an action by using  a button

    galvino

      hi everybody,
      I use struts and i want to do an action with

      <html:button property="Annuler.do">Annuler</html:button>
      


      but it's not true, it does nothing!!

      do you the real way to do this ?

        • 1. Re: do an action by using  a button
          galvino

          hi everybody,
          i want to do an action with a html:button,

          i did this:

          <html:button value="Annuler" onclick="annuler('<bean:write name="taskbean" property="taskinstanceId"/>');"></html:button>
          
          
          but i have error on 'annuler' function .
          can you help me ????