struts 中如何將jsp頁面中的一個物件傳到提交的action裡

petercow發表於2005-07-18
struts 中如何將jsp頁面中的一個物件傳到提交的action裡,例如下面的程式,我想將,物件ul提交給action怎麼傳遞?傳遞完後,在action類裡如何接收??最好是用按鈕的方式!!多謝大家了!!!

<BR>//<logic:iterate id="ul" name="userlist" scope="request"><BR>//<tr><td><bean:write name="ul" property="username"/></td><BR>//<td><bean:write name="ul" property="password"/></td> <BR>//<td><html:button property="id" value="1"></html:button></td><BR>//</tr><BR></logic:iterate> <BR><p class="indent">[code]<BR>還有,在一個<html:form>裡有多個提交按鈕,提交時如何分別傳遞各自按鈕所帶的參

相關文章