Menu

Buttons in the column table

Help
Annalisa
2005-09-15
2012-10-09
  • Annalisa

    Annalisa - 2005-09-15

    Hi!
    Initially, I created a jsp page with Struts tag library.
    Now, I delete this page and I create a long-list with displaytag. But, in the old jsp I used a Struts tag library to show a button (example: html:submit, this button interacts with a java script).
    How do I create the buttons in display table?

    Thanks
    Annalisa

     
    • Annalisa

      Annalisa - 2005-09-15

      Will I have problem if table tag with in a html:form?
      Because my button is in html:form tag...
      Example:
      <html:form action="addItemCatalogAction.do" method="POST" target="basket" scope="request" onsubmit="return checkQuantity(this.quantity.value,this.quantityStock.value)">

      ....

      <html:submit styleClass="submit" >NameButton</html:submit>

      Annalisa

       
    • Matt Raible

      Matt Raible - 2005-09-15

      You can create a body w/in the <column> tag:

      http://displaytag.sourceforge.net/tut_implicitobjects.html

      Matt

       

Log in to post a comment.