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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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)">
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
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
You can create a body w/in the <column> tag:
http://displaytag.sourceforge.net/tut_implicitobjects.html
Matt