This is the data handed to index.html to traverse.

Source: Internet
Author: User

Public String Showallpro () {
list<product> prolist = Ps.getallpro ();
Actioncontext.getcontext (). Put ("Prolist", prolist);
return "Data";
}

INDEX. Html

<%@ taglib uri= "/struts-tags" prefix= "s"%>

<s:form action= "Proaction_delpro" >        <table border= "1" >            <s:iterator value= "Prolist" >                <tr>                    <td><s:checkbox name= "Proid" value= "false" Fieldvalue= "%{proid}"/></td>                    < Td><s:property value= "Proname"/></td>                    <td><s:property value= "ProPrice"/></td >                    <td><s:property value= "Procount"/></td>                    <td><s:property value= "ProDesc"/ ></td>                </tr>            </s:iterator>            <tr>                <td colspan= "5" ><s:submit Label= "Delete"/></td>            </tr>        </table>    </s:form>

This is the data handed to index.html to traverse.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.