You can use Struts' HTML tags in the same page as display tag exactly as you would use them in a page without display tag. The same requirements apply: you can only use form input tags like <html:submit/> inside a <html:form/> tag, but there's nothing different just because you're usinging displaytag. If the <html:submit/> is inside a displaytag, the <html:form/> tag must wrap the displaytag (unless you want multiple forms, of course; there's nothing to prevent you from creating a separate form in each row if you want to).

L.

On 15-Sep-05, at 9:40 AM, SourceForge.net wrote:


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3340160
By: shaneka

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 are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user


--
Laurie Harper
Open Source advocate, Java geek: http://www.holoweb.net/laurie
Founder, Zotech Software: http://www.zotechsoftware.com/





-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to