丄諦啲仇魜ヤ
如 果 敌 人 让 你 生 气 , 那 说 明 你 没 有 胜 他 的 把 握!
posts - 6,comments - 56,trackbacks - 1
 JSF 代码 :

<h:form   id= "fileform ">
<h:inputText  id="classid " value="#{fileUpload.filename}"  />
</h:form>

生成对象的代码:

<form id="fileform" name="fileform" >
<input id="fileform:classid " name="fileform:classid " type="text" value="" />
</form>



FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get( "fileform:classid ")

可以得到。
posted on 2008-12-24 10:50 Crying 阅读(174) 评论(0)  编辑  收藏 所属分类: JSF

只有注册用户登录后才能发表评论。


网站导航: