急急急急!Struts自定義標籤html:text 問題

xlongbuilder發表於2004-03-04
在jsp中有一個text文字框可以提交資料
也可以顯示資料庫裡的資料,還要保持這個文字框可以修改


在jsp中如果下面這樣就可以實現:

<input type="text" name="bsvc_imsi" value=<%=cdpm.bsvc.imsi%>> 
<p class="indent">

我不知道使用標籤庫改怎麼寫
而使用標籤庫之後

<html:text property="bsvc_imsi" value=<%=cdpm.bsvc.imsi%>/> 
<p class="indent">

這樣嗎?可是好像有問題
請問高手這個用標籤庫該怎麼寫能夠達到我的要求
謝謝~

相關文章